Function: TeX-arg-size
TeX-arg-size is a byte-compiled function defined in latex.el.
Signature
(TeX-arg-size OPTIONAL)
Documentation
Insert width and height as a pair.
If OPTIONAL is non-nil, insert the resulting value as an optional argument, otherwise as a mandatory one.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defun TeX-arg-size (optional)
"Insert width and height as a pair.
If OPTIONAL is non-nil, insert the resulting value as an optional
argument, otherwise as a mandatory one."
(TeX-arg-pair optional "Width" "Height"))