All Questions
1 question
1
vote
1
answer
48
views
Trouble formating presorted table with csvsimple
\documentclass{article}
\usepackage{caption}
\usepackage{booktabs}
\usepackage{csvsimple}
\csvstyle{mystyle}{
tabular=|c|c|c|,
table head=\hline Gruppe & Buchstabe & Zahl \\ \hline,
...