]> git.lyx.org Git - features.git/commit
Fix bug #8116.
authorGeorg Baum <baum@lyx.org>
Sun, 13 May 2012 16:41:51 +0000 (18:41 +0200)
committerGeorg Baum <baum@lyx.org>
Sun, 13 May 2012 17:42:41 +0000 (19:42 +0200)
commit72023030d9908038295822adadfc29551917354e
treecb6c6657c36f5ca3ce236aca1c173de9d1de7991
parentbba0c9aa22396813751e2c75ef8ecf900dc717b8
Fix bug #8116.

The string we parse as name may contain backslashes if \csname ... \endcsname
is used. Therefore we have to output it using asInput() instead of cs().
src/tex2lyx/Preamble.cpp