File: cal-tex.el.html
This collection of functions implements the creation of LaTeX calendars based on the user's holiday choices and diary file.
The user commands are: cal-tex-cursor-year cal-tex-cursor-year-landscape cal-tex-cursor-filofax-year cal-tex-cursor-month-landscape cal-tex-cursor-month cal-tex-cursor-week cal-tex-cursor-week2 cal-tex-cursor-week2-summary cal-tex-cursor-week-iso cal-tex-cursor-week-monday cal-tex-cursor-filofax-2week cal-tex-cursor-filofax-week cal-tex-cursor-filofax-daily cal-tex-cursor-day
TO DO
(*) Add holidays and diary entries to daily calendar.
(*) Add diary entries to weekly calendar functions.
(*) Make calendar styles for A4 paper.
(*) Make monthly styles Filofax paper.
Defined variables (25)
cal-tex-24 | Non-nil means use a 24 hour clock in the daily calendar. |
cal-tex-LaTeX-hourbox | One hour and a line on the right. |
cal-tex-LaTeX-subst-list | Alist of symbols and their LaTeX replacements. |
cal-tex-buffer | The name for the output LaTeX calendar buffer. |
cal-tex-cal-multi-month | LaTeX code for the month header, for a multi-month calendar. |
cal-tex-cal-one-month | LaTeX code for the month header, for a single month calendar. |
cal-tex-caldate | LaTeX code to insert one box with date info in calendar. |
cal-tex-daily-end | The last hour of the daily LaTeX calendar page. |
cal-tex-daily-hook | List of functions called after a LaTeX daily calendar buffer is generated. |
cal-tex-daily-start | The first hour of the daily LaTeX calendar page. |
cal-tex-daily-string | Lisp expression giving the date format to use in the LaTeX calendars. |
cal-tex-day-name-format | The format for LaTeX code for a day name. |
cal-tex-day-prefix | The initial LaTeX code for a day. |
cal-tex-diary | Non-nil means diary entries are printed in LaTeX calendars that support it. |
cal-tex-holidays | Non-nil means holidays are printed in the LaTeX calendars that support it. |
cal-tex-hook | List of functions called after any LaTeX calendar buffer is generated. |
cal-tex-lefthead | LaTeX code for left header. |
cal-tex-month-hook | List of functions called after a LaTeX month calendar buffer is generated. |
cal-tex-myday | LaTeX code for a day heading. |
cal-tex-preamble-extra | A string giving extra LaTeX commands to insert in the calendar preamble. |
cal-tex-righthead | LaTeX code for right header. |
cal-tex-rules | Non-nil means pages will be ruled in some LaTeX calendar styles. |
cal-tex-week-hook | List of functions called after a LaTeX week calendar buffer is generated. |
cal-tex-which-days | The days of the week that are displayed on the portrait monthly calendar. |
cal-tex-year-hook | List of functions called after a LaTeX year calendar buffer is generated. |