Function: reftex-citep

reftex-citep is an autoloaded, interactive and byte-compiled function defined in reftex-cite.el.gz.

Signature

(reftex-citep)

Documentation

Call reftex-citation with a format selector ?p.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/reftex-cite.el.gz
;;;###autoload
(defun reftex-citep ()
  "Call `reftex-citation' with a format selector `?p'."
  (interactive)
  (reftex-citation nil ?p))