I'm using the calendar package to create a monthly calendar.
This is what it looks like:
dates.cld:
Code: Select all
July 2 2010 to July 29 2010 {}
Code: Select all
range dates {}
2 july 2010 {item at top}
2 july 2010 {item at center}
2 july 2010 {item at bottom}
Code: Select all
\documentclass[10pt,a4paper]{article}
\usepackage{monthly}
\begin{document}
\begin{monthly}
{}
{events}
july 2010
\end{monthly}
\end{document}
Edit by localghost: No external links! Attachments go onto the forum server (see Board Rules).