Variable: cal-tex-LaTeX-hourbox
cal-tex-LaTeX-hourbox is a variable defined in cal-tex.el.gz.
Value
"\\newcommand{\\hourbox}[2]%\n{\\makebox[2em]{\\rule{0cm}{#2ex}#1}\\rule{3in}{.15mm}}\n"
Documentation
One hour and a line on the right.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/cal-tex.el.gz
;;;
;;; Weekly calendars
;;;
(defconst cal-tex-LaTeX-hourbox
"\\newcommand{\\hourbox}[2]%
{\\makebox[2em]{\\rule{0cm}{#2ex}#1}\\rule{3in}{.15mm}}\n"
"One hour and a line on the right.")