| 123456789101112131415161718192021222324252627282930 |
- \documentclass{article}
- %%%%%%% Packages %%%%%%%
- \usepackage[dutch]{babel}
- \usepackage[utf8]{inputenc}
- \usepackage[T1]{fontenc}
- \usepackage{microtype}
- \usepackage{textcomp}
- \usepackage{graphicx}
- \usepackage{multicol}
- \usepackage{lipsum}
- \usepackage{newspaper}
- \date{\today}
- \currentvolume{1}
- \currentissue{1}
- \SetPaperName{Craftbroec Times:}
- \SetHeaderName{Craftbroec Times:}
- \SetPaperLocation{Verenigde Nederlanden}
- \SetPaperSlogan{``Haalbaar. Helder''}
- \SetPaperPrice{\textflorin{} 3,50}
- \usepackage{xcolor}
- %\color{white}
- %%%%%%% Settings %%%%%%%
- \setlength{\parindent}{0cm}
|