|
|
@ -1,39 +1,180 @@ |
|
|
|
\PassOptionsToPackage{unicode=true}{hyperref} % options for packages loaded elsewhere |
|
|
|
\PassOptionsToPackage{unicode=true$for(hyperrefoptions)$,$hyperrefoptions$$endfor$}{hyperref} % options for packages loaded elsewhere |
|
|
|
\PassOptionsToPackage{hyphens}{url} |
|
|
|
\PassOptionsToPackage{hyphens}{url} |
|
|
|
$if(colorlinks)$ |
|
|
|
$if(colorlinks)$ |
|
|
|
\PassOptionsToPackage{dvipsnames,svgnames*,x11names*}{xcolor} |
|
|
|
\PassOptionsToPackage{dvipsnames,svgnames*,x11names*}{xcolor} |
|
|
|
$endif$$if(dir)$$if(latex-dir-rtl)$ |
|
|
|
$endif$$if(dir)$$if(latex-dir-rtl)$ |
|
|
|
\PassOptionsToPackage{RTLdocument}{bidi} |
|
|
|
\PassOptionsToPackage{RTLdocument}{bidi} |
|
|
|
$endif$$endif$% |
|
|
|
$endif$$endif$% |
|
|
|
\documentclass[12pt,a4paper]{article} |
|
|
|
\documentclass[$if(fontsize)$$fontsize$,$endif$$if(lang)$$babel-lang$,$endif$$if(papersize)$$papersize$paper,$endif$$if(beamer)$ignorenonframetext,$if(handout)$handout,$endif$$if(aspectratio)$aspectratio=$aspectratio$,$endif$$endif$$for(classoption)$$classoption$$sep$,$endfor$]{$documentclass$} |
|
|
|
|
|
|
|
$if(beamer)$ |
|
|
|
|
|
|
|
$if(background-image)$ |
|
|
|
|
|
|
|
\usebackgroundtemplate{% |
|
|
|
|
|
|
|
\includegraphics[width=\paperwidth]{$background-image$}% |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
$endif$ |
|
|
|
|
|
|
|
\usepackage{pgfpages} |
|
|
|
|
|
|
|
\setbeamertemplate{caption}[numbered] |
|
|
|
|
|
|
|
\setbeamertemplate{caption label separator}{: } |
|
|
|
|
|
|
|
\setbeamercolor{caption name}{fg=normal text.fg} |
|
|
|
|
|
|
|
\beamertemplatenavigationsymbols$if(navigation)$$navigation$$else$empty$endif$ |
|
|
|
|
|
|
|
$for(beameroption)$ |
|
|
|
|
|
|
|
\setbeameroption{$beameroption$} |
|
|
|
|
|
|
|
$endfor$ |
|
|
|
|
|
|
|
% Prevent slide breaks in the middle of a paragraph: |
|
|
|
|
|
|
|
\widowpenalties 1 10000 |
|
|
|
|
|
|
|
\raggedbottom |
|
|
|
|
|
|
|
$if(section-titles)$ |
|
|
|
|
|
|
|
\setbeamertemplate{part page}{ |
|
|
|
|
|
|
|
\centering |
|
|
|
|
|
|
|
\begin{beamercolorbox}[sep=16pt,center]{part title} |
|
|
|
|
|
|
|
\usebeamerfont{part title}\insertpart\par |
|
|
|
|
|
|
|
\end{beamercolorbox} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
\setbeamertemplate{section page}{ |
|
|
|
|
|
|
|
\centering |
|
|
|
|
|
|
|
\begin{beamercolorbox}[sep=12pt,center]{part title} |
|
|
|
|
|
|
|
\usebeamerfont{section title}\insertsection\par |
|
|
|
|
|
|
|
\end{beamercolorbox} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
\setbeamertemplate{subsection page}{ |
|
|
|
|
|
|
|
\centering |
|
|
|
|
|
|
|
\begin{beamercolorbox}[sep=8pt,center]{part title} |
|
|
|
|
|
|
|
\usebeamerfont{subsection title}\insertsubsection\par |
|
|
|
|
|
|
|
\end{beamercolorbox} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
\AtBeginPart{ |
|
|
|
|
|
|
|
\frame{\partpage} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
\AtBeginSection{ |
|
|
|
|
|
|
|
\ifbibliography |
|
|
|
|
|
|
|
\else |
|
|
|
|
|
|
|
\frame{\sectionpage} |
|
|
|
|
|
|
|
\fi |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
\AtBeginSubsection{ |
|
|
|
|
|
|
|
\frame{\subsectionpage} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
$endif$ |
|
|
|
|
|
|
|
$endif$ |
|
|
|
|
|
|
|
$if(beamerarticle)$ |
|
|
|
|
|
|
|
\usepackage{beamerarticle} % needs to be loaded first |
|
|
|
|
|
|
|
$endif$ |
|
|
|
|
|
|
|
$if(fontfamily)$ |
|
|
|
|
|
|
|
\usepackage[$for(fontfamilyoptions)$$fontfamilyoptions$$sep$,$endfor$]{$fontfamily$} |
|
|
|
|
|
|
|
$else$ |
|
|
|
|
|
|
|
\usepackage{lmodern} |
|
|
|
|
|
|
|
$endif$ |
|
|
|
|
|
|
|
$if(linestretch)$ |
|
|
|
|
|
|
|
\usepackage{setspace} |
|
|
|
|
|
|
|
\setstretch{$linestretch$} |
|
|
|
|
|
|
|
$endif$ |
|
|
|
\usepackage{amssymb,amsmath} |
|
|
|
\usepackage{amssymb,amsmath} |
|
|
|
\usepackage{ifxetex,ifluatex} |
|
|
|
\usepackage{ifxetex,ifluatex} |
|
|
|
\usepackage{fixltx2e} % provides \textsubscript |
|
|
|
\usepackage{fixltx2e} % provides \textsubscript |
|
|
|
$if(colorlinks)$ |
|
|
|
\ifnum 0\ifxetex 1\fi\ifluatex 1\fi=0 % if pdftex |
|
|
|
\usepackage{xcolor} |
|
|
|
\usepackage[$if(fontenc)$$fontenc$$else$T1$endif$]{fontenc} |
|
|
|
|
|
|
|
\usepackage[utf8]{inputenc} |
|
|
|
|
|
|
|
\usepackage{textcomp} % provides euro and other symbols |
|
|
|
|
|
|
|
\else % if luatex or xelatex |
|
|
|
|
|
|
|
$if(mathspec)$ |
|
|
|
|
|
|
|
\ifxetex |
|
|
|
|
|
|
|
\usepackage{mathspec} |
|
|
|
|
|
|
|
\else |
|
|
|
|
|
|
|
\usepackage{unicode-math} |
|
|
|
|
|
|
|
\fi |
|
|
|
|
|
|
|
$else$ |
|
|
|
|
|
|
|
\usepackage{unicode-math} |
|
|
|
|
|
|
|
$endif$ |
|
|
|
|
|
|
|
\defaultfontfeatures{Ligatures=TeX,Scale=MatchLowercase} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\usepackage{url} |
|
|
|
|
|
|
|
\urlstyle{same} % don't use monospace font for urls |
|
|
|
|
|
|
|
\usepackage{ifxetex} |
|
|
|
|
|
|
|
\ifxetex |
|
|
|
|
|
|
|
\usepackage{fontspec} |
|
|
|
|
|
|
|
\setmainfont[ |
|
|
|
|
|
|
|
BoldFont={AvenirNextLTProBold}, |
|
|
|
|
|
|
|
]{Avenir LT Std} |
|
|
|
|
|
|
|
\fi |
|
|
|
|
|
|
|
\makeatletter |
|
|
|
|
|
|
|
\setlength{\parskip}{1em} |
|
|
|
|
|
|
|
\renewcommand{\@seccntformat}[1]{} |
|
|
|
|
|
|
|
\makeatother |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$if(mathfont)$ |
|
|
|
|
|
|
|
$if(mathspec)$ |
|
|
|
|
|
|
|
\ifxetex |
|
|
|
|
|
|
|
\setmathfont(Digits,Latin,Greek)[$for(mathfontoptions)$$mathfontoptions$$sep$,$endfor$]{$mathfont$} |
|
|
|
|
|
|
|
\else |
|
|
|
|
|
|
|
\setmathfont[$for(mathfontoptions)$$mathfontoptions$$sep$,$endfor$]{$mathfont$} |
|
|
|
|
|
|
|
\fi |
|
|
|
|
|
|
|
$else$ |
|
|
|
|
|
|
|
\setmathfont[$for(mathfontoptions)$$mathfontoptions$$sep$,$endfor$]{$mathfont$} |
|
|
|
|
|
|
|
$endif$ |
|
|
|
|
|
|
|
$endif$ |
|
|
|
|
|
|
|
$if(CJKmainfont)$ |
|
|
|
|
|
|
|
\ifxetex |
|
|
|
|
|
|
|
\usepackage{xeCJK} |
|
|
|
|
|
|
|
\setCJKmainfont[$for(CJKoptions)$$CJKoptions$$sep$,$endfor$]{$CJKmainfont$} |
|
|
|
|
|
|
|
\fi |
|
|
|
|
|
|
|
$endif$ |
|
|
|
|
|
|
|
$if(luatexjapresetoptions)$ |
|
|
|
|
|
|
|
\ifluatex |
|
|
|
|
|
|
|
\usepackage[$for(luatexjapresetoptions)$$luatexjapresetoptions$$sep$,$endfor$]{luatexja-preset} |
|
|
|
|
|
|
|
\fi |
|
|
|
|
|
|
|
$endif$ |
|
|
|
|
|
|
|
$if(CJKmainfont)$ |
|
|
|
|
|
|
|
\ifluatex |
|
|
|
|
|
|
|
\usepackage[$for(luatexjafontspecoptions)$$luatexjafontspecoptions$$sep$,$endfor$]{luatexja-fontspec} |
|
|
|
|
|
|
|
\setmainjfont[$for(CJKoptions)$$CJKoptions$$sep$,$endfor$]{$CJKmainfont$} |
|
|
|
|
|
|
|
\fi |
|
|
|
|
|
|
|
$endif$ |
|
|
|
|
|
|
|
\fi |
|
|
|
|
|
|
|
$if(beamer)$ |
|
|
|
|
|
|
|
$if(theme)$ |
|
|
|
|
|
|
|
\usetheme[$for(themeoptions)$$themeoptions$$sep$,$endfor$]{$theme$} |
|
|
|
|
|
|
|
$endif$ |
|
|
|
|
|
|
|
$if(colortheme)$ |
|
|
|
|
|
|
|
\usecolortheme{$colortheme$} |
|
|
|
|
|
|
|
$endif$ |
|
|
|
|
|
|
|
$if(fonttheme)$ |
|
|
|
|
|
|
|
\usefonttheme{$fonttheme$} |
|
|
|
|
|
|
|
$endif$ |
|
|
|
|
|
|
|
$if(mainfont)$ |
|
|
|
|
|
|
|
\usefonttheme{serif} % use mainfont rather than sansfont for slide text |
|
|
|
|
|
|
|
$endif$ |
|
|
|
|
|
|
|
$if(innertheme)$ |
|
|
|
|
|
|
|
\useinnertheme{$innertheme$} |
|
|
|
|
|
|
|
$endif$ |
|
|
|
|
|
|
|
$if(outertheme)$ |
|
|
|
|
|
|
|
\useoutertheme{$outertheme$} |
|
|
|
|
|
|
|
$endif$ |
|
|
|
|
|
|
|
$endif$ |
|
|
|
|
|
|
|
% use upquote if available, for straight quotes in verbatim environments |
|
|
|
|
|
|
|
\IfFileExists{upquote.sty}{\usepackage{upquote}}{} |
|
|
|
|
|
|
|
% use microtype if available |
|
|
|
|
|
|
|
\IfFileExists{microtype.sty}{% |
|
|
|
|
|
|
|
\usepackage[$for(microtypeoptions)$$microtypeoptions$$sep$,$endfor$]{microtype} |
|
|
|
|
|
|
|
\UseMicrotypeSet[protrusion]{basicmath} % disable protrusion for tt fonts |
|
|
|
|
|
|
|
}{} |
|
|
|
|
|
|
|
$if(indent)$ |
|
|
|
|
|
|
|
$else$ |
|
|
|
|
|
|
|
\IfFileExists{parskip.sty}{% |
|
|
|
|
|
|
|
\usepackage{parskip} |
|
|
|
|
|
|
|
}{% else |
|
|
|
|
|
|
|
\setlength{\parindent}{0pt} |
|
|
|
|
|
|
|
\setlength{\parskip}{6pt plus 2pt minus 1pt} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
$endif$ |
|
|
|
|
|
|
|
$if(verbatim-in-note)$ |
|
|
|
|
|
|
|
\usepackage{fancyvrb} |
|
|
|
$endif$ |
|
|
|
$endif$ |
|
|
|
\providecommand{\tightlist}{% |
|
|
|
|
|
|
|
\setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}} |
|
|
|
|
|
|
|
\usepackage{xcolor} |
|
|
|
\usepackage{xcolor} |
|
|
|
\definecolor{fplgreen}{HTML}{769A8C} |
|
|
|
\definecolor{fplgreen}{HTML}{769A8C} |
|
|
|
\usepackage{sectsty} |
|
|
|
\usepackage{sectsty} |
|
|
|
\sectionfont{\color{fplgreen}} |
|
|
|
\sectionfont{\color{fplgreen}} |
|
|
|
\subsectionfont{\color{fplgreen}} |
|
|
|
\subsectionfont{\color{fplgreen}} |
|
|
|
\subsubsectionfont{\color{fplgreen}} |
|
|
|
\subsubsectionfont{\color{fplgreen}} |
|
|
|
|
|
|
|
|
|
|
|
\makeatletter |
|
|
|
|
|
|
|
\let\oldquote\quote |
|
|
|
|
|
|
|
\def\quote{\@ifnextchar[\quote@i \quote@ii} |
|
|
|
|
|
|
|
\def\quote@i[#1]{\oldquote[#1]\itshape} |
|
|
|
|
|
|
|
\def\quote@ii{\oldquote\itshape} |
|
|
|
|
|
|
|
\makeatother |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%\usepackage[document]{ragged2e} |
|
|
|
|
|
|
|
\usepackage{ragged2e} |
|
|
|
|
|
|
|
\justifying |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\usepackage{hyperref} |
|
|
|
\usepackage{hyperref} |
|
|
|
\hypersetup{ |
|
|
|
\hypersetup{ |
|
|
|
$if(title-meta)$ |
|
|
|
$if(title-meta)$ |
|
|
@ -59,24 +200,16 @@ $else$ |
|
|
|
$endif$ |
|
|
|
$endif$ |
|
|
|
breaklinks=true} |
|
|
|
breaklinks=true} |
|
|
|
\urlstyle{same} % don't use monospace font for urls |
|
|
|
\urlstyle{same} % don't use monospace font for urls |
|
|
|
\usepackage{ifxetex} |
|
|
|
$if(verbatim-in-note)$ |
|
|
|
\ifxetex |
|
|
|
\VerbatimFootnotes % allows verbatim text in footnotes |
|
|
|
\usepackage{fontspec} |
|
|
|
$endif$ |
|
|
|
\setmainfont[ |
|
|
|
$if(geometry)$ |
|
|
|
BoldFont={AvenirNextLTProBold}, |
|
|
|
\usepackage[$for(geometry)$$geometry$$sep$,$endfor$]{geometry} |
|
|
|
]{Avenir LT Std} |
|
|
|
$else$ |
|
|
|
\fi |
|
|
|
|
|
|
|
\makeatletter |
|
|
|
|
|
|
|
\setlength{\parskip}{1em} |
|
|
|
|
|
|
|
\renewcommand{\@seccntformat}[1]{} |
|
|
|
|
|
|
|
\makeatother |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\usepackage{indentfirst} |
|
|
|
|
|
|
|
\setlength{\parindent}{0pt} |
|
|
|
|
|
|
|
\usepackage{geometry} |
|
|
|
\usepackage{geometry} |
|
|
|
|
|
|
|
$endif$ |
|
|
|
\geometry{ |
|
|
|
\geometry{ |
|
|
|
paper=$if(papersize)$$papersize$$else$a4$endif$paper, % Change to a4 |
|
|
|
paper=$if(papersize)$$papersize$$else$a4paper$endif$, % Change to a4 |
|
|
|
top=3cm, % Top margin |
|
|
|
top=3cm, % Top margin |
|
|
|
bottom=0cm, % Bottom margin |
|
|
|
bottom=0cm, % Bottom margin |
|
|
|
left=2cm, % Left margin |
|
|
|
left=2cm, % Left margin |
|
|
@ -84,8 +217,31 @@ $endif$ |
|
|
|
includefoot |
|
|
|
includefoot |
|
|
|
%showframe, % Uncomment to show how the type block is set on the page |
|
|
|
%showframe, % Uncomment to show how the type block is set on the page |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
$if(beamer)$ |
|
|
|
|
|
|
|
\newif\ifbibliography |
|
|
|
|
|
|
|
$endif$ |
|
|
|
|
|
|
|
$if(listings)$ |
|
|
|
|
|
|
|
\usepackage{listings} |
|
|
|
|
|
|
|
\newcommand{\passthrough}[1]{#1} |
|
|
|
|
|
|
|
$endif$ |
|
|
|
|
|
|
|
$if(lhs)$ |
|
|
|
|
|
|
|
\lstnewenvironment{code}{\lstset{language=Haskell,numbers=left,basicstyle=\small\ttfamily}}{} |
|
|
|
|
|
|
|
$endif$ |
|
|
|
|
|
|
|
$if(highlighting-macros)$ |
|
|
|
|
|
|
|
$highlighting-macros$ |
|
|
|
|
|
|
|
$endif$ |
|
|
|
$if(tables)$ |
|
|
|
$if(tables)$ |
|
|
|
\usepackage{longtable,booktabs} |
|
|
|
\usepackage{longtable,booktabs} |
|
|
|
|
|
|
|
$if(beamer)$ |
|
|
|
|
|
|
|
\usepackage{caption} |
|
|
|
|
|
|
|
% These lines are needed to make table captions work with longtable: |
|
|
|
|
|
|
|
\makeatletter |
|
|
|
|
|
|
|
\def\fnum@table{\tablename~\thetable} |
|
|
|
|
|
|
|
\makeatother |
|
|
|
|
|
|
|
$else$ |
|
|
|
|
|
|
|
% Fix footnotes in tables (requires footnote package) |
|
|
|
|
|
|
|
\IfFileExists{footnote.sty}{\usepackage{footnote}\makesavenoteenv{longtable}}{} |
|
|
|
|
|
|
|
$endif$ |
|
|
|
$endif$ |
|
|
|
$endif$ |
|
|
|
\usepackage{graphicx,grffile} |
|
|
|
\usepackage{graphicx,grffile} |
|
|
|
\makeatletter |
|
|
|
\makeatletter |
|
|
@ -96,16 +252,117 @@ $endif$ |
|
|
|
% margins by default, and it is still possible to overwrite the defaults |
|
|
|
% margins by default, and it is still possible to overwrite the defaults |
|
|
|
% using explicit options in \includegraphics[width, height, ...]{} |
|
|
|
% using explicit options in \includegraphics[width, height, ...]{} |
|
|
|
\setkeys{Gin}{width=\maxwidth,height=\maxheight,keepaspectratio} |
|
|
|
\setkeys{Gin}{width=\maxwidth,height=\maxheight,keepaspectratio} |
|
|
|
|
|
|
|
$if(links-as-notes)$ |
|
|
|
|
|
|
|
% Make links footnotes instead of hotlinks: |
|
|
|
|
|
|
|
\DeclareRobustCommand{\href}[2]{#2\footnote{\url{#1}}} |
|
|
|
|
|
|
|
$endif$ |
|
|
|
$if(strikeout)$ |
|
|
|
$if(strikeout)$ |
|
|
|
\usepackage[normalem]{ulem} |
|
|
|
\usepackage[normalem]{ulem} |
|
|
|
% avoid problems with \sout in headers with hyperref: |
|
|
|
% avoid problems with \sout in headers with hyperref: |
|
|
|
\pdfstringdefDisableCommands{\renewcommand{\sout}{}} |
|
|
|
\pdfstringdefDisableCommands{\renewcommand{\sout}{}} |
|
|
|
$endif$ |
|
|
|
$endif$ |
|
|
|
|
|
|
|
\setlength{\emergencystretch}{3em} % prevent overfull lines |
|
|
|
|
|
|
|
\providecommand{\tightlist}{% |
|
|
|
|
|
|
|
\setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}} |
|
|
|
|
|
|
|
$if(numbersections)$ |
|
|
|
|
|
|
|
\setcounter{secnumdepth}{$if(secnumdepth)$$secnumdepth$$else$5$endif$} |
|
|
|
|
|
|
|
$else$ |
|
|
|
|
|
|
|
\setcounter{secnumdepth}{0} |
|
|
|
|
|
|
|
$endif$ |
|
|
|
|
|
|
|
$if(beamer)$ |
|
|
|
|
|
|
|
$else$ |
|
|
|
|
|
|
|
$if(subparagraph)$ |
|
|
|
|
|
|
|
$else$ |
|
|
|
|
|
|
|
% Redefines (sub)paragraphs to behave more like sections |
|
|
|
|
|
|
|
\ifx\paragraph\undefined\else |
|
|
|
|
|
|
|
\let\oldparagraph\paragraph |
|
|
|
|
|
|
|
\renewcommand{\paragraph}[1]{\oldparagraph{#1}\mbox{}} |
|
|
|
|
|
|
|
\fi |
|
|
|
|
|
|
|
\ifx\subparagraph\undefined\else |
|
|
|
|
|
|
|
\let\oldsubparagraph\subparagraph |
|
|
|
|
|
|
|
\renewcommand{\subparagraph}[1]{\oldsubparagraph{#1}\mbox{}} |
|
|
|
|
|
|
|
\fi |
|
|
|
|
|
|
|
$endif$ |
|
|
|
|
|
|
|
$endif$ |
|
|
|
|
|
|
|
$if(pagestyle)$ |
|
|
|
|
|
|
|
\pagestyle{$pagestyle$} |
|
|
|
|
|
|
|
$endif$ |
|
|
|
|
|
|
|
|
|
|
|
% set default figure placement to htbp |
|
|
|
% set default figure placement to htbp |
|
|
|
\makeatletter |
|
|
|
\makeatletter |
|
|
|
\def\fps@figure{htbp} |
|
|
|
\def\fps@figure{htbp} |
|
|
|
\makeatother |
|
|
|
\makeatother |
|
|
|
|
|
|
|
$if(dont-wrap-code)$ |
|
|
|
|
|
|
|
$else$ |
|
|
|
|
|
|
|
\usepackage{fvextra} |
|
|
|
|
|
|
|
\DefineVerbatimEnvironment{Highlighting}{Verbatim}{breaklines,breaksymbol=\indent,commandchars=\\\{\},numbers=left} |
|
|
|
|
|
|
|
$endif$ |
|
|
|
|
|
|
|
$for(header-includes)$ |
|
|
|
|
|
|
|
$header-includes$ |
|
|
|
|
|
|
|
$endfor$ |
|
|
|
|
|
|
|
$if(lang)$ |
|
|
|
|
|
|
|
\ifnum 0\ifxetex 1\fi\ifluatex 1\fi=0 % if pdftex |
|
|
|
|
|
|
|
\usepackage[shorthands=off,$for(babel-otherlangs)$$babel-otherlangs$,$endfor$main=$babel-lang$]{babel} |
|
|
|
|
|
|
|
$if(babel-newcommands)$ |
|
|
|
|
|
|
|
$babel-newcommands$ |
|
|
|
|
|
|
|
$endif$ |
|
|
|
|
|
|
|
\else |
|
|
|
|
|
|
|
% load polyglossia as late as possible as it *could* call bidi if RTL lang (e.g. Hebrew or Arabic) |
|
|
|
|
|
|
|
\usepackage{polyglossia} |
|
|
|
|
|
|
|
\setmainlanguage[$polyglossia-lang.options$]{$polyglossia-lang.name$} |
|
|
|
|
|
|
|
$for(polyglossia-otherlangs)$ |
|
|
|
|
|
|
|
\setotherlanguage[$polyglossia-otherlangs.options$]{$polyglossia-otherlangs.name$} |
|
|
|
|
|
|
|
$endfor$ |
|
|
|
|
|
|
|
\fi |
|
|
|
|
|
|
|
$endif$ |
|
|
|
|
|
|
|
$if(dir)$ |
|
|
|
|
|
|
|
\ifxetex |
|
|
|
|
|
|
|
% load bidi as late as possible as it modifies e.g. graphicx |
|
|
|
|
|
|
|
\usepackage{bidi} |
|
|
|
|
|
|
|
\fi |
|
|
|
|
|
|
|
\ifnum 0\ifxetex 1\fi\ifluatex 1\fi=0 % if pdftex |
|
|
|
|
|
|
|
\TeXXeTstate=1 |
|
|
|
|
|
|
|
\newcommand{\RL}[1]{\beginR #1\endR} |
|
|
|
|
|
|
|
\newcommand{\LR}[1]{\beginL #1\endL} |
|
|
|
|
|
|
|
\newenvironment{RTL}{\beginR}{\endR} |
|
|
|
|
|
|
|
\newenvironment{LTR}{\beginL}{\endL} |
|
|
|
|
|
|
|
\fi |
|
|
|
|
|
|
|
$endif$ |
|
|
|
|
|
|
|
$if(natbib)$ |
|
|
|
|
|
|
|
\usepackage[$natbiboptions$]{natbib} |
|
|
|
|
|
|
|
\bibliographystyle{$if(biblio-style)$$biblio-style$$else$plainnat$endif$} |
|
|
|
|
|
|
|
$endif$ |
|
|
|
|
|
|
|
$if(biblatex)$ |
|
|
|
|
|
|
|
\usepackage[$if(biblio-style)$style=$biblio-style$,$endif$$for(biblatexoptions)$$biblatexoptions$$sep$,$endfor$]{biblatex} |
|
|
|
|
|
|
|
$for(bibliography)$ |
|
|
|
|
|
|
|
\addbibresource{$bibliography$} |
|
|
|
|
|
|
|
$endfor$ |
|
|
|
|
|
|
|
$endif$ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$if(title)$ |
|
|
|
|
|
|
|
\title{$title$$if(thanks)$\thanks{$thanks$}$endif$} |
|
|
|
|
|
|
|
$endif$ |
|
|
|
|
|
|
|
$if(subtitle)$ |
|
|
|
|
|
|
|
\providecommand{\subtitle}[1]{} |
|
|
|
|
|
|
|
\subtitle{$subtitle$} |
|
|
|
|
|
|
|
$endif$ |
|
|
|
|
|
|
|
$if(author)$ |
|
|
|
|
|
|
|
\author{$for(author)$$author$$sep$ \and $endfor$} |
|
|
|
|
|
|
|
$endif$ |
|
|
|
|
|
|
|
$if(institute)$ |
|
|
|
|
|
|
|
\providecommand{\institute}[1]{} |
|
|
|
|
|
|
|
\institute{$for(institute)$$institute$$sep$ \and $endfor$} |
|
|
|
|
|
|
|
$endif$ |
|
|
|
|
|
|
|
\date{$date$} |
|
|
|
|
|
|
|
$if(beamer)$ |
|
|
|
|
|
|
|
$if(titlegraphic)$ |
|
|
|
|
|
|
|
\titlegraphic{\includegraphics{$titlegraphic$}} |
|
|
|
|
|
|
|
$endif$ |
|
|
|
|
|
|
|
$if(logo)$ |
|
|
|
|
|
|
|
\logo{\includegraphics{$logo$}} |
|
|
|
|
|
|
|
$endif$ |
|
|
|
|
|
|
|
$endif$ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
% https://tex.stackexchange.com/questions/34040/graphics-logo-in-headers |
|
|
|
% https://tex.stackexchange.com/questions/34040/graphics-logo-in-headers |
|
|
@ -117,7 +374,7 @@ $endif$ |
|
|
|
\chead{} |
|
|
|
\chead{} |
|
|
|
\renewcommand{\headrulewidth}{0pt} |
|
|
|
\renewcommand{\headrulewidth}{0pt} |
|
|
|
\setlength{\headheight}{80pt} % round to the point |
|
|
|
\setlength{\headheight}{80pt} % round to the point |
|
|
|
\setlength{\footskip}{54pt} |
|
|
|
\setlength{\footskip}{57pt} |
|
|
|
\addtolength{\topmargin}{-4\baselineskip} |
|
|
|
\addtolength{\topmargin}{-4\baselineskip} |
|
|
|
\addtolength{\textheight}{-96pt} |
|
|
|
\addtolength{\textheight}{-96pt} |
|
|
|
|
|
|
|
|
|
|
@ -158,6 +415,10 @@ $endif$ |
|
|
|
\righthyphenmin=5 |
|
|
|
\righthyphenmin=5 |
|
|
|
\lefthyphenmin=5 |
|
|
|
\lefthyphenmin=5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\begin{document} |
|
|
|
\begin{document} |
|
|
|
$if(title)$ |
|
|
|
$if(title)$ |
|
|
|
$if(beamer)$ |
|
|
|
$if(beamer)$ |
|
|
@ -168,7 +429,6 @@ $endif$ |
|
|
|
$if(abstract)$ |
|
|
|
$if(abstract)$ |
|
|
|
\begin{abstract} |
|
|
|
\begin{abstract} |
|
|
|
$abstract$ |
|
|
|
$abstract$ |
|
|
|
|
|
|
|
|
|
|
|
\end{abstract} |
|
|
|
\end{abstract} |
|
|
|
$endif$ |
|
|
|
$endif$ |
|
|
|
$endif$ |
|
|
|
$endif$ |
|
|
@ -178,8 +438,14 @@ $include-before$ |
|
|
|
|
|
|
|
|
|
|
|
$endfor$ |
|
|
|
$endfor$ |
|
|
|
$if(toc)$ |
|
|
|
$if(toc)$ |
|
|
|
|
|
|
|
$if(toc-title)$ |
|
|
|
|
|
|
|
\renewcommand*\contentsname{$toc-title$} |
|
|
|
|
|
|
|
$endif$ |
|
|
|
$if(beamer)$ |
|
|
|
$if(beamer)$ |
|
|
|
\begin{frame} |
|
|
|
\begin{frame} |
|
|
|
|
|
|
|
$if(toc-title)$ |
|
|
|
|
|
|
|
\frametitle{$toc-title$} |
|
|
|
|
|
|
|
$endif$ |
|
|
|
\tableofcontents[hideallsubsections] |
|
|
|
\tableofcontents[hideallsubsections] |
|
|
|
\end{frame} |
|
|
|
\end{frame} |
|
|
|
$else$ |
|
|
|
$else$ |
|
|
|