diff options
| -rw-r--r-- | man/ChangeLog | 5 | ||||
| -rw-r--r-- | man/calendar.texi | 16 |
2 files changed, 15 insertions, 6 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 287c095a473..6b3b8d251e9 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-07-24 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work | ||
| 4 | for some calendars. | ||
| 5 | |||
| 1 | 2007-07-13 Eli Zaretskii <eliz@gnu.org> | 6 | 2007-07-13 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * Makefile.in (../info/emacs-mime): Use --enable-encoding. | 8 | * Makefile.in (../info/emacs-mime): Use --enable-encoding. |
diff --git a/man/calendar.texi b/man/calendar.texi index 58ca24af7d9..5182474622d 100644 --- a/man/calendar.texi +++ b/man/calendar.texi | |||
| @@ -432,12 +432,16 @@ argument which specifies how many days, weeks, months or years to print | |||
| 432 | If the variable @code{cal-tex-holidays} is non-@code{nil} (the default), | 432 | If the variable @code{cal-tex-holidays} is non-@code{nil} (the default), |
| 433 | then the printed calendars show the holidays in @code{calendar-holidays}. | 433 | then the printed calendars show the holidays in @code{calendar-holidays}. |
| 434 | If the variable @code{cal-tex-diary} is non-@code{nil} (the default is | 434 | If the variable @code{cal-tex-diary} is non-@code{nil} (the default is |
| 435 | @code{nil}), diary entries are included also (in weekly and monthly | 435 | @code{nil}), diary entries are included also (in monthly, filofax, and |
| 436 | calendars only). If the variable @code{cal-tex-rules} is non-@code{nil} | 436 | iso-week calendars only). If the variable @code{cal-tex-rules} is |
| 437 | (the default is @code{nil}), the calendar displays ruled pages | 437 | non-@code{nil} (the default is @code{nil}), the calendar displays ruled |
| 438 | in styles that have sufficient room. You can use the variable | 438 | pages in styles that have sufficient room. Consult the documentation of |
| 439 | @code{cal-tex-preamble-extra} to insert extra La@TeX{} commands in the | 439 | the individual cal-tex functions to see which calendars support which |
| 440 | preamble of the generated document if you need to. | 440 | features. |
| 441 | |||
| 442 | You can use the variable @code{cal-tex-preamble-extra} to insert extra | ||
| 443 | La@TeX{} commands in the preamble of the generated document if you need | ||
| 444 | to. | ||
| 441 | 445 | ||
| 442 | @node Holidays | 446 | @node Holidays |
| 443 | @section Holidays | 447 | @section Holidays |