lvjr

Results 55 issues of lvjr

## Brief outline of the bug In the code of `ltclass`, all packages share the same macro `\pkgcls@innerdate` which is used by `\IfTargetDateBefore`. This may cause problems if there is...

bug
category base (latex)
bug (documentation)
stale

## Brief outline of the bug Single-line `m` cells don't align well with other cells when `\arraystretch

enhancement
category tools
fixed in dev

Recently Lua based `intarray`s were added to `l3kernel`. Are there any plans to add Lua based property lists? Currently, it is rather slow to read from and write to a...

enhancement
optimization

Recently I compared `tl` and `str` packages: - there is `\tl_case:Nn` but not `\str_case:Nn` - there is `\str_case:nn` but not `\tl_case:nn` - there is `\tl_if_empty:n` but not `\str_if_empty:n` Could these...

expl3
feature-request
documentation

问题出现在 windows 里编译的时候。虽然外面显示一个绿色的 ✓,但是里面的编译日志是有错误的: ```latex Installing dependency: ../xeCJK Installing dependency: ../zhnumber Running checks on backend (1/67) basic01 (2/67) basic02 (3/67) basic03 (4/67) basic04 (5/67) basic05 (6/67) beamer01 (7/67) beamer02 (8/67)...

### Discussed in https://github.com/lvjr/tabularray/discussions/281 Originally posted by **carnatak** August 6, 2022 Firstly, LOVE tabularray. Made my code so much simpler. I would like to know if there's a way to...

enhancement

### Discussed in https://github.com/lvjr/tabularray/discussions/149 Originally posted by **pddzaic** November 8, 2021 Before writing an bug issue i would like to understand, what the error message means. I have a huge...

enhancement
upstream

At this time `cmd` key accepts only one command. I am planning to make it accept multiple commands. Those commands will be separated by commas and applied from left to...

feature request

From https://tex.stackexchange.com/questions/648880/settblrinnertblrcells-bg-cant-change-the-background-color-in-tabularr ```latex \documentclass{article} \usepackage{tabularray,xcolor} \begin{document} \begin{tblr}{ colspec = {r@{.}l}, hlines, cells = {bg=azure8}, } 11 & 11 \\ 5 & 1 \\ 6 & 78 \\ 75 & 5...

feature request

From https://tex.stackexchange.com/questions/648880/settblrinnertblrcells-bg-cant-change-the-background-color-in-tabularr ```latex \documentclass{article} \usepackage{tabularray,xcolor} \begin{document} \colorbox{teal8}{.} \begin{tblr}{r@{\colorbox{teal8}{.}}l} 11 & 11 \\ 5 & 1 \\ 6 & 78 \\ 75 & 5 \\ \end{tblr} \end{document} ``` The above code...

bug