I'm writing a book with LyX using the Memoir class and I'd like to
rotate a table. I can select the table float properties and set it to
be a sideways table, but then I get the following errors. I've tried to
shorten the LaTeX output to just the relevant parts, but let me know if
I've left out something important. To get the output below, I created a
blank document, set its class to Memoir, and inserted a table float with
table and rotated it (sidewaystable).
...
(/usr/share/texmf-texlive/tex/latex/memoir/memoir.cls
Document Class: memoir 2005/09/25 v1.618 configurable document class
...
)) (/usr/share/texmf-texlive/tex/latex/rotfloat/rotfloat.sty
Package: rotfloat 2004/01/04 v1.2 Combining float+rotating package (AS)
(/usr/share/texmf-texlive/tex/latex/float/float.sty
Package: float 2001/11/08 v1.3d Float enhancements (AL)
\...@float@type=\count132
\fl...@exts=\toks24
! LaTeX Error: Command \newfloat already defined.
Or name \end... illegal, see p.192 of the manual.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.68 {}}}
Your command was ignored.
Type I <command> <return> to replace it with another command,
or <return> to continue without it.
\fl...@box=\box28
\...@float@everytoks=\toks25
\...@floatcapt=\box29
) (/usr/share/texmf-texlive/tex/latex/rotating/rotating.sty
Package: rotating 1997/09/26, v2.13 Rotation package
...
Adding sideways figure on right hand page
[1{/var/lib/texmf/fonts/map/pdftex/u
pdmap/pdftex.map}] (./newfile1.aux)
...
I did also find this page:
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=alreadydef about commands
that have duplicate definitions, but I'm afraid I'm not enough of a
latex master to figure out what to do with that information.
I'm not allergic to Evil Red Text, but I've been googling and trying
things out for a few hours and now I find myself stuck. Any help with
this is greatly appreciated!
Regards,
-George