>>>>> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> Jean-Marc Lasgouttes wrote: >> Georg, could tex2lyx undo this quoted-printable stuff (maybe when >> it detects that the file was produced by LyX...)? It seems >> reasonably safe to me... Georg> Except when the label occurs in a user command: We cannot Georg> understand that in this snippet: Georg> \newcommand{\myref}[1]{\ref{#1} bla} Georg> \label{my fancy label that works even with umlauts ä} Georg> \myref{my fancy label that works even with umlauts ä} But this case will not work with LyX anyway, so we do not really care, do we? Georg> The long term solution is IMHO a commandline switch that Georg> chooses between "safe" mode (where the aim is to get 100% Georg> identical TeX code after the tex -> lyx -> tex round trip) and Georg> "sloppy" mode (where the aim is to translate as much as Georg> possible to LyX constructs with a possibly invalid result). This is definitely something we will need. JMarc