diff options
| author | John MacFarlane <[email protected]> | 2024-09-25 19:07:43 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-09-29 14:18:31 -0700 |
| commit | 2a6268de67b883cd814358111d764d330f100d9b (patch) | |
| tree | 850c5717d198ec99484542b863ea9a676877e4cb /test/writer.latex | |
| parent | 7565a90cec79c5fcd1d3b3e5ddb042d2cdaccac3 (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.latex | 3 |
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 |
