Variable: cal-tex-cal-one-month
cal-tex-cal-one-month is a variable defined in cal-tex.el.gz.
Value
"\\def\\calmonth#1#2%\n{\\begin{center}%\n\\Huge\\bf\\uppercase{#1} #2 \\\\[1cm]%\n\\end{center}}%\n\\vspace*{-1.5cm}%\n%\n"
Documentation
LaTeX code for the month header, for a single month calendar.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/cal-tex.el.gz
(defconst cal-tex-cal-one-month
"\\def\\calmonth#1#2%
{\\begin{center}%
\\Huge\\bf\\uppercase{#1} #2 \\\\[1cm]%
\\end{center}}%
\\vspace*{-1.5cm}%
%
"
"LaTeX code for the month header, for a single month calendar.")