Я хотел установить longtable в LaTeX с пакетом csvsimple.Я думаю, что все правильно, но я все еще получаю ошибку "! Undefined Control sequence".
Я попытался скомпилировать только приведенный ниже код в отдельный файл, но он тоже не сработал.
Я работаю с Texmaker 5.0.3 и PDFlatex для компиляции.
\documentclass[12pt,a4paper,draft]{article}
\usepackage{csvsimple}
\begin{document}
\csvautotlongtable[separator=pipe]{foo.csv}
\end{document}
Полное сообщение об ошибке:
! Undefined control sequence.
\GenericError ...
#4 \errhelp \@err@ ...
l.234 ...tabular[separator=pipe]{foo.csv}
The control sequence at the end of the top line of your error message was never \def'ed. If you have misspelled it (e.g., `\hobx'), type `I' and the correct spelling (e.g., `I\hbox'). Otherwise just continue, and I'll forget about whatever was undefined.