Paket tabularray erzeugt ungewollt Tabellen-Caption Thema ist als GELÖST markiert

Tabellen und Grafiken erstellen und anordnen


Neo
Forum-Fortgeschrittener
Forum-Fortgeschrittener
Beiträge: 61
Registriert: Mo 21. Dez 2020, 20:36

Paket tabularray erzeugt ungewollt Tabellen-Caption

Beitrag von Neo »

Ich erzeuge mein Akronymverzeichnis mit dem Template von tabularray.
Wenn das Verzeichnis länger als eine Seite ist, wird automatisch eine Caption erstellt, was nicht dem von mir gewünschten Ergebnis entspricht. Werde aus der Doku von tabularray leider nicht schlau. Kann jemand helfen?

Hinweis: Man muss zweimal kompilieren, weil tabularray einen Bug enthält. Ist hier im Online Compiler wohl nicht kompilierbar. Auf dem Heim-PC aber schon.
\documentclass[a6paper]{scrartcl}
\usepackage[top=60mm,bottom=60mm]{geometry}
\usepackage{tabularray}
\usepackage{acro}

\DeclareAcronym{1}{short = DIN , long = Deutsches Institut für Normung}
\DeclareAcronym{2}{short = DIN , long = Deutsches Institut für Normung}
\DeclareAcronym{3}{short = DIN , long = Deutsches Institut für Normung}

\begin{document}
\printacronyms[template = tabularray]
\acs{1} \acs{2} \acs{3}
\end{document}

Abc

Beitrag von Abc »

Versuche
\documentclass[a6paper]{scrartcl}
\usepackage[vmargin=6cm]{geometry}
\usepackage{tabularray}
\usepackage{acro}

\DefTblrTemplate{capcont}{default}{}% tabularray.pdf

\DeclareAcronym{1}{short = DIN , long = Deutsches Institut für Normung}
\DeclareAcronym{2}{short = DIN , long = Deutsches Institut für Normung}
\DeclareAcronym{3}{short = DIN , long = Deutsches Institut für Normung}

\begin{document}
\printacronyms[template = tabularray]
\acs{1} \acs{2} \acs{3}
\end{document}

Neo
Forum-Fortgeschrittener
Forum-Fortgeschrittener
Beiträge: 61
Registriert: Mo 21. Dez 2020, 20:36

Re: Paket tabularray erzeugt ungewollt Tabellen-Caption

Beitrag von Neo »

Versuche
Klappt, besten Dank!

Antworten