ich versuche derzeit eine größere CSV-Datei mit pgfplotstable in eine longtable zu "importieren". Ich würde gern am Ende jeder Seite in der letzten Zeile (longtable foot) ein "Tabelle wird auf nächster Seite fortgesetzt..." einfügen.
In der Doku zu pgfplotstable finde ich ein Beispiel um dies für die head-Zeile zu machen:
\pgfplotstableset{ row sep=\\, begin table=\begin{longtable}, end table=\end{longtable}, every head row/.append style={after row={% \caption{The caption}% \endfirsthead \multicolumn{3}{c}{{\bfseries \tablename\ \thetable{} -- continued from previous page}} \\ \endhead }, }, }
Hätte jemand eine Idee, wie/ob man das so hinbekommt, wie ich es mir vorstelle?
Danke schonmal!
Sebastian