lvjr

Results 45 issues of lvjr

I have written a modern LaTeX3 pacakge [`tabularray`](https://ctan.org/pkg/tabularray) for typesetting tabulars and arrays. And it would be nice if `pandoc` could support this package. Similar to HTML+CSS, with this package,...

enhancement

## Description My class defines `math` option as `choice` key with `\DeclareKeys` command, but latest `fontspec` package doesn't like it and throws an error. ``` ! LaTeX Error: Key 'fontspec/math'...

We need some benchmark tests for future performance improvement. > Yes, `l3regex` is quite slow. And I have to improve the speeds of `codehigh` and `tabularray` packages by using less...

enhancement

Sometimes `TikZ` is rather slow, so it provides `external` library to speed it up. Maybe `tabularray` could add an `cache` library some day to make it run faster in the...

enhancement

### Discussed in https://github.com/lvjr/tabularray/discussions/362 Originally posted by **note286** February 4, 2023 ```latex \documentclass{article} \usepackage{showframe} \usepackage{tabularray} \begin{document} \begin{table} \centering \caption{title} \begin{tblr} { colspec = {*{6}{l}}, % colsep = 7.5pt, colsep =...

enhancement

`Lwarp` converts LaTeX to HTML by writing html to PDF and then extracting them. Therefore we need to avoid any box output from `tabularray`. It is a little complicated so...

other

At present, line segments of different widths in a hline/vline aligns at the bottom/left. It would be better to set center alignment for them. The following example demonstrates the planned...

enhancement

## Brief outline of the enhancement Recently some packages broke after a new `l3kernel` release had been out. Therefore I think it might be a good improvement to test more...

## Brief outline of the enhancement From [https://github.com/latex3/fontspec/issues/501](https://github.com/latex3/fontspec/issues/501), I think it would be great if LaTeX could provide some interfaces to reduce option conflicts between classes and packages using `\DeclareKeys`...

enhancement
category base (latex)
fixed in dev

There is an `intarray` package in `l3kernel` which is implemented on `\fontdimen` primitve. But there is no `dimarray` package at present. How about adding this package? At least it would...

enhancement