MorganBauer / tufte-latex

Automatically exported from code.google.com/p/tufte-latex
0 stars 0 forks source link

Extra unskip command in tufte-common.def? #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago
That is fixed in r168.

Original comment by vafa...@gmail.com on 19 Jun 2011 at 3:56

GoogleCodeExporter commented 9 years ago
You're right.  Thanks, Vafa.

Original comment by godbyk@gmail.com on 19 Jun 2011 at 3:58