From ed75ef1109d46ede76fd4bda90429cc915304a8a Mon Sep 17 00:00:00 2001 From: Bil Kleb Date: Tue, 30 Mar 2010 10:30:43 +0000 Subject: [PATCH] Toward repairing issue 46, remove on source of extraneous spaces. git-svn-id: https://tufte-latex.googlecode.com/svn/trunk@160 516e2f36-ce3a-0410-bea4-1d4a03f5df72 --- tufte-common.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tufte-common.def b/tufte-common.def index 89676e1..8ef9428 100644 --- a/tufte-common.def +++ b/tufte-common.def @@ -1102,7 +1102,7 @@ \newcommand{\@tufte@float@debug}[1]{% adds debug info to the queue for output \ifthenelse{\equal{\@tufte@float@debug@info}{}}% {\def\@tufte@float@debug@info{#1}}% - {\g@addto@macro\@tufte@float@debug@info{\MessageBreak#1}} + {\g@addto@macro\@tufte@float@debug@info{\MessageBreak#1}}% } \newcommand{\floatalignment}{x}% holds the current float alignment (t, b, h, p)