Variable: cal-tex-caldate

cal-tex-caldate is a variable defined in cal-tex.el.gz.

Value

"\\fboxsep=0pt\n\\long\\def\\caldate#1#2#3#4#5#6{%\n    \\fbox{\\hbox to\\cellwidth{%\n     \\vbox to\\cellheight{%\n       \\hbox to\\cellwidth{%\n          {\\hspace*{1mm}\\Large \\bf \\strut #2}\\hspace{.05\\cellwidth}%\n          \\raisebox{\\holidaymult\\cellheight}%\n                   {\\parbox[t]{.75\\cellwidth}{\\tiny \\raggedright #4}}}\n       \\hbox to\\cellwidth{%\n           \\hspace*{1mm}\\parbox{.95\\cellwidth}{\\tiny \\raggedright #3}}\n       \\hspace*{1mm}%\n       \\hbox to\\cellwidth{#6}%\n       \\vfill%\n       \\hbox to\\cellwidth{\\hfill \\tiny #5 \\hfill}%\n       \\vskip 1.4pt}%\n     \\hskip -0.4pt}}}\n"

Documentation

LaTeX code to insert one box with date info in calendar.

This definition is the heart of the calendar!

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/cal-tex.el.gz
(defconst cal-tex-caldate
"\\fboxsep=0pt
\\long\\def\\caldate#1#2#3#4#5#6{%
    \\fbox{\\hbox to\\cellwidth{%
     \\vbox to\\cellheight{%
       \\hbox to\\cellwidth{%
          {\\hspace*{1mm}\\Large \\bf \\strut #2}\\hspace{.05\\cellwidth}%
          \\raisebox{\\holidaymult\\cellheight}%
                   {\\parbox[t]{.75\\cellwidth}{\\tiny \\raggedright #4}}}
       \\hbox to\\cellwidth{%
           \\hspace*{1mm}\\parbox{.95\\cellwidth}{\\tiny \\raggedright #3}}
       \\hspace*{1mm}%
       \\hbox to\\cellwidth{#6}%
       \\vfill%
       \\hbox to\\cellwidth{\\hfill \\tiny #5 \\hfill}%
       \\vskip 1.4pt}%
     \\hskip -0.4pt}}}
"
  "LaTeX code to insert one box with date info in calendar.
This definition is the heart of the calendar!")