Displaying 1 result from an estimated 1 matches for "endfloat".
Did you mean:
emfloat
2009 Feb 20
1
Sweave schunk placement
Dear Professor Leisch + R helpers,
For the past few days I have been trying to figure out why the LaTeX
endfloat package is not working with Sweave. I figured it out, and
it's trivial: The endfloat package requires that \begin{table} and
\end{table} commands are on their own line. But Sweave is writing
LaTeX code like \end{table}\end{Schunk} which causes endfloat to
choke. Simply moving the code down to a...