aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2024-09-25 19:07:43 -0700
committerJohn MacFarlane <[email protected]>2024-09-29 14:18:31 -0700
commit2a6268de67b883cd814358111d764d330f100d9b (patch)
tree850c5717d198ec99484542b863ea9a676877e4cb /src
parent7565a90cec79c5fcd1d3b3e5ddb042d2cdaccac3 (diff)
Refactor latex template using partials.
+ Split out common parts of latex template into partials: common.latex, fonts.latex, font-settings.latex, passoptions.latex, hypersetup.latex, after-header-includes.latex. + Split out old latex template into default.latex and default.beamer. + Make default.beamer the default template for beamer.
Diffstat (limited to 'src')
-rw-r--r--src/Text/Pandoc/Templates.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Templates.hs b/src/Text/Pandoc/Templates.hs
index 122a33c66..fa921ae8b 100644
--- a/src/Text/Pandoc/Templates.hs
+++ b/src/Text/Pandoc/Templates.hs
@@ -112,7 +112,6 @@ getDefaultTemplate format = do
"html" -> getDefaultTemplate "html5"
"docbook" -> getDefaultTemplate "docbook5"
"epub" -> getDefaultTemplate "epub3"
- "beamer" -> getDefaultTemplate "latex"
"jats" -> getDefaultTemplate "jats_archiving"
"markdown_strict" -> getDefaultTemplate "markdown"
"multimarkdown" -> getDefaultTemplate "markdown"