Merge branch 'master' into citeproc

This commit is contained in:
John MacFarlane 2010-11-27 11:54:26 -08:00
commit f15965e205

View file

@ -110,6 +110,10 @@ stringToLaTeX = escapeStringUsing latexEscapes
, ('[', "{[}") -- to avoid interpretation as
, (']', "{]}") -- optional arguments
, ('\160', "~")
, ('\x2018', "`")
, ('\x2019', "'")
, ('\x201C', "``")
, ('\x201D', "''")
]
-- | Puts contents into LaTeX command.