scrlttr2 + sidewaystable >"Missing number, treated a
Verfasst: Fr 7. Nov 2014, 03:28
My problem: Using scrlttr2 (KOMA) and sidewaystable (from rotating package) gives me the error message "Missing number, treated as zero". If I replace "scrlttr2" by "article" everything works fine. Why?
Example to replicate the error message:
Example to replicate the error message:
\documentclass{scrlttr2} \usepackage{rotating} \begin{document} \begin{sidewaystable} %\begin{tabular}{l} %test \\ %\end{tabular} \end{sidewaystable} \end{document}