Function: cal-tex-b-makebox

cal-tex-b-makebox is a byte-compiled function defined in cal-tex.el.gz.

Signature

(cal-tex-b-makebox WIDTH POSITION)

Documentation

Insert makebox with parameters WIDTH and POSITION (clr).

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/cal-tex.el.gz
(defun cal-tex-b-makebox (width position)
  "Insert makebox with parameters WIDTH and POSITION (clr)."
  (insert "\\makebox[" width "][" position "]{" )
  (cal-tex-comment))