lvjr

Results 156 comments of lvjr

Any interest in using my [`tabularray`](https://ctan.org/pkg/tabularray) package for LaTeX long (and short) table output? This package is much more powerful than traditional table packages, and it is able to separate...

> Possibly. It looks quite good. > > * Can it cope with horizontal/vertical borders that don't span the whole table? Yes, see the documentation. > * Is there a...

It is in my todo list to add `font+` key some day (see also #111).

I decide to leave this issue open before I add `font+` key.

Maybe we also need another `+font` key which adds font settings to the beginning.

The problem is, unless we force users to always write `Q` columns only, we can not easily know the total number of columns inside the second argument.

Maybe we need to separate colspec into three parts (where the first and last parts can be omitted): ```latex colcycle = { first = {QQ}, cycle = {Q[red]Q[green]Q[blue]}, last =...

Single blank line is OK. Is it neccessary to make `tabularray` support the usage of double blank lines inside the contents of tables? Maybe we can wait for the comments...

You can define a template for this use case: ```tex \documentclass{article} \usepackage{tabularray} \DefTblrTemplate{firsthead}{caption}{% \makebox[\tablewidth]{\parbox{\columnwidth}{% \UseTblrTemplate{caption}{normal}% }}% } \SetTblrTemplate{firsthead}{caption} \begin{document} \begin{table}[htbp] \centering \begin{talltblr}[ caption = {long long long long long long...

Sorry, it is not a patch, but a template, because I don't think it is a bug. In many aspects, `tabularray` is different from traditional tables. Also, making breaking changes...