Skip to main content

Questions tagged [tabularray]

{tabularray} is about questions regarding the tabularray package, which is used for typesetting tables and provides much of the functionality of the outdated tabu package. It can also completely separate styles from the contents of tables, and the styles of tables can be set in keyval way. Also it supports long tables with X columns in two-column documents.

1 vote
1 answer
23 views

Multispan cells in longtblr

I'm trying to use \SetCell to create multi-row cells in a longtblr environment. It's working very well, except in the first column, where the multispan options don't work - the cells remain unmerged. ...
Coretta's user avatar
  • 13
1 vote
1 answer
18 views

Aligning cells to the top when using \SetCell for multiple rows

I want Row 1, 2, and 3 to be top aligned \documentclass[11pt, a4paper]{article} \usepackage{tabularray} \newcommand{\sampleText}{Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Etiam ...
Al-Motasem Aldaoudeyeh's user avatar
3 votes
1 answer
28 views

Distributing row height when cells span rows in tblr environment

Is there any way to evenly distribute the height of rows participating in a span set? For example, the row with the column A value of val2 is taller than the preceding rows two rows: \documentclass[...
Ritmo2k's user avatar
  • 187
0 votes
1 answer
32 views

Align cells in the centre (vertically and horizontally) in longtblr

Consider the MWE: \documentclass[a4paper,12pt]{article} \usepackage{booktabs} % new tables \usepackage{tabularray} \UseTblrLibrary{booktabs} \begin{document} \begin{longtblr}[ caption = {List ...
lukygee's user avatar
  • 59
2 votes
1 answer
38 views

make4ht and tabularray error

I get an error when I try to use make4ht with tabularray, here is a MWE : \documentclass{article} \usepackage{tabularray} \begin{document} \begin{tblr}{l} 1 \\ 2 \\ \end{tblr} \end{...
Manuel Cart's user avatar
1 vote
1 answer
84 views

Cannot use a \toprule inside a \longtblr

When trying to use a command I have defined inside a longtblr gives the following error: 20: Misplaced \noalign. \end 20: Missing } inserted. \end 20: Missing \endgroup inserted. \end 20: Missing } ...
lukygee's user avatar
  • 59
3 votes
1 answer
68 views

How can I center data values in the column in a table environment

I have a data table and I want to center the data values underneath the heading "Angle of incidence", so rather than the numbers 0, 15, 30, 45, 60, 75 being situated left I want them to be ...
user avatar
2 votes
2 answers
89 views

Get the Error with siunitx

Now I recompile the answer at here \documentclass{article} \usepackage{tabularray} \UseTblrLibrary{diagbox} \usepackage{siunitx} \sisetup{output-decimal-marker={,}} \UseTblrLibrary{siunitx} \begin{...
John Paul Peter's user avatar
1 vote
1 answer
58 views

How can I create a multipage landscape table in tabularray?

I have tried severall combinations of tblr, longtblr, talltblr, sidewaystable, and landscape but I can't manage to produce a landscape table that spans several pages. I would also like to repeat the ...
SparklingWater's user avatar
4 votes
1 answer
77 views

How can I reduce the code to make this table with tabularray and fit the table?

I am trying to make the table with tabularray package I tried \documentclass[12pt,a4paper]{article} \usepackage{tabularray} \UseTblrLibrary{siunitx} \UseTblrLibrary{diagbox} \UseTblrLibrary{booktabs} \...
Thuy Nguyen's user avatar
  • 1,146
0 votes
0 answers
38 views

Tabularray with footnotes inside a tcolorbox/ minipage

This question is related to Tabularray with footnotes and the new thing is that my tblr-tables are sometimes inside of tcolorboxes. The style of the numbering then goes wrong and counting up the ...
Michael.H's user avatar
  • 107
3 votes
0 answers
33 views

Balance longtblr at the end of two column mode

I have a long table using the tabularray package. It spans over at least one page in two column mode. Breaking after a column is done works perfectly fine, however on the last page all of the table is ...
N0W0RK's user avatar
  • 85
3 votes
1 answer
68 views

Help with a tricky table

I teach maths with a colleague and we wish to create a workbook for our students to use. He want's to use Word, I wish to use \LaTeX. He knows the basics of typesetting in \LaTeX so I want to provide ...
Alec's user avatar
  • 155
2 votes
2 answers
48 views

question about how to use custom counter for row numbers of tables

I put \newcounter macro to use for adding row numbers in a table. The test document is as follows: \documentclass{memoir} \usepackage{tabularray} \newcounter{mycounter}[table] \NewDocumentCommand\...
Seong's user avatar
  • 237
3 votes
1 answer
38 views

Segmented longtable(longtblr) across multiple columns

I am trying to create a checklist. As the rows of the checklist aren't to wide it would be nice to split the page into two columns. However longtable does not support 2 Column mode and longtblr works ...
N0W0RK's user avatar
  • 85

15 30 50 per page
1
2 3 4 5
36