THEOREM OF THE DAY 2010 CALENDAR


Source Files for Month Layouts
------------------------------
The folder containing this readme.txt file should contain:
(1) a .tex file for each month of 2010
(2) a file called CalendarParameters2010.tex which is read by each month file with the line
    \input{../CalendarParameters2010.tex}

When I typeset the months I kept them in different folders so that the various additional LaTeX files produced (.aux, .out etc) were kept tidy. For this reason CalendarParameters2010.tex is assumed to be one directory level above the month files. You easiest option is probably to do the same (otherwise you have to replace the above instruction with
   \input{CalendarParameters2010.tex}
in each month file.

I compiled the .tex files using MikTex 2.7 from http://miktex.org/. The parameters file is responsible for loading a good many packages. Some of these are not necesssary - they are just there for legacy reasons.

Robin Whitty
January 2010