Variable: LaTeX-default-author

LaTeX-default-author is a customizable variable defined in latex.el.

Value

user-full-name

Documentation

Initial input to LaTeX-arg-author prompt.

If nil, do not prompt at all.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defcustom LaTeX-default-author 'user-full-name
  "Initial input to `LaTeX-arg-author' prompt.
If nil, do not prompt at all."
  :group 'LaTeX-macro
  :type '(choice (const :tag "User name in Emacs" user-full-name)
                 (const :tag "Do not prompt" nil)
                 string))