We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7943299 commit 15ad279Copy full SHA for 15ad279
partials/latex/template.tex
@@ -11,6 +11,9 @@
11
\usepackage[$for(geometry)$$geometry$$sep$,$endfor$]{geometry}
12
$endif$
13
\usepackage{amsmath,amssymb}
14
+$if(cancel)$
15
+\usepackage{cancel}
16
+$endif$
17
$--
18
$-- section numbering
19
@@ -24,6 +27,19 @@
24
27
$common.latex()$
25
28
$after-header-includes.latex()$
26
29
$hypersetup.latex()$
30
+$if(pdf-trailer-id)$
31
+
32
+\ifXeTeX
33
+\special{pdf:trailerid [ $pdf-trailer-id$ ]}
34
+\fi
35
+\ifPDFTeX
36
+\pdftrailerid{}
37
+\pdftrailer{/ID [ $pdf-trailer-id$ ]}
38
39
+\ifLuaTeX
40
+\pdfvariable trailerid {[ $pdf-trailer-id$ ]}
41
42
43
44
$before-title.tex()$
45
@@ -41,6 +57,9 @@
57
$if(linestretch)$
58
\setstretch{$linestretch$}
59
60
+$-- $if(has-frontmatter)$
61
+$-- \mainmatter
62
+$-- $endif$
63
$body$
64
46
65
$before-bib.tex()$
0 commit comments