mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
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:
parent
055a98c1e7
commit
ff7eec0cbe
@ -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
|
||||
|
@ -670,7 +670,7 @@ string const latexify(string const str)
|
||||
break;
|
||||
|
||||
case ('\\'):
|
||||
out << "$\backslash$";
|
||||
out << "\textbackslash ";
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user