Bo Peng schrieb:
>> If you back this feature as well that makes three developers and the
>> code
>> can be committed.
>
> I like this feature and read the patch briefly. I am not sure what you
> mean by 'back', but I guess I can fix problems of this feature when
> bugs are found (not tex2lyx or lyx2lyx though).
you should use correct names
} else if (token == "\\newpage") {
par.insertInset(par.size(), new InsetPagebreak, font, change);
should be InsetNewpage
and then also
} else if (token == "\\pagebreak") {
par.insertInset(par.size(), new InsetPagebreak, font,
Herbert
--
http://PSTricks.de/
http://TeXnik.de/
http://www.dante.de/CTAN/info/math/voss/mathmode/Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes