Replies: 1 comment 1 reply
|
Sorry, I am not able to visit wikimedia website. You need to use outer key \begin{tblr}[expand=\row]{|c|c|c|c|c|}
\row
\end{tblr} Also you can use |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
pythontex describes two options to use python code within a
tabularenvironment:Unfortunately, both do not work with tabularray.
Is there anything else to consider?
IMHO using an embedded scripting language is in particular useful for tables.

Other options might be luatex or perltex. However, I import a graphml file with networkx which makes python the right choice of scripting language.
The end goal is a similar matrix as following one
https://commons.wikimedia.org/wiki/File:Z2%5E4;_Lattice_of_subgroups_Hasse_diagram_adjacency_matrix.svg
Minimal Failing Example using Pyluatex
(single lualatex run to generate pdf)
All reactions