Cosmetic improvements

This commit is contained in:
Dimitri Lozeve 2020-08-30 23:10:39 +02:00
parent 921dda9a72
commit 55b9e2523c
32 changed files with 88 additions and 358 deletions

View file

@ -164,7 +164,7 @@ myReadPandocBiblio ropt csl biblio item = do
return $ fmap (const pandoc') item
-- Pandoc compiler with KaTeX and bibliography support --------------------
-- Pandoc compiler with maths, TOC, sidenots, and bibliography support --------------------
customPandocCompiler :: Bool -> Compiler (Item String)
customPandocCompiler withTOC =
let customExtensions = extensionsFromList [Ext_latex_macros]