Update setupfile, better handling of LaTeX headers

All `html_head_extra's are replaced with `html_head's since they have
the same effect.

LaTeX headers are now handled in a separate file for easier handling of
the LaTeX code.
This commit is contained in:
2021-04-19 01:13:00 +02:00
parent 9ff59c31d4
commit b177f07d41
2 changed files with 43 additions and 39 deletions

14
content/headers.tex Normal file
View File

@@ -0,0 +1,14 @@
% LaTeX headers
\usepackage[total={17cm,24cm}]{geometry}
\usepackage{xltxtra}
\setmainfont{Charis SIL}
\usepackage{indentfirst}
\usepackage{enumitem}
\usepackage{hyperref}
\usepackage{xcolor}
\hypersetup{colorlinks=true,linkbordercolor=red,linkcolor=blue,pdfborderstyle={/S/U/W 1}}
\usepackage{newunicodechar}
\newunicodechar{}{'}
\newunicodechar{}{\ldots}
\newunicodechar{ }{~}
\newunicodechar{}{~}