christopheradams / tufte-latex

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

float commands generate spaces #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
% cat > float_space.tex <<EOF
\documentclass{tufte-handout}
\begin{document}
A float should not produce any extra spaces
\begin{table}
  [table]
\end{table}
even when inserted in the middle of a sentence.
\end{document}
EOF

produces

  A float should not produce any extra spaces      even when inserted in the middle of a sentence.

but should produce

 A float should not produce any extra spaces even when inserted in the middle of a sentence.

I've briefly scanned the figure and table definitions, but all the %s seem to 
be in the correct 
spots.

Original issue reported on code.google.com by Bil.K...@gmail.com on 30 Mar 2010 at 10:00

GoogleCodeExporter commented 9 years ago

Original comment by Bil.K...@gmail.com on 30 Mar 2010 at 10:01

GoogleCodeExporter commented 9 years ago
The following test works for me now (after r160, r161, r162).

Original comment by Bil.K...@gmail.com on 4 Apr 2010 at 4:14

Attachments: