auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX] hyperref's autoref


From: Akim Demaille
Subject: [AUCTeX] hyperref's autoref
Date: Mon, 28 Nov 2005 15:04:25 +0100
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)

Hi Friends,

font-latex-match-reference-keywords does not contain \autoref,
provided by hyperref.  Since it is one of the most precious form of
\ref, I thought you might wanted to know.

      Akim

  \autoref{label}

    This is a replacement for the usual \ref command that places a
contextual label in front of the reference. This gives your users a
bigger target to click for hyperlinks (e.g. `section 2' instead of
merely the number `2').  The label is worked out from the context of
the original \label command by hyperref by using the macros listed
below (shown with their default values). The macros can be redefined
in documents using \renewcommand; note that some of these macros are
already defined in the standard document classes. The mixture of
lowercase and uppercase initial letters is deliberate and corresponds
to the author's practice.

    For each macro below, hyperref checks \*autorefname before
\*name. For instance, it looks for \figureautorefname before
\figurename.

    Macro                    Default
                             Figure
    \figurename
                             Table
    \tablename
                             Part
    \partname
                             Appendix
    \appendixname
                             Equation
    \equationname
                             item
    \Itemname
                             chapter
    \Chaptername
                             section
    \sectionname
                             subsection
    \subsectionname
                             subsubsection
    \subsubsectionname
                             paragraph
    \paragraphname
                             footnote
    \Hfootnotename
                             Equation
    \AMSname
                             Theorem
    \theoremname



Emacs  : GNU Emacs 21.4.1 (i386-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2005-03-17 on trouble, modified by Debian
Package: AUCTeX 11.55

current state:
==============
(setq
 window-system 'x
 LaTeX-version "2e"
 TeX-style-path '("style/" "auto/"
                  "/usr/share/emacs21/site-lisp/auctex/style/"
                  "/var/lib/auctex/emacs21/")
 TeX-auto-save t
 TeX-parse-self t
 TeX-master t
 )







reply via email to

[Prev in Thread] Current Thread [Next in Thread]