20 lines
645 B
TeX
20 lines
645 B
TeX
\date{\today}
|
||
\def \pubyear{2020} % if s.o. knows a way to set this
|
||
% automagically from \date I’d be
|
||
% grateful about a message!
|
||
|
||
% Define the city of publication.
|
||
\def \city{Schmalkalden}
|
||
|
||
% Provide data about the actual work.
|
||
\title{fancy work}
|
||
% -----------------------------------------------------------------------------
|
||
\makeatletter
|
||
\def \bibpath{references.bib}
|
||
\def \keywords{\@title,~\pubyear}
|
||
% Configure the header and footer.
|
||
\def \headercontent{\headmark\, \pubyear}
|
||
\def \footercontent{fancy institution}
|
||
\makeatother
|
||
% vim:fileencoding=utf-8:ts=4:syntax=tex:colorcolumn=81:noexpandtab
|