
Ich erstelle eine lange Tabelle aus einer CSV-Datei. Ich möchte, dass bestimmte Zeilen fett gedruckt sind. Wie geht das? Die CSV-Datei ist riesig. Ich habe \textbf{} ausprobiert, da es in einer normalen Tabelle aus einer CSV-Datei funktioniert. Mein Code ist …
\begin{longtable}{|l|l|l|l|l|l|l|l|l|}
\toprule
\midrule \endhead
\bottomrule
\caption{Feature Description}
\label{summary_tbl_14}
\endfoot
\csvreader[
late after line=\\,
late after last line=,
before reading={\catcode`\#=12},
after reading={\catcode`\#=6}]{csv/Summary.csv}
{1=\AttrName, 2=\Vt, 3=\Vf,4=\Vs,5=\Ve,6=\Vn,7=\Vt,8=\Vel,9=\Vte}
{\AttrName & \Vt & \Vf & \Vs & \Ve & \Vn & \Vt & \Vel & \Vte}
\end{longtable}
Beispielzeilen aus CSV ..
AttrName,Vt,Vf,Vs,Ve,Vn,Vt,Vel,Vte
Min.,29,0,-18,-9,1,1,0,-9
1.Qu.,48,0,-9,-9,3,120,0,212