Le 15/06/2009 02:16, uwesto...@lyx.org a écrit :
Log: tex2lyx/preamble.cpp: - better whitespace preamble output (still not perfect) - support for fileformat 258 - proper solution how to treat LyX specific preamble stuff; this solves long standing issues (the old solution failed when more than one LyX specific command was used in a file)
Please separate different things in different patches. For example, I think I'd like you to revert the last point (we have to discuss it first), and it is difficult in the form. Concerning this last point: could you explain what did not work in the previous version? This is typically something I'd expect to see discussed on lyx-devel before. While I do not know what problem is fixed, I definitely do not like stuff like
+const char * const known_lyx_comments[] = { +"%% Binom macro for standard LaTeX users\n", +"%% For printing a cirumflex inside a formula",
... This is very very fragile and IMO not acceptable. Could you please detail what you do? JMarc