Files
Douwe Ravers abf812c6e9 Automated the google forms to pdf generation process. Using pdflatex command (external program).
Only the download automation has to be done. > look at FileSystemWatcher for automatically detecting downloads
2022-12-24 15:18:20 +01:00

50 lines
896 B
TeX

\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{microtype}
\usepackage{newspaper}
\usepackage[dutch]{babel}
\date{\today}
\currentvolume{1}
\currentissue{1}
%% The banner headline on the first page
%% (The colon after s: is to get a more
%% modern majuscule s in this font instead of
%% the medieval tall s.
\SetPaperName{Proo{s:}tenKrant}
%% The name used in the running header after
%% the first page
\SetHeaderName{ProostenKrant}
%% and also...
\SetPaperLocation{Regio Kempen}
\SetPaperSlogan{``Een krant van en voor Proosten.''}
\SetPaperPrice{NUL EURO}
\usepackage{graphicx}
\usepackage{tikz}
\usepackage{multicol}
\usepackage{subfiles}
\usepackage{newspaper-mod}
%%%%%%%%% Front matter %%%%%%%%%%
\usepackage{lipsum}
\begin{document}
\maketitle
\begin{multicols}{3}
\subfile{Articles}
\newpage
\end{multicols}
\end{document}