mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-27 18:05:48 +00:00
LaTeX reader missing \oe and \OE characters
This commit is contained in:
@@ -402,6 +402,8 @@ inlineCommands = M.fromList $
|
||||
, ("l", lit "ł")
|
||||
, ("ae", lit "æ")
|
||||
, ("AE", lit "Æ")
|
||||
, ("oe", lit "œ")
|
||||
, ("OE", lit "Œ")
|
||||
, ("pounds", lit "£")
|
||||
, ("euro", lit "€")
|
||||
, ("copyright", lit "©")
|
||||
|
||||
Reference in New Issue
Block a user