Guenter Milde <milde <at> users.berlios.de> writes:

> 
> > This exports as
> 
> > \code{\selectlanguage{english}%
> > word\selectlanguage{french}
> > }
> 
> There correct LaTeX code is:
> 
>  \code{\selectlanguage{english}%
> - word\selectlanguage{french}
> + word\selectlanguage{french}%
>  }
> 
> The comment sign (%) suppresses the spurious whitespace introduced by
> the line break.

Sure, output_export.cpp seems wrong there. Shouln't all "}\n" strings
be replaced by "}%\n" strings there ?

Currently, with branch, with your patch applied (by svn up), I still get the
spurious space that you mention, but the previous big one disppeared.

-- 
Jean-Pierre


Reply via email to