Load template into repository.

This commit is contained in:
Gebruiker
2022-10-04 12:55:47 +02:00
parent c8c73439df
commit 2278b30c14
20 changed files with 444 additions and 0 deletions

59
Main.tex Normal file
View File

@@ -0,0 +1,59 @@
\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{Artikels/Intro}
\closearticle
\subfile{Artikels/AnnickArtikel}
\closearticle
\subfile{Artikels/DiedArtikel}
\closearticle
\subfile{Artikels/DouwePauline}
\closearticle
\subfile{Artikels/Dien}
\closearticle
\end{multicols}
\end{document}