Le 14/06/2009 14:21, [email protected] a écrit :
Author: uwestoehr Date: Sun Jun 14 14:21:30 2009 New Revision: 30094 URL: http://www.lyx.org/trac/changeset/30094Log: tex2lyx/preamble.cpp: support for fileformat 254: esint
+ else if (name == "esint") {
+ h_use_esint = "2";
+ p.skip_spaces();
+ }
I am not sure what is the context here, but should't we make sure that this happens only when this has not been generated by LyX itself? JMarc
