From 78e61cedd0ffd8a3183a1feae1949243534def1d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 12 Aug 2017 13:14:27 -0700 Subject: Added Encl, Glossary to Term --- src/Text/Pandoc/Translations.hs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Text/Pandoc') diff --git a/src/Text/Pandoc/Translations.hs b/src/Text/Pandoc/Translations.hs index e2091f0a8..57fad3386 100644 --- a/src/Text/Pandoc/Translations.hs +++ b/src/Text/Pandoc/Translations.hs @@ -69,11 +69,13 @@ data Term = | Table | Part | Page - | Proof | See | SeeAlso + | Encl | Cc | To + | Proof + | Glossary deriving (Show, Eq, Ord, Generic, Enum, Read) newtype Translations = Translations (M.Map Term String) -- cgit v1.2.3