Use \textbackslash in preference to $\backslash$.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3843 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2002-03-26 16:10:49 +00:00
parent 055a98c1e7
commit ff7eec0cbe
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-03-26 Angus Leeming <a.leeming@ic.ac.uk>
* insetgraphicsParams.C (latexify): use \textbackslash in preference to
$\backslash$.
2002-03-26 Angus Leeming <a.leeming@ic.ac.uk>
* insetgraphicsParams.C (Read): revert Herbert's fix and apply the

View File

@ -670,7 +670,7 @@ string const latexify(string const str)
break;
case ('\\'):
out << "$\backslash$";
out << "\textbackslash ";
break;
default: