On Thu, Feb 01, 2001 at 06:02:08PM +0100, Michael Schmitt wrote:
> Jean-Marc Lasgouttes wrote:
> 
> > I tried to reproduce this one one of my files and failed. Could you
> > send a _short_ file demonstrating the problem? I'm sure we can find an
> > easy fix.
> 
> Ok, here it comes. I have already tested it with the latest 1.1.6fix1 release.
> 
> 1. Open 'error.lyx'
> 2. View DVI. There are large gaps between the lines of the code.

The problem here is that LyX try to be smart and changes the font size to
normal before the linebreak:

{\tiny GenericStack<~int~>~~~~~~~~stack1;}~\\
{\tiny GenericStack<~Rational~>~~~stack2;}~\\
{\tiny vector<~vector<~int~>~>~~~~matrix;}~\\

It is easy to remove the code that does this. Why do we need it ?

PS: Why there is a META_NEWLINE case in LyXParagraph::SimpleTeXSpecialChars ?
It seems that this code is not executed as the newline is handled in
SimpleTeXOnePar.

Reply via email to