I am using the ctable package for the tables in my dissertation (mikTex 2.9, with Texmaker 3.0.1 as editor). After the latest updates the sideways option does not seem to work anymore (before the update everything worked well). Now I get the error:
! Package ctable Error: You may not use the pos and sideways options together.
This is puzzling for me because I don't use the pos option when using sideways. Can anybody tell me what is wrong please?
here is my code:
Code: Select all
\documentclass[twoside]{book}
\usepackage{ctable}
\usepackage{amssymb}
\usepackage{amsmath}
\begin{document}
\ctable[
sideways
]{c}{}{\FL first row\LL}
\end{document}
Stephan