aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/context.template5
-rw-r--r--templates/latex.template1
2 files changed, 2 insertions, 4 deletions
diff --git a/templates/context.template b/templates/context.template
index f1e15eb95..835f7333f 100644
--- a/templates/context.template
+++ b/templates/context.template
@@ -71,7 +71,9 @@ after={\blank[medium]},
\protect
$endif$
+$if(header-includes)$
$header-includes$
+$endif$
$if(title)$
\doctitle{$title$}
@@ -84,12 +86,9 @@ $if(date)$
$endif$
\starttext
\maketitle
-
$if(toc)$
\placecontent
$endif$
$body$
-
\stoptext
-
diff --git a/templates/latex.template b/templates/latex.template
index 233d3d65b..bd31b5bb6 100644
--- a/templates/latex.template
+++ b/templates/latex.template
@@ -27,7 +27,6 @@ $endif$
\usepackage{url}
\usepackage{graphicx}
\VerbatimFootnotes % allows verbatim text in footnotes
-
$if(numbersections)$
$else$
\setcounter{secnumdepth}{0}