aboutsummaryrefslogtreecommitdiff
path: root/test/writer.latex
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 /test/writer.latex
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 'test/writer.latex')
-rw-r--r--test/writer.latex3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/writer.latex b/test/writer.latex
index 1cb69633f..a5ee8a04e 100644
--- a/test/writer.latex
+++ b/test/writer.latex
@@ -1,9 +1,9 @@
% Options for packages loaded elsewhere
\PassOptionsToPackage{unicode}{hyperref}
\PassOptionsToPackage{hyphens}{url}
-%
\documentclass[
]{article}
+\usepackage{xcolor}
\usepackage{amsmath,amssymb}
\usepackage{iftex}
\ifPDFTeX
@@ -36,7 +36,6 @@
\KOMAoptions{parskip=half}}
\makeatother
\usepackage{fancyvrb}
-\usepackage{xcolor}
\usepackage{graphicx}
\makeatletter
\newsavebox\pandoc@box