blob: adf3daeb8e44983c44ff37b360b34cae2a04afa9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
\listfiles
\documentclass[svgnames,print]{tikz-kalender}
% "print" means printer-fiendly twoside output
\begin{document}
\makeKalender[%
year=2016, % default: current year
title=Termine,
showweeknumbers, % default: false
titleColor=dark, % default: dark
eventColor=medium, % default: medium
workdayColor=none, % default: none
saturdayColor=bright, % default: bright
sundayColor=medium, % default: medium
monthColor=white, % default: white
monthBGcolor=dark % default: dark
]
\end{document}
|