Variable: cal-tex-day-prefix

cal-tex-day-prefix is a variable defined in cal-tex.el.gz.

Value

"\\caldate{%s}{%s}"

Documentation

The initial LaTeX code for a day.

The holidays, diary entries, bottom string, and the text follow.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/cal-tex.el.gz
;;;
;;; Definitions for LaTeX code
;;;

(defconst cal-tex-day-prefix "\\caldate{%s}{%s}"
  "The initial LaTeX code for a day.
The holidays, diary entries, bottom string, and the text follow.")