Hi, I was getting an error about \unskip in connection with a full-width table
when compiling my PhD thesis. A little poking around in the tufte-common.def
file suggests that the following line (#1328 in the latest release #r168) is
the culprit:
{\ifvmode\else\unskip\fi\unskip\begin{@tufte@float}[#1]{table}{star}}
Removing the second unskip causes the error message to disappear with no
obvious effect on the output. It also now matches the code for the full-width
images so I *assume* it's the right outcome.
So the correct version should (I think) be this:
{\ifvmode\else\unskip\fi\begin{@tufte@float}[#1]{table}{star}}
jon
Original issue reported on code.google.com by jreades@gmail.com on 11 Sep 2010 at 2:02
Original issue reported on code.google.com by
jreades@gmail.com
on 11 Sep 2010 at 2:02