Function: reftex-citet
reftex-citet is an autoloaded, interactive and byte-compiled function
defined in reftex-cite.el.gz.
Signature
(reftex-citet)
Documentation
Call reftex-citation with a format selector ?t.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/reftex-cite.el.gz
;;;###autoload
(defun reftex-citet ()
"Call `reftex-citation' with a format selector `?t'."
(interactive)
(reftex-citation nil ?t))