Added escaping of euro character to LaTeX writer.
Partially resolves #309.
This commit is contained in:
parent
017b443a4c
commit
f8df0f50fd
1 changed files with 1 additions and 0 deletions
|
@ -142,6 +142,7 @@ stringToLaTeX = escapeStringUsing latexEscapes
|
|||
[ ('^', "\\^{}")
|
||||
, ('\\', "\\textbackslash{}")
|
||||
, ('~', "\\ensuremath{\\sim}")
|
||||
, ('€', "\\euro{}")
|
||||
, ('|', "\\textbar{}")
|
||||
, ('<', "\\textless{}")
|
||||
, ('>', "\\textgreater{}")
|
||||
|
|
Loading…
Reference in a new issue