Load template into repository.
This commit is contained in:
59
Main.tex
Normal file
59
Main.tex
Normal 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}
|
||||
Reference in New Issue
Block a user