|
|
|
@@ -197,7 +197,7 @@ $endif$ |
|
|
|
\renewcommand{\headrulewidth}{0.0pt} |
|
|
|
\fancyhead[RO]{\slshape \rightmark} |
|
|
|
\fancyhead[LE]{\slshape \leftmark} |
|
|
|
\fancyfoot[LE,RO]{\scriptsize{$if(date)$ $date$ $endif$ / $if(hash)$ \texttt{$hash$} $endif$}} |
|
|
|
\fancyfoot[LE,RO]{\scriptsize{$if(date)$ $date$ $endif$---$if(hash)$ \texttt{$hash$} $endif$}} |
|
|
|
\fancyfoot[C]{\thepage} |
|
|
|
|
|
|
|
$if(links-as-notes)$ |
|
|
|
@@ -274,15 +274,18 @@ $endif$ |
|
|
|
$if(subtitle)$ |
|
|
|
\providecommand{\subtitle}[1]{} |
|
|
|
\subtitle{$subtitle$} |
|
|
|
$endif$ |
|
|
|
\date{$subtitle$} |
|
|
|
\author{} |
|
|
|
$else$ |
|
|
|
\date{$date$} |
|
|
|
$if(author)$ |
|
|
|
\author{$for(author)$$author$$sep$ \and $endfor$} |
|
|
|
$endif$ |
|
|
|
$endif$ |
|
|
|
$if(institute)$ |
|
|
|
\providecommand{\institute}[1]{} |
|
|
|
\institute{$for(institute)$$institute$$sep$ \and $endfor$} |
|
|
|
$endif$ |
|
|
|
\date{$date$} |
|
|
|
|
|
|
|
\include{syntax} |
|
|
|
|
|
|
|
@@ -307,7 +310,7 @@ $if(colorlinks)$ |
|
|
|
$endif$ |
|
|
|
\setcounter{tocdepth}{$toc-depth$} |
|
|
|
\tableofcontents |
|
|
|
\pagebreak |
|
|
|
\newpage |
|
|
|
} |
|
|
|
$endif$ |
|
|
|
$if(lot)$ |