Mercurial > emacs
comparison man/reftex.texi @ 37038:528310f62c34
(Finding Files): Fix an example.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 28 Mar 2001 12:50:35 +0000 |
parents | 45500c80145f |
children | 730f77edf073 |
comparison
equal
deleted
inserted
replaced
37037:750ca9632e5d | 37038:528310f62c34 |
---|---|
36 citations and indices for LaTeX documents with Emacs.@refill | 36 citations and indices for LaTeX documents with Emacs.@refill |
37 | 37 |
38 This is edition @value{EDITION} of the @b{Ref@TeX{}} User Manual for | 38 This is edition @value{EDITION} of the @b{Ref@TeX{}} User Manual for |
39 @b{Ref@TeX{}} @value{VERSION}@refill | 39 @b{Ref@TeX{}} @value{VERSION}@refill |
40 | 40 |
41 Copyright (c) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. | 41 Copyright (c) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. |
42 | 42 |
43 Permission is granted to make and distribute verbatim | 43 Permission is granted to make and distribute verbatim |
44 copies of this manual provided the copyright notice and | 44 copies of this manual provided the copyright notice and |
45 this permission notice are preserved on all copies. | 45 this permission notice are preserved on all copies. |
46 | 46 |
70 @subtitle Support for LaTeX labels, references, citations and index entries with GNU Emacs | 70 @subtitle Support for LaTeX labels, references, citations and index entries with GNU Emacs |
71 @subtitle Edition @value{EDITION}, @value{DATE} | 71 @subtitle Edition @value{EDITION}, @value{DATE} |
72 | 72 |
73 @author by Carsten Dominik | 73 @author by Carsten Dominik |
74 @page | 74 @page |
75 Copyright @copyright{} 1997, 1998, 1999, 2000 Free Software Foundation, Inc. | 75 Copyright @copyright{} 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. |
76 | 76 |
77 @sp 2 | 77 @sp 2 |
78 This is edition @value{EDITION} of the @cite{Ref@TeX{} User Manual} for | 78 This is edition @value{EDITION} of the @cite{Ref@TeX{} User Manual} for |
79 @b{Ref@TeX{}} version @value{VERSION}, @value{DATE}.@refill | 79 @b{Ref@TeX{}} version @value{VERSION}, @value{DATE}.@refill |
80 | 80 |
2801 command depends upon the version of that program. | 2801 command depends upon the version of that program. |
2802 | 2802 |
2803 @lisp | 2803 @lisp |
2804 (setq reftex-use-external-file-finders t) | 2804 (setq reftex-use-external-file-finders t) |
2805 (setq reftex-external-file-finders | 2805 (setq reftex-external-file-finders |
2806 '(("tex" "kpsewhich -format=.tex %f") | 2806 '(("tex" . "kpsewhich -format=.tex %f") |
2807 ("bib" "kpsewhich -format=.bib %f"))) | 2807 ("bib" . "kpsewhich -format=.bib %f"))) |
2808 @end lisp | 2808 @end lisp |
2809 @end itemize | 2809 @end itemize |
2810 | 2810 |
2811 @node Optimizations, Problems and Work-Arounds, Finding Files, Top | 2811 @node Optimizations, Problems and Work-Arounds, Finding Files, Top |
2812 @section Optimizations | 2812 @section Optimizations |