diff options
| author | Glenn Morris | 2012-12-22 12:29:16 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-12-22 12:29:16 -0800 |
| commit | 6d1962b3c7de16334f073bf2a82d3ac4b9e23cf3 (patch) | |
| tree | 6577c680a743feaac1c8f56f821a3de6949c4a65 /doc | |
| parent | faeea569eff46212259ef20fa0e6ee986e43b494 (diff) | |
| download | emacs-6d1962b3c7de16334f073bf2a82d3ac4b9e23cf3.tar.gz emacs-6d1962b3c7de16334f073bf2a82d3ac4b9e23cf3.zip | |
Remove hand-written node pointers in doc/misc/reftex.texi
Fix up sectioning
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/ChangeLog | 6 | ||||
| -rw-r--r-- | doc/misc/reftex.texi | 146 |
2 files changed, 80 insertions, 72 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index a309e8d9867..19501d78ca0 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | 2012-12-22 Glenn Morris <rgm@gnu.org> | 1 | 2012-12-22 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * ada-mode.texi, ebrowse.texi, ediff.texi, ert.texi, eshell.texi: | 3 | * ada-mode.texi, ebrowse.texi, ediff.texi, ert.texi, eshell.texi: |
| 4 | * eudc.texi, idlwave.texi, pcl-cvs.texi, rcirc.texi, remember.texi: | 4 | * eudc.texi, idlwave.texi, pcl-cvs.texi, rcirc.texi, reftex.texi: |
| 5 | * ses.texi, speedbar.texi, vip.texi, viper.texi, widget.texi: | 5 | * remember.texi, ses.texi, speedbar.texi, vip.texi, viper.texi: |
| 6 | * wisent.texi: Nuke hand-written node pointers. | 6 | * widget.texi, wisent.texi: Nuke hand-written node pointers. |
| 7 | 7 | ||
| 8 | * Makefile.in (gfdl): New variable. Use throughout where | 8 | * Makefile.in (gfdl): New variable. Use throughout where |
| 9 | appropriate so that targets depend on doclicense.texi. | 9 | appropriate so that targets depend on doclicense.texi. |
diff --git a/doc/misc/reftex.texi b/doc/misc/reftex.texi index f9f0fab9e4a..ecf5dea10bc 100644 --- a/doc/misc/reftex.texi +++ b/doc/misc/reftex.texi | |||
| @@ -95,7 +95,7 @@ modify this GNU manual.'' | |||
| 95 | @contents | 95 | @contents |
| 96 | 96 | ||
| 97 | @ifnottex | 97 | @ifnottex |
| 98 | @node Top,,,(dir) | 98 | @node Top |
| 99 | @top @RefTeX{} | 99 | @top @RefTeX{} |
| 100 | 100 | ||
| 101 | @RefTeX{} is a package for managing Labels, References, Citations and | 101 | @RefTeX{} is a package for managing Labels, References, Citations and |
| @@ -123,14 +123,13 @@ other parts of this document when needed. | |||
| 123 | * Multifile Documents:: Document spread over many files. | 123 | * Multifile Documents:: Document spread over many files. |
| 124 | * Language Support:: How to support other languages. | 124 | * Language Support:: How to support other languages. |
| 125 | * Finding Files:: Included @TeX{} files and @BibTeX{} .bib files. | 125 | * Finding Files:: Included @TeX{} files and @BibTeX{} .bib files. |
| 126 | * AUCTeX:: Cooperation with @AUCTeX{}. | ||
| 127 | * Optimizations:: When RefTeX is too slow. | 126 | * Optimizations:: When RefTeX is too slow. |
| 127 | * AUCTeX:: Cooperation with @AUCTeX{}. | ||
| 128 | * Problems and Work-Arounds:: First Aid. | 128 | * Problems and Work-Arounds:: First Aid. |
| 129 | * Imprint:: Author, Web-site, Thanks | 129 | * Imprint:: Author, Web-site, Thanks |
| 130 | 130 | ||
| 131 | * Commands:: Which are the available commands. | 131 | * Commands:: Which are the available commands. |
| 132 | * Options:: How to extend and configure RefTeX. | 132 | * Options:: How to extend and configure RefTeX. |
| 133 | * Keymaps and Hooks:: For customization. | ||
| 134 | * Changes:: A List of recent changes to RefTeX. | 133 | * Changes:: A List of recent changes to RefTeX. |
| 135 | * GNU Free Documentation License:: The license for this documentation. | 134 | * GNU Free Documentation License:: The license for this documentation. |
| 136 | 135 | ||
| @@ -214,7 +213,7 @@ Options, Keymaps, Hooks | |||
| 214 | 213 | ||
| 215 | @end ifnottex | 214 | @end ifnottex |
| 216 | 215 | ||
| 217 | @node Introduction, Table of Contents, , Top | 216 | @node Introduction |
| 218 | @chapter Introduction | 217 | @chapter Introduction |
| 219 | @cindex Introduction | 218 | @cindex Introduction |
| 220 | 219 | ||
| @@ -242,7 +241,7 @@ reports or suggestions. | |||
| 242 | * RefTeX in a Nutshell:: A brief summary and quick guide. | 241 | * RefTeX in a Nutshell:: A brief summary and quick guide. |
| 243 | @end menu | 242 | @end menu |
| 244 | 243 | ||
| 245 | @node Installation, RefTeX in a Nutshell, , Introduction | 244 | @node Installation |
| 246 | @section Installation | 245 | @section Installation |
| 247 | @cindex Installation | 246 | @cindex Installation |
| 248 | 247 | ||
| @@ -360,7 +359,7 @@ systems these variables do not contain the full search path. If | |||
| 360 | @xref{Finding Files}. | 359 | @xref{Finding Files}. |
| 361 | 360 | ||
| 362 | @page | 361 | @page |
| 363 | @node RefTeX in a Nutshell, , Installation, Introduction | 362 | @node RefTeX in a Nutshell |
| 364 | @section @RefTeX{} in a Nutshell | 363 | @section @RefTeX{} in a Nutshell |
| 365 | @cindex Quick-Start | 364 | @cindex Quick-Start |
| 366 | @cindex Getting Started | 365 | @cindex Getting Started |
| @@ -516,7 +515,7 @@ a tutorial way how to use and customize @RefTeX{}. The second | |||
| 516 | part is a command and variable reference. | 515 | part is a command and variable reference. |
| 517 | @end enumerate | 516 | @end enumerate |
| 518 | 517 | ||
| 519 | @node Table of Contents, Labels and References, Introduction, Top | 518 | @node Table of Contents |
| 520 | @chapter Table of Contents | 519 | @chapter Table of Contents |
| 521 | @cindex @file{*toc*} buffer | 520 | @cindex @file{*toc*} buffer |
| 522 | @cindex Structure editing | 521 | @cindex Structure editing |
| @@ -765,7 +764,7 @@ environments to the table of contents. This is probably only useful for | |||
| 765 | theorem-like environments. @xref{Defining Label Environments}, for an | 764 | theorem-like environments. @xref{Defining Label Environments}, for an |
| 766 | example. | 765 | example. |
| 767 | 766 | ||
| 768 | @node Labels and References, Citations, Table of Contents, Top | 767 | @node Labels and References |
| 769 | @chapter Labels and References | 768 | @chapter Labels and References |
| 770 | @cindex Labels in LaTeX | 769 | @cindex Labels in LaTeX |
| 771 | @cindex References in LaTeX | 770 | @cindex References in LaTeX |
| @@ -800,7 +799,7 @@ equation counter. | |||
| 800 | * xr (LaTeX package):: References to external documents. | 799 | * xr (LaTeX package):: References to external documents. |
| 801 | @end menu | 800 | @end menu |
| 802 | 801 | ||
| 803 | @node Creating Labels, Referencing Labels, , Labels and References | 802 | @node Creating Labels |
| 804 | @section Creating Labels | 803 | @section Creating Labels |
| 805 | @cindex Creating labels | 804 | @cindex Creating labels |
| 806 | @cindex Labels, creating | 805 | @cindex Labels, creating |
| @@ -867,7 +866,7 @@ If you are using @AUCTeX{} to write your @LaTeX{} documents, you can | |||
| 867 | set it up to delegate the creation of labels to | 866 | set it up to delegate the creation of labels to |
| 868 | @RefTeX{}. @xref{AUCTeX}, for more information. | 867 | @RefTeX{}. @xref{AUCTeX}, for more information. |
| 869 | 868 | ||
| 870 | @node Referencing Labels, Builtin Label Environments, Creating Labels, Labels and References | 869 | @node Referencing Labels |
| 871 | @section Referencing Labels | 870 | @section Referencing Labels |
| 872 | @cindex Referencing labels | 871 | @cindex Referencing labels |
| 873 | @cindex Labels, referencing | 872 | @cindex Labels, referencing |
| @@ -1092,7 +1091,7 @@ package),,xr}). | |||
| 1092 | In order to define additional commands for the selection process, the | 1091 | In order to define additional commands for the selection process, the |
| 1093 | keymap @code{reftex-select-label-map} may be used. | 1092 | keymap @code{reftex-select-label-map} may be used. |
| 1094 | 1093 | ||
| 1095 | @node Builtin Label Environments, Defining Label Environments, Referencing Labels, Labels and References | 1094 | @node Builtin Label Environments |
| 1096 | @section Builtin Label Environments | 1095 | @section Builtin Label Environments |
| 1097 | @cindex Builtin label environments | 1096 | @cindex Builtin label environments |
| 1098 | @cindex Label environments, builtin | 1097 | @cindex Label environments, builtin |
| @@ -1197,7 +1196,7 @@ If you want to use other labeled environments, defined with | |||
| 1197 | @code{\newtheorem}, @RefTeX{} needs to be configured to recognize | 1196 | @code{\newtheorem}, @RefTeX{} needs to be configured to recognize |
| 1198 | them (@pxref{Defining Label Environments}). | 1197 | them (@pxref{Defining Label Environments}). |
| 1199 | 1198 | ||
| 1200 | @node Defining Label Environments, Reference Info, Builtin Label Environments, Labels and References | 1199 | @node Defining Label Environments |
| 1201 | @section Defining Label Environments | 1200 | @section Defining Label Environments |
| 1202 | @cindex Label environments, defining | 1201 | @cindex Label environments, defining |
| 1203 | 1202 | ||
| @@ -1230,7 +1229,7 @@ Environments}). | |||
| 1230 | * Putting it Together:: How to combine many entries. | 1229 | * Putting it Together:: How to combine many entries. |
| 1231 | @end menu | 1230 | @end menu |
| 1232 | 1231 | ||
| 1233 | @node Theorem and Axiom, Quick Equation, , Defining Label Environments | 1232 | @node Theorem and Axiom |
| 1234 | @subsection Theorem and Axiom Environments | 1233 | @subsection Theorem and Axiom Environments |
| 1235 | @cindex @code{theorem}, newtheorem | 1234 | @cindex @code{theorem}, newtheorem |
| 1236 | @cindex @code{axiom}, newtheorem | 1235 | @cindex @code{axiom}, newtheorem |
| @@ -1362,7 +1361,7 @@ and @code{reftex-label-menu-flags} (@pxref{Options (Referencing | |||
| 1362 | Labels)}). | 1361 | Labels)}). |
| 1363 | 1362 | ||
| 1364 | 1363 | ||
| 1365 | @node Quick Equation, Figure Wrapper, Theorem and Axiom , Defining Label Environments | 1364 | @node Quick Equation |
| 1366 | @subsection Quick Equation Macro | 1365 | @subsection Quick Equation Macro |
| 1367 | @cindex Quick equation macro | 1366 | @cindex Quick equation macro |
| 1368 | @cindex Macros as environment wrappers | 1367 | @cindex Macros as environment wrappers |
| @@ -1410,7 +1409,7 @@ Reftex Label Alist: [Hide] | |||
| 1410 | [ ] Make TOC entry : [Value Menu] No entry | 1409 | [ ] Make TOC entry : [Value Menu] No entry |
| 1411 | @end example | 1410 | @end example |
| 1412 | 1411 | ||
| 1413 | @node Figure Wrapper, Adding Magic Words, Quick Equation, Defining Label Environments | 1412 | @node Figure Wrapper |
| 1414 | @subsection Figure Wrapping Macro | 1413 | @subsection Figure Wrapping Macro |
| 1415 | @cindex Macros as environment wrappers | 1414 | @cindex Macros as environment wrappers |
| 1416 | @cindex Figure wrapping macro | 1415 | @cindex Figure wrapping macro |
| @@ -1470,7 +1469,7 @@ Again, here the configuration in the customization buffer: | |||
| 1470 | [ ] Make TOC entry : [Value Menu] No entry | 1469 | [ ] Make TOC entry : [Value Menu] No entry |
| 1471 | @end example | 1470 | @end example |
| 1472 | 1471 | ||
| 1473 | @node Adding Magic Words, Using \eqref, Figure Wrapper, Defining Label Environments | 1472 | @node Adding Magic Words |
| 1474 | @subsection Adding Magic Words | 1473 | @subsection Adding Magic Words |
| 1475 | @cindex Magic words | 1474 | @cindex Magic words |
| 1476 | @cindex German magic words | 1475 | @cindex German magic words |
| @@ -1494,7 +1493,7 @@ predefined label categories. | |||
| 1494 | (nil ?i nil nil nil ("Punkt")))) | 1493 | (nil ?i nil nil nil ("Punkt")))) |
| 1495 | @end lisp | 1494 | @end lisp |
| 1496 | 1495 | ||
| 1497 | @node Using \eqref, Non-Standard Environments, Adding Magic Words, Defining Label Environments | 1496 | @node Using \eqref |
| 1498 | @subsection Using @code{\eqref} | 1497 | @subsection Using @code{\eqref} |
| 1499 | @cindex @code{\eqref}, AMS-LaTeX macro | 1498 | @cindex @code{\eqref}, AMS-LaTeX macro |
| 1500 | @cindex AMS-LaTeX | 1499 | @cindex AMS-LaTeX |
| @@ -1521,7 +1520,7 @@ Note that this is automatically done by the @file{amsmath.el} style file | |||
| 1521 | of @AUCTeX{} (@pxref{Style Files}); so if you use @AUCTeX{}, | 1520 | of @AUCTeX{} (@pxref{Style Files}); so if you use @AUCTeX{}, |
| 1522 | this configuration will not be necessary. | 1521 | this configuration will not be necessary. |
| 1523 | 1522 | ||
| 1524 | @node Non-Standard Environments, Putting it Together, Using \eqref, Defining Label Environments | 1523 | @node Non-Standard Environments |
| 1525 | @subsection Non-standard Environments | 1524 | @subsection Non-standard Environments |
| 1526 | @cindex Non-standard environments | 1525 | @cindex Non-standard environments |
| 1527 | @cindex Environments without @code{\begin} | 1526 | @cindex Environments without @code{\begin} |
| @@ -1622,7 +1621,7 @@ for @RefTeX{}. | |||
| 1622 | (incf cnt)))))))) | 1621 | (incf cnt)))))))) |
| 1623 | @end lisp | 1622 | @end lisp |
| 1624 | 1623 | ||
| 1625 | @node Putting it Together, , Non-Standard Environments, Defining Label Environments | 1624 | @node Putting it Together |
| 1626 | @subsection Putting it all together | 1625 | @subsection Putting it all together |
| 1627 | 1626 | ||
| 1628 | When you have to put several entries into @code{reftex-label-alist}, just | 1627 | When you have to put several entries into @code{reftex-label-alist}, just |
| @@ -1640,7 +1639,7 @@ the entries described above: | |||
| 1640 | (detect-linguex ?x "ex:" "~\\ref@{%s@}" nil ("Example" "Ex.")))) | 1639 | (detect-linguex ?x "ex:" "~\\ref@{%s@}" nil ("Example" "Ex.")))) |
| 1641 | @end lisp | 1640 | @end lisp |
| 1642 | 1641 | ||
| 1643 | @node Reference Info, Reference Styles, Defining Label Environments, Labels and References | 1642 | @node Reference Info |
| 1644 | @section Reference Info | 1643 | @section Reference Info |
| 1645 | @findex reftex-view-crossref | 1644 | @findex reftex-view-crossref |
| 1646 | @findex reftex-mouse-view-crossref | 1645 | @findex reftex-mouse-view-crossref |
| @@ -1662,7 +1661,7 @@ message. | |||
| 1662 | @code{\label} macro. @xref{Viewing Cross-References}, for more | 1661 | @code{\label} macro. @xref{Viewing Cross-References}, for more |
| 1663 | information. | 1662 | information. |
| 1664 | 1663 | ||
| 1665 | @node Reference Styles, xr (LaTeX package), Reference Info, Labels and References | 1664 | @node Reference Styles |
| 1666 | @section Reference Styles | 1665 | @section Reference Styles |
| 1667 | 1666 | ||
| 1668 | In case you defined your own macros for referencing or you are using | 1667 | In case you defined your own macros for referencing or you are using |
| @@ -1750,7 +1749,7 @@ and @code{reftex-fref-is-default} respectively. While still working, | |||
| 1750 | these variables are deprecated now. Instead of setting them, the | 1749 | these variables are deprecated now. Instead of setting them, the |
| 1751 | variable @code{reftex-ref-style-default-list} should be adapted now. | 1750 | variable @code{reftex-ref-style-default-list} should be adapted now. |
| 1752 | 1751 | ||
| 1753 | @node xr (LaTeX package), , Reference Styles, Labels and References | 1752 | @node xr (LaTeX package) |
| 1754 | @section @code{xr}: Cross-Document References | 1753 | @section @code{xr}: Cross-Document References |
| 1755 | @cindex @code{xr}, LaTeX package | 1754 | @cindex @code{xr}, LaTeX package |
| 1756 | @cindex LaTeX packages, @code{xr} | 1755 | @cindex LaTeX packages, @code{xr} |
| @@ -1785,7 +1784,7 @@ For this kind of inter-document cross-references, saving of parsing | |||
| 1785 | information and the use of multiple selection buffers can mean a large | 1784 | information and the use of multiple selection buffers can mean a large |
| 1786 | speed-up (@pxref{Optimizations}). | 1785 | speed-up (@pxref{Optimizations}). |
| 1787 | 1786 | ||
| 1788 | @node Citations, Index Support, Labels and References, Top | 1787 | @node Citations |
| 1789 | @chapter Citations | 1788 | @chapter Citations |
| 1790 | @cindex Citations | 1789 | @cindex Citations |
| 1791 | @cindex @code{\cite} | 1790 | @cindex @code{\cite} |
| @@ -1805,7 +1804,7 @@ support for citations helps to select the correct key quickly. | |||
| 1805 | * BibTeX Database Subsets:: Extract parts of a big database. | 1804 | * BibTeX Database Subsets:: Extract parts of a big database. |
| 1806 | @end menu | 1805 | @end menu |
| 1807 | 1806 | ||
| 1808 | @node Creating Citations, Citation Styles, , Citations | 1807 | @node Creating Citations |
| 1809 | @section Creating Citations | 1808 | @section Creating Citations |
| 1810 | @cindex Creating citations | 1809 | @cindex Creating citations |
| 1811 | @cindex Citations, creating | 1810 | @cindex Citations, creating |
| @@ -1955,7 +1954,7 @@ buffers by adding the following expression to your init file: | |||
| 1955 | @end lisp | 1954 | @end lisp |
| 1956 | 1955 | ||
| 1957 | 1956 | ||
| 1958 | @node Citation Styles, Citation Info, Creating Citations, Citations | 1957 | @node Citation Styles |
| 1959 | @section Citation Styles | 1958 | @section Citation Styles |
| 1960 | @cindex Citation styles | 1959 | @cindex Citation styles |
| 1961 | @cindex Citation styles, @code{natbib} | 1960 | @cindex Citation styles, @code{natbib} |
| @@ -2020,7 +2019,7 @@ citation style based on the @code{usepackage} commands in a given | |||
| 2020 | document. @xref{Style Files}, for information on how to set up the style | 2019 | document. @xref{Style Files}, for information on how to set up the style |
| 2021 | files correctly. | 2020 | files correctly. |
| 2022 | 2021 | ||
| 2023 | @node Citation Info, Chapterbib and Bibunits, Citation Styles, Citations | 2022 | @node Citation Info |
| 2024 | @section Citation Info | 2023 | @section Citation Info |
| 2025 | @cindex Displaying citations | 2024 | @cindex Displaying citations |
| 2026 | @cindex Citations, displaying | 2025 | @cindex Citations, displaying |
| @@ -2041,7 +2040,7 @@ entry corresponding to a @code{\cite} macro, or all citation locations | |||
| 2041 | corresponding to a @code{\bibitem} or @BibTeX{} database entry. | 2040 | corresponding to a @code{\bibitem} or @BibTeX{} database entry. |
| 2042 | @xref{Viewing Cross-References}. | 2041 | @xref{Viewing Cross-References}. |
| 2043 | 2042 | ||
| 2044 | @node Chapterbib and Bibunits, Citations Outside LaTeX, Citation Info, Citations | 2043 | @node Chapterbib and Bibunits |
| 2045 | @section Chapterbib and Bibunits | 2044 | @section Chapterbib and Bibunits |
| 2046 | @cindex @code{chapterbib}, LaTeX package | 2045 | @cindex @code{chapterbib}, LaTeX package |
| 2047 | @cindex @code{bibunits}, LaTeX package | 2046 | @cindex @code{bibunits}, LaTeX package |
| @@ -2056,7 +2055,7 @@ separate file (as it is required for @code{chapterbib} anyway). Then | |||
| 2056 | you have multiple bibliographies within a @emph{single file}, this may | 2055 | you have multiple bibliographies within a @emph{single file}, this may |
| 2057 | or may not be the case. | 2056 | or may not be the case. |
| 2058 | 2057 | ||
| 2059 | @node Citations Outside LaTeX, BibTeX Database Subsets, Chapterbib and Bibunits, Citations | 2058 | @node Citations Outside LaTeX |
| 2060 | @section Citations outside @LaTeX{} | 2059 | @section Citations outside @LaTeX{} |
| 2061 | @cindex Citations outside LaTeX | 2060 | @cindex Citations outside LaTeX |
| 2062 | @vindex reftex-default-bibliography | 2061 | @vindex reftex-default-bibliography |
| @@ -2081,7 +2080,7 @@ binding for @code{reftex-cite-format}. | |||
| 2081 | (reftex-citation)))))) | 2080 | (reftex-citation)))))) |
| 2082 | @end lisp | 2081 | @end lisp |
| 2083 | 2082 | ||
| 2084 | @node BibTeX Database Subsets, , Citations Outside LaTeX, Citations | 2083 | @node BibTeX Database Subsets |
| 2085 | @section Database Subsets | 2084 | @section Database Subsets |
| 2086 | @cindex BibTeX database subsets | 2085 | @cindex BibTeX database subsets |
| 2087 | @findex reftex-create-bibtex-file | 2086 | @findex reftex-create-bibtex-file |
| @@ -2109,7 +2108,7 @@ entries in the selection buffer with the @kbd{m} key and then export | |||
| 2109 | either the @i{marked} entries (with the @kbd{e} key) or the | 2108 | either the @i{marked} entries (with the @kbd{e} key) or the |
| 2110 | @i{unmarked} entries (with the @kbd{E} key). | 2109 | @i{unmarked} entries (with the @kbd{E} key). |
| 2111 | 2110 | ||
| 2112 | @node Index Support, Viewing Cross-References, Citations, Top | 2111 | @node Index Support |
| 2113 | @chapter Index Support | 2112 | @chapter Index Support |
| 2114 | @cindex Index Support | 2113 | @cindex Index Support |
| 2115 | @cindex @code{\index} | 2114 | @cindex @code{\index} |
| @@ -2176,7 +2175,7 @@ Style}), or globally for all your documents with | |||
| 2176 | * Defining Index Macros:: ... and macros it doesn't. | 2175 | * Defining Index Macros:: ... and macros it doesn't. |
| 2177 | @end menu | 2176 | @end menu |
| 2178 | 2177 | ||
| 2179 | @node Creating Index Entries, The Index Phrases File, , Index Support | 2178 | @node Creating Index Entries |
| 2180 | @section Creating Index Entries | 2179 | @section Creating Index Entries |
| 2181 | @cindex Creating index entries | 2180 | @cindex Creating index entries |
| 2182 | @cindex Index entries, creating | 2181 | @cindex Index entries, creating |
| @@ -2207,7 +2206,7 @@ index tag is a string identifying one of multiple indices. With the | |||
| 2207 | @file{multind} and @file{index} packages, this tag is the first argument | 2206 | @file{multind} and @file{index} packages, this tag is the first argument |
| 2208 | to the redefined @code{\index} macro. | 2207 | to the redefined @code{\index} macro. |
| 2209 | 2208 | ||
| 2210 | @node The Index Phrases File, Displaying and Editing the Index, Creating Index Entries, Index Support | 2209 | @node The Index Phrases File |
| 2211 | @section The Index Phrases File | 2210 | @section The Index Phrases File |
| 2212 | @cindex Index phrase file | 2211 | @cindex Index phrase file |
| 2213 | @cindex Phrase file | 2212 | @cindex Phrase file |
| @@ -2255,7 +2254,7 @@ repeat @var{word} outside the macro. | |||
| 2255 | * Global Indexing:: The interactive indexing process. | 2254 | * Global Indexing:: The interactive indexing process. |
| 2256 | @end menu | 2255 | @end menu |
| 2257 | 2256 | ||
| 2258 | @node Collecting Phrases, Consistency Checks, , The Index Phrases File | 2257 | @node Collecting Phrases |
| 2259 | @subsection Collecting Phrases | 2258 | @subsection Collecting Phrases |
| 2260 | @cindex Collecting index phrases | 2259 | @cindex Collecting index phrases |
| 2261 | @cindex Index phrases, collection | 2260 | @cindex Index phrases, collection |
| @@ -2321,7 +2320,7 @@ Finally, every occurrence of @samp{Pluto} will be indexed as | |||
| 2321 | @samp{\index@{Planets!Pluto@}\index@{Kuiper Belt Objects!Pluto@}Pluto} | 2320 | @samp{\index@{Planets!Pluto@}\index@{Kuiper Belt Objects!Pluto@}Pluto} |
| 2322 | and will therefore create two different index entries. | 2321 | and will therefore create two different index entries. |
| 2323 | 2322 | ||
| 2324 | @node Consistency Checks, Global Indexing, Collecting Phrases, The Index Phrases File | 2323 | @node Consistency Checks |
| 2325 | @subsection Consistency Checks | 2324 | @subsection Consistency Checks |
| 2326 | @cindex Index phrases, consistency checks | 2325 | @cindex Index phrases, consistency checks |
| 2327 | @cindex Phrases, consistency checks | 2326 | @cindex Phrases, consistency checks |
| @@ -2354,7 +2353,7 @@ the buffer which is either duplicate or a subphrase of another phrase. | |||
| 2354 | In order to check the whole buffer like this, start at the beginning and | 2353 | In order to check the whole buffer like this, start at the beginning and |
| 2355 | execute this command repeatedly. | 2354 | execute this command repeatedly. |
| 2356 | 2355 | ||
| 2357 | @node Global Indexing, , Consistency Checks, The Index Phrases File | 2356 | @node Global Indexing |
| 2358 | @subsection Global Indexing | 2357 | @subsection Global Indexing |
| 2359 | @cindex Global indexing | 2358 | @cindex Global indexing |
| 2360 | @cindex Indexing, global | 2359 | @cindex Indexing, global |
| @@ -2435,7 +2434,7 @@ to the changed regions. The command | |||
| 2435 | purpose. When called from a @LaTeX{} document with active region, it will | 2434 | purpose. When called from a @LaTeX{} document with active region, it will |
| 2436 | apply @code{reftex-index-all-phrases} to the current region. | 2435 | apply @code{reftex-index-all-phrases} to the current region. |
| 2437 | 2436 | ||
| 2438 | @node Displaying and Editing the Index, Builtin Index Macros, The Index Phrases File, Index Support | 2437 | @node Displaying and Editing the Index |
| 2439 | @section Displaying and Editing the Index | 2438 | @section Displaying and Editing the Index |
| 2440 | @cindex Displaying the Index | 2439 | @cindex Displaying the Index |
| 2441 | @cindex Editing the Index | 2440 | @cindex Editing the Index |
| @@ -2616,7 +2615,7 @@ indices). | |||
| 2616 | @end table | 2615 | @end table |
| 2617 | 2616 | ||
| 2618 | 2617 | ||
| 2619 | @node Builtin Index Macros, Defining Index Macros, Displaying and Editing the Index, Index Support | 2618 | @node Builtin Index Macros |
| 2620 | @section Builtin Index Macros | 2619 | @section Builtin Index Macros |
| 2621 | @cindex Builtin index macros | 2620 | @cindex Builtin index macros |
| 2622 | @cindex Index macros, builtin | 2621 | @cindex Index macros, builtin |
| @@ -2634,7 +2633,7 @@ the different definitions of the @code{\index} macro are incompatible, | |||
| 2634 | you will have to explicitly specify the index style used. | 2633 | you will have to explicitly specify the index style used. |
| 2635 | @xref{Creating Index Entries}, for information on how to do that. | 2634 | @xref{Creating Index Entries}, for information on how to do that. |
| 2636 | 2635 | ||
| 2637 | @node Defining Index Macros, , Builtin Index Macros, Index Support | 2636 | @node Defining Index Macros |
| 2638 | @section Defining Index Macros | 2637 | @section Defining Index Macros |
| 2639 | @cindex Defining Index Macros | 2638 | @cindex Defining Index Macros |
| 2640 | @cindex Index macros, defining | 2639 | @cindex Index macros, defining |
| @@ -2731,7 +2730,7 @@ which specifies that the macro identified with the character @code{?x} (the | |||
| 2731 | in the buffer with @kbd{C-c /} (@code{reftex-index-selection-or-word}). | 2730 | in the buffer with @kbd{C-c /} (@code{reftex-index-selection-or-word}). |
| 2732 | The index tag is "idx". | 2731 | The index tag is "idx". |
| 2733 | 2732 | ||
| 2734 | @node Viewing Cross-References, RefTeXs Menu, Index Support, Top | 2733 | @node Viewing Cross-References |
| 2735 | @chapter Viewing Cross-References | 2734 | @chapter Viewing Cross-References |
| 2736 | @findex reftex-view-crossref | 2735 | @findex reftex-view-crossref |
| 2737 | @findex reftex-mouse-view-crossref | 2736 | @findex reftex-mouse-view-crossref |
| @@ -2810,8 +2809,11 @@ in the variable @code{reftex-view-crossref-extra}. | |||
| 2810 | @iftex | 2809 | @iftex |
| 2811 | @chapter All the Rest | 2810 | @chapter All the Rest |
| 2812 | @end iftex | 2811 | @end iftex |
| 2812 | @ifnottex | ||
| 2813 | @raisesections | ||
| 2814 | @end ifnottex | ||
| 2813 | 2815 | ||
| 2814 | @node RefTeXs Menu, Key Bindings, Viewing Cross-References, Top | 2816 | @node RefTeXs Menu |
| 2815 | @section @RefTeX{}'s Menu | 2817 | @section @RefTeX{}'s Menu |
| 2816 | @cindex RefTeXs Menu | 2818 | @cindex RefTeXs Menu |
| 2817 | @cindex Menu, in the menu bar | 2819 | @cindex Menu, in the menu bar |
| @@ -2822,7 +2824,7 @@ which support this. From this menu you can access all of | |||
| 2822 | @code{Customize} submenu which can be used to access @RefTeX{}'s | 2824 | @code{Customize} submenu which can be used to access @RefTeX{}'s |
| 2823 | entire set of options. | 2825 | entire set of options. |
| 2824 | 2826 | ||
| 2825 | @node Key Bindings, Faces, RefTeXs Menu, Top | 2827 | @node Key Bindings |
| 2826 | @section Default Key Bindings | 2828 | @section Default Key Bindings |
| 2827 | @cindex Key Bindings, summary | 2829 | @cindex Key Bindings, summary |
| 2828 | 2830 | ||
| @@ -2896,7 +2898,7 @@ Changing and adding to @RefTeX{}'s key bindings is best done in the hook | |||
| 2896 | @code{reftex-load-hook}. For information on the keymaps | 2898 | @code{reftex-load-hook}. For information on the keymaps |
| 2897 | which should be used to add keys, see @ref{Keymaps and Hooks}. | 2899 | which should be used to add keys, see @ref{Keymaps and Hooks}. |
| 2898 | 2900 | ||
| 2899 | @node Faces, AUCTeX, Key Bindings, Top | 2901 | @node Faces |
| 2900 | @section Faces | 2902 | @section Faces |
| 2901 | @cindex Faces | 2903 | @cindex Faces |
| 2902 | 2904 | ||
| @@ -2908,7 +2910,7 @@ reasonable because people who like faces will very likely have it | |||
| 2908 | loaded. If you wish to turn off fontification or change the involved | 2910 | loaded. If you wish to turn off fontification or change the involved |
| 2909 | faces, see @ref{Options (Fontification)}. | 2911 | faces, see @ref{Options (Fontification)}. |
| 2910 | 2912 | ||
| 2911 | @node Multifile Documents, Language Support, AUCTeX, Top | 2913 | @node Multifile Documents |
| 2912 | @section Multifile Documents | 2914 | @section Multifile Documents |
| 2913 | @cindex Multifile documents | 2915 | @cindex Multifile documents |
| 2914 | @cindex Documents, spread over files | 2916 | @cindex Documents, spread over files |
| @@ -2961,7 +2963,7 @@ outside the current file can still use that section title as | |||
| 2961 | context. | 2963 | context. |
| 2962 | @end itemize | 2964 | @end itemize |
| 2963 | 2965 | ||
| 2964 | @node Language Support, Finding Files, Multifile Documents, Top | 2966 | @node Language Support |
| 2965 | @section Language Support | 2967 | @section Language Support |
| 2966 | @cindex Language support | 2968 | @cindex Language support |
| 2967 | 2969 | ||
| @@ -3003,7 +3005,7 @@ dependent. See the variables @code{reftex-multiref-punctuation} and | |||
| 3003 | @code{reftex-cite-punctuation}. | 3005 | @code{reftex-cite-punctuation}. |
| 3004 | @end itemize | 3006 | @end itemize |
| 3005 | 3007 | ||
| 3006 | @node Finding Files, Optimizations, Language Support, Top | 3008 | @node Finding Files |
| 3007 | @section Finding Files | 3009 | @section Finding Files |
| 3008 | @cindex Finding files | 3010 | @cindex Finding files |
| 3009 | 3011 | ||
| @@ -3089,7 +3091,7 @@ the new extension must also be known to @AUCTeX{} via the variable | |||
| 3089 | '( "nw" "tex" "sty" "cls" "ltx" "texi" "texinfo")) | 3091 | '( "nw" "tex" "sty" "cls" "ltx" "texi" "texinfo")) |
| 3090 | @end lisp | 3092 | @end lisp |
| 3091 | 3093 | ||
| 3092 | @node Optimizations, Problems and Work-Arounds, Finding Files, Top | 3094 | @node Optimizations |
| 3093 | @section Optimizations | 3095 | @section Optimizations |
| 3094 | @cindex Optimizations | 3096 | @cindex Optimizations |
| 3095 | 3097 | ||
| @@ -3242,7 +3244,7 @@ with the @kbd{g} key. To get this behavior, use instead | |||
| 3242 | @end group | 3244 | @end group |
| 3243 | @end lisp | 3245 | @end lisp |
| 3244 | 3246 | ||
| 3245 | @node AUCTeX, Multifile Documents, Faces, Top | 3247 | @node AUCTeX |
| 3246 | @section @AUCTeX{} | 3248 | @section @AUCTeX{} |
| 3247 | @cindex @code{AUCTeX}, Emacs package | 3249 | @cindex @code{AUCTeX}, Emacs package |
| 3248 | @cindex Emacs packages, @code{AUCTeX} | 3250 | @cindex Emacs packages, @code{AUCTeX} |
| @@ -3259,7 +3261,7 @@ XEmacs package.} by FTP from the @value{AUCTEXSITE}. | |||
| 3259 | * Bib-Cite:: Hypertext reading of a document | 3261 | * Bib-Cite:: Hypertext reading of a document |
| 3260 | @end menu | 3262 | @end menu |
| 3261 | 3263 | ||
| 3262 | @node AUCTeX-RefTeX Interface, Style Files, , AUCTeX | 3264 | @node AUCTeX-RefTeX Interface |
| 3263 | @subsection The @AUCTeX{}-@RefTeX{} Interface | 3265 | @subsection The @AUCTeX{}-@RefTeX{} Interface |
| 3264 | 3266 | ||
| 3265 | @RefTeX{} contains code to interface with @AUCTeX{}. When this | 3267 | @RefTeX{} contains code to interface with @AUCTeX{}. When this |
| @@ -3343,7 +3345,7 @@ Labels}). | |||
| 3343 | @RefTeX{} will add all newly created labels to @AUCTeX{}'s completion list. | 3345 | @RefTeX{} will add all newly created labels to @AUCTeX{}'s completion list. |
| 3344 | @end itemize | 3346 | @end itemize |
| 3345 | 3347 | ||
| 3346 | @node Style Files, Bib-Cite, AUCTeX-RefTeX Interface, AUCTeX | 3348 | @node Style Files |
| 3347 | @subsection Style Files | 3349 | @subsection Style Files |
| 3348 | @cindex Style files, AUCTeX | 3350 | @cindex Style files, AUCTeX |
| 3349 | @findex TeX-add-style-hook, @r{AUCTeX} | 3351 | @findex TeX-add-style-hook, @r{AUCTeX} |
| @@ -3463,7 +3465,7 @@ is a style file @file{foils.el} that will inform @RefTeX{} about these: | |||
| 3463 | ("rotatefoilhead" . 3)))))) | 3465 | ("rotatefoilhead" . 3)))))) |
| 3464 | @end lisp | 3466 | @end lisp |
| 3465 | 3467 | ||
| 3466 | @node Bib-Cite, , Style Files, AUCTeX | 3468 | @node Bib-Cite |
| 3467 | @subsection Bib-Cite | 3469 | @subsection Bib-Cite |
| 3468 | @cindex @code{bib-cite}, Emacs package | 3470 | @cindex @code{bib-cite}, Emacs package |
| 3469 | @cindex Emacs packages, @code{bib-cite} | 3471 | @cindex Emacs packages, @code{bib-cite} |
| @@ -3491,7 +3493,7 @@ make use of this feature, try | |||
| 3491 | @end lisp | 3493 | @end lisp |
| 3492 | 3494 | ||
| 3493 | @page | 3495 | @page |
| 3494 | @node Problems and Work-Arounds, Imprint, Optimizations, Top | 3496 | @node Problems and Work-Arounds |
| 3495 | @section Problems and Work-arounds | 3497 | @section Problems and Work-arounds |
| 3496 | @cindex Problems and work-arounds | 3498 | @cindex Problems and work-arounds |
| 3497 | 3499 | ||
| @@ -3627,7 +3629,7 @@ With @i{Viper} mode prior to Vipers version 3.01, you need to protect | |||
| 3627 | @end itemize | 3629 | @end itemize |
| 3628 | 3630 | ||
| 3629 | @page | 3631 | @page |
| 3630 | @node Imprint, Commands, Problems and Work-Arounds, Top | 3632 | @node Imprint |
| 3631 | @section Imprint | 3633 | @section Imprint |
| 3632 | @cindex Imprint | 3634 | @cindex Imprint |
| 3633 | @cindex Maintainer | 3635 | @cindex Maintainer |
| @@ -3674,7 +3676,12 @@ Finally thanks to @i{Uwe Bolick} who first got me interested in | |||
| 3674 | supporting @LaTeX{} labels and references with an editor (which was | 3676 | supporting @LaTeX{} labels and references with an editor (which was |
| 3675 | MicroEmacs at the time). | 3677 | MicroEmacs at the time). |
| 3676 | 3678 | ||
| 3677 | @node Commands, Options, Imprint, Top | 3679 | @c Turn off the raising that we turned on in ``All the rest''. |
| 3680 | @ifnottex | ||
| 3681 | @lowersections | ||
| 3682 | @end ifnottex | ||
| 3683 | |||
| 3684 | @node Commands | ||
| 3678 | @chapter Commands | 3685 | @chapter Commands |
| 3679 | @cindex Commands, list of | 3686 | @cindex Commands, list of |
| 3680 | 3687 | ||
| @@ -3876,7 +3883,7 @@ Enforce rebuilding of several internal lists and variables. Also | |||
| 3876 | removes the parse file associated with the current document. | 3883 | removes the parse file associated with the current document. |
| 3877 | @end deffn | 3884 | @end deffn |
| 3878 | 3885 | ||
| 3879 | @node Options, Keymaps and Hooks, Commands, Top | 3886 | @node Options |
| 3880 | @chapter Options, Keymaps, Hooks | 3887 | @chapter Options, Keymaps, Hooks |
| 3881 | @cindex Options, list of | 3888 | @cindex Options, list of |
| 3882 | 3889 | ||
| @@ -3898,9 +3905,10 @@ reftex-customize} will get you there. | |||
| 3898 | * Options (Optimizations):: | 3905 | * Options (Optimizations):: |
| 3899 | * Options (Fontification):: | 3906 | * Options (Fontification):: |
| 3900 | * Options (Misc):: | 3907 | * Options (Misc):: |
| 3908 | * Keymaps and Hooks:: | ||
| 3901 | @end menu | 3909 | @end menu |
| 3902 | 3910 | ||
| 3903 | @node Options (Table of Contents), Options (Defining Label Environments), , Options | 3911 | @node Options (Table of Contents) |
| 3904 | @section Table of Contents | 3912 | @section Table of Contents |
| 3905 | @cindex Options, table of contents | 3913 | @cindex Options, table of contents |
| 3906 | @cindex Table of contents, options | 3914 | @cindex Table of contents, options |
| @@ -4024,7 +4032,7 @@ The keymap which is active in the @file{*toc*} buffer. | |||
| 4024 | (@pxref{Table of Contents}). | 4032 | (@pxref{Table of Contents}). |
| 4025 | @end deffn | 4033 | @end deffn |
| 4026 | 4034 | ||
| 4027 | @node Options (Defining Label Environments), Options (Creating Labels), Options (Table of Contents), Options | 4035 | @node Options (Defining Label Environments) |
| 4028 | @section Defining Label Environments | 4036 | @section Defining Label Environments |
| 4029 | @cindex Options, defining label environments | 4037 | @cindex Options, defining label environments |
| 4030 | @cindex Defining label environments, options | 4038 | @cindex Defining label environments, options |
| @@ -4251,7 +4259,7 @@ labels fn:xxx, you may want to set this variable to the value "^fn:$" or | |||
| 4251 | non-footnote labels. | 4259 | non-footnote labels. |
| 4252 | @end defopt | 4260 | @end defopt |
| 4253 | 4261 | ||
| 4254 | @node Options (Creating Labels), Options (Referencing Labels), Options (Defining Label Environments), Options | 4262 | @node Options (Creating Labels) |
| 4255 | @section Creating Labels | 4263 | @section Creating Labels |
| 4256 | @cindex Options, creating labels | 4264 | @cindex Options, creating labels |
| 4257 | @cindex Creating labels, options | 4265 | @cindex Creating labels, options |
| @@ -4367,7 +4375,7 @@ Character class after abbrev point in word. | |||
| 4367 | @end table | 4375 | @end table |
| 4368 | @end defopt | 4376 | @end defopt |
| 4369 | 4377 | ||
| 4370 | @node Options (Referencing Labels), Options (Creating Citations), Options (Creating Labels), Options | 4378 | @node Options (Referencing Labels) |
| 4371 | @section Referencing Labels | 4379 | @section Referencing Labels |
| 4372 | @cindex Options, referencing labels | 4380 | @cindex Options, referencing labels |
| 4373 | @cindex Referencing labels, options | 4381 | @cindex Referencing labels, options |
| @@ -4489,7 +4497,7 @@ The keymap which is active in the labels selection process | |||
| 4489 | (@pxref{Referencing Labels}). | 4497 | (@pxref{Referencing Labels}). |
| 4490 | @end deffn | 4498 | @end deffn |
| 4491 | 4499 | ||
| 4492 | @node Options (Creating Citations), Options (Index Support), Options (Referencing Labels), Options | 4500 | @node Options (Creating Citations) |
| 4493 | @section Creating Citations | 4501 | @section Creating Citations |
| 4494 | @cindex Options, creating citations | 4502 | @cindex Options, creating citations |
| 4495 | @cindex Creating citations, options | 4503 | @cindex Creating citations, options |
| @@ -4667,7 +4675,7 @@ Footer to insert in BibTeX files generated by | |||
| 4667 | @end defopt | 4675 | @end defopt |
| 4668 | 4676 | ||
| 4669 | 4677 | ||
| 4670 | @node Options (Index Support), Options (Viewing Cross-References), Options (Creating Citations), Options | 4678 | @node Options (Index Support) |
| 4671 | @section Index Support | 4679 | @section Index Support |
| 4672 | @cindex Options, Index support | 4680 | @cindex Options, Index support |
| 4673 | @cindex Index support, options | 4681 | @cindex Index support, options |
| @@ -4887,7 +4895,7 @@ The keymap which is active in the @file{*Index*} buffer | |||
| 4887 | (@pxref{Index Support}). | 4895 | (@pxref{Index Support}). |
| 4888 | @end deffn | 4896 | @end deffn |
| 4889 | 4897 | ||
| 4890 | @node Options (Viewing Cross-References), Options (Finding Files), Options (Index Support), Options | 4898 | @node Options (Viewing Cross-References) |
| 4891 | @section Viewing Cross-References | 4899 | @section Viewing Cross-References |
| 4892 | @cindex Options, viewing cross-references | 4900 | @cindex Options, viewing cross-references |
| 4893 | @cindex Viewing cross-references, options | 4901 | @cindex Viewing cross-references, options |
| @@ -4946,7 +4954,7 @@ saved along with the parsing information. The cache survives document | |||
| 4946 | scans. In order to clear it, use @kbd{M-x reftex-reset-mode}. | 4954 | scans. In order to clear it, use @kbd{M-x reftex-reset-mode}. |
| 4947 | @end defopt | 4955 | @end defopt |
| 4948 | 4956 | ||
| 4949 | @node Options (Finding Files), Options (Optimizations), Options (Viewing Cross-References), Options | 4957 | @node Options (Finding Files) |
| 4950 | @section Finding Files | 4958 | @section Finding Files |
| 4951 | @cindex Options, Finding Files | 4959 | @cindex Options, Finding Files |
| 4952 | @cindex Finding files, options | 4960 | @cindex Finding files, options |
| @@ -5036,7 +5044,7 @@ non-@code{nil}. | |||
| 5036 | @end defopt | 5044 | @end defopt |
| 5037 | 5045 | ||
| 5038 | @page | 5046 | @page |
| 5039 | @node Options (Optimizations), Options (Fontification), Options (Finding Files), Options | 5047 | @node Options (Optimizations) |
| 5040 | @section Optimizations | 5048 | @section Optimizations |
| 5041 | @cindex Options, optimizations | 5049 | @cindex Options, optimizations |
| 5042 | @cindex Optimizations, options | 5050 | @cindex Optimizations, options |
| @@ -5145,7 +5153,7 @@ effect when @code{reftex-use-multiple-selection-buffers} is | |||
| 5145 | non-@code{nil}. | 5153 | non-@code{nil}. |
| 5146 | @end defopt | 5154 | @end defopt |
| 5147 | 5155 | ||
| 5148 | @node Options (Fontification), Options (Misc), Options (Optimizations), Options | 5156 | @node Options (Fontification) |
| 5149 | @section Fontification | 5157 | @section Fontification |
| 5150 | @cindex Options, fontification | 5158 | @cindex Options, fontification |
| 5151 | @cindex Fontification, options | 5159 | @cindex Fontification, options |
| @@ -5243,7 +5251,7 @@ Face name for index names (for multiple indices). | |||
| 5243 | Face name for index entries. | 5251 | Face name for index entries. |
| 5244 | @end defopt | 5252 | @end defopt |
| 5245 | 5253 | ||
| 5246 | @node Options (Misc), , Options (Fontification), Options | 5254 | @node Options (Misc) |
| 5247 | @section Miscellaneous | 5255 | @section Miscellaneous |
| 5248 | @cindex Options, misc | 5256 | @cindex Options, misc |
| 5249 | 5257 | ||
| @@ -5288,7 +5296,7 @@ this will be the case even if @code{\bb} is defined with zero or one | |||
| 5288 | argument. | 5296 | argument. |
| 5289 | @end defopt | 5297 | @end defopt |
| 5290 | 5298 | ||
| 5291 | @node Keymaps and Hooks, Changes, Options, Top | 5299 | @node Keymaps and Hooks |
| 5292 | @section Keymaps and Hooks | 5300 | @section Keymaps and Hooks |
| 5293 | @cindex Keymaps | 5301 | @cindex Keymaps |
| 5294 | 5302 | ||
| @@ -5312,7 +5320,7 @@ their own keymaps and mode hooks. See the respective sections. There | |||
| 5312 | are many more hooks which are described in the relevant sections about | 5320 | are many more hooks which are described in the relevant sections about |
| 5313 | options for a specific part of @RefTeX{}. | 5321 | options for a specific part of @RefTeX{}. |
| 5314 | 5322 | ||
| 5315 | @node Changes, GNU Free Documentation License, Keymaps and Hooks, Top | 5323 | @node Changes |
| 5316 | @chapter Changes | 5324 | @chapter Changes |
| 5317 | @cindex Changes | 5325 | @cindex Changes |
| 5318 | 5326 | ||
| @@ -6077,11 +6085,11 @@ new labels. | |||
| 6077 | released on 7 Jan 1997. | 6085 | released on 7 Jan 1997. |
| 6078 | @end itemize | 6086 | @end itemize |
| 6079 | 6087 | ||
| 6080 | @node GNU Free Documentation License, Index, Changes, Top | 6088 | @node GNU Free Documentation License |
| 6081 | @appendix GNU Free Documentation License | 6089 | @appendix GNU Free Documentation License |
| 6082 | @include doclicense.texi | 6090 | @include doclicense.texi |
| 6083 | 6091 | ||
| 6084 | @node Index, , GNU Free Documentation License, Top | 6092 | @node Index |
| 6085 | @unnumbered Index | 6093 | @unnumbered Index |
| 6086 | @printindex cp | 6094 | @printindex cp |
| 6087 | 6095 | ||