mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(Writing Calendar Files): cal-tex-diary etc only work
for some calendars.
This commit is contained in:
parent
f4c6689ce1
commit
dfb44a3ea0
2 changed files with 15 additions and 6 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2007-07-24 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
|
||||
for some calendars.
|
||||
|
||||
2007-07-13 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* Makefile.in (../info/emacs-mime): Use --enable-encoding.
|
||||
|
|
|
|||
|
|
@ -432,12 +432,16 @@ argument which specifies how many days, weeks, months or years to print
|
|||
If the variable @code{cal-tex-holidays} is non-@code{nil} (the default),
|
||||
then the printed calendars show the holidays in @code{calendar-holidays}.
|
||||
If the variable @code{cal-tex-diary} is non-@code{nil} (the default is
|
||||
@code{nil}), diary entries are included also (in weekly and monthly
|
||||
calendars only). If the variable @code{cal-tex-rules} is non-@code{nil}
|
||||
(the default is @code{nil}), the calendar displays ruled pages
|
||||
in styles that have sufficient room. You can use the variable
|
||||
@code{cal-tex-preamble-extra} to insert extra La@TeX{} commands in the
|
||||
preamble of the generated document if you need to.
|
||||
@code{nil}), diary entries are included also (in monthly, filofax, and
|
||||
iso-week calendars only). If the variable @code{cal-tex-rules} is
|
||||
non-@code{nil} (the default is @code{nil}), the calendar displays ruled
|
||||
pages in styles that have sufficient room. Consult the documentation of
|
||||
the individual cal-tex functions to see which calendars support which
|
||||
features.
|
||||
|
||||
You can use the variable @code{cal-tex-preamble-extra} to insert extra
|
||||
La@TeX{} commands in the preamble of the generated document if you need
|
||||
to.
|
||||
|
||||
@node Holidays
|
||||
@section Holidays
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue