Function: TeX-arg-coordinate
TeX-arg-coordinate is a byte-compiled function defined in latex.el.
Signature
(TeX-arg-coordinate OPTIONAL)
Documentation
Insert x and y coordinate 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-coordinate (optional)
"Insert x and y coordinate 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 "X position" "Y position"))