Questions tagged [tblr]
[tblr] is about questions regarding the tblr environment, provided by the tabularray package for typesetting tables. See also the [tabularray] tag.
33 questions
4
votes
2
answers
79
views
minipage in tblr
I'm trying to have some normal wrapped long text in a table cell. I tried to use a minipage in a tblr. It seems to work, but it dumps Underfull warnings. So is there another method or did i forget ...
3
votes
2
answers
62
views
tblr row to row distance when using \cline
it seems that when using \cline or \SetHline the rows below are displaced downward by the value of the horizontal line inserted.
I have three tables in three columns in a beamer slide and at the same ...
5
votes
3
answers
195
views
tblr-tikz draw relation lines between two tables
It seems that there is no way to give a name to a tblr table. Because of that, with the tikz library for tblr tables it is impossible to draw things implying other tables than the first that latex ...
3
votes
2
answers
158
views
Prevent multiple evaluations of commands in table environments (tabularx, tabulary, tblr)
I often need to hide answers using \phantom, and store them in an expl3 sequence via a custom command \addanswer, for later use. Each call to \addanswer is intended to store its argument only once.
...
4
votes
3
answers
155
views
Spectral sequence with labeled columns and rows has extra vertical rule
I'm trying to typeset a spectral sequence using tblr. I can almost get what I want, but there is one issue. Here is a minimal working example of what I've tried so far:
\documentclass[11pt]{amsart}
\...
4
votes
3
answers
145
views
Create a string from a list elements in interface 3
I have a document with similar structure on all the pages. Basically it's a 4-row, 5-column table. Each page content is entirely bracketed and separated from the next with a comma and the entire list ...
0
votes
1
answer
92
views
Tblr environment white color in first row
Good morning all,
Could I please ask for advice on how to adjust my syntax so that the I can't manage to define white vertical lines only in the first row—could you please advise?
Thank you and have a ...
3
votes
1
answer
253
views
Double hline with tabularray
I'm trying to draw a double hline in my tblr environment without breaking the vertical lines.
This answer solves the problem for the usual tabular environment using the hhline package. However, when I ...
2
votes
1
answer
69
views
Format Table-Header different from rest of table
Is it possible to format the header of the tblr environment diffrent than the colspec defines?
So for example: I want a header with plain text, but all subsequent rows should be formatted as $\unit{#...
2
votes
1
answer
58
views
I am trying to adjust the column width in my table to wrap the text, but colspecs is not working. I am using the tblr environment
The third and fifth columns of the table are not responding to edits in colspec
\begin{tblr}{
colspec={|Q[c,1cm]|Q[c,1cm]|Q[c,1cm]|Q[c,1cm]|Q[c,1cm]|},
row{1-2} = {font=\bfseries},
cell{1}{...
0
votes
1
answer
82
views
tabularray: cells for long content and vertical position
I'm trying to setup a tblr for the argument of a \section.
The reason for using a table is to get correct text wrapping when the section title is long. Below is my mwe. I used @{(} to get wrapped text ...
7
votes
2
answers
288
views
tabularray : use of "@{ ... }" in tblr
I'm trying to setup a tblr environment to make it look like a bullet list. So i need to make the table generate a bullet at the start of every new line. Here's my try, it seems to work but i get the ...
4
votes
2
answers
222
views
How to add \dotfill in a merged cell in tabularray
I'm having problem adding \dotfill to a merged cell in tabularray.
I tried:
\documentclass{article}
\usepackage{tabularray}
\usepackage{amssymb}
\usepackage{geometry}
\usepackage[fontsize=14pt]{...
4
votes
1
answer
123
views
tabularray repeatrow
i try to make some kind of table, where i create a number of rows automatically.
\documentclass{scrartcl}
\usepackage{polyglossia}
\setdefaultlanguage{german}
\usepackage{fontspec}
\usepackage[top=...
4
votes
1
answer
132
views
Misplaced \noalign while using tabularray
I have the following code:
\documentclass[11pt]{book}
\usepackage[default]{opensans}
\usepackage{tabularray}
\newenvironment{DescCmdStmt}{%
\begin{center}
\SetTblrInner{rowsep=10pt}
\begin{...