163
|
1 ;;; DO NOT MODIFY THIS FILE
|
|
2 (if (not (featurep 'auctex-autoloads))
|
|
3 (progn
|
|
4
|
|
5 ;;;### (autoloads (BibTeX-auto-store) "latex" "auctex/latex.el")
|
|
6
|
|
7 (autoload 'BibTeX-auto-store "latex" "\
|
|
8 This function should be called from bibtex-mode-hook.
|
|
9 It will setup BibTeX to store keys in an auto file." nil nil)
|
|
10
|
|
11 ;;;***
|
|
12
|
|
13 ;;;### (autoloads nil "tex-info" "auctex/tex-info.el")
|
|
14
|
|
15 ;;;***
|
|
16
|
|
17 ;;;### (autoloads (TeX-submit-bug-report TeX-insert-quote TeX-auto-generate-global TeX-auto-generate ams-tex-mode) "tex" "auctex/tex.el")
|
|
18
|
|
19 (autoload 'ams-tex-mode "tex" "\
|
|
20 Major mode for editing files of input for AmS TeX.
|
|
21 See info under AUC TeX for documentation.
|
|
22
|
|
23 Special commands:
|
|
24 \\{TeX-mode-map}
|
|
25
|
|
26 Entering AmS-tex-mode calls the value of text-mode-hook,
|
|
27 then the value of TeX-mode-hook, and then the value
|
|
28 of AmS-TeX-mode-hook." t nil)
|
|
29
|
|
30 (autoload 'TeX-auto-generate "tex" "\
|
|
31 Generate style file for TEX and store it in AUTO.
|
|
32 If TEX is a directory, generate style files for all files in the directory." t nil)
|
|
33
|
|
34 (autoload 'TeX-auto-generate-global "tex" "\
|
|
35 Create global auto directory for global TeX macro definitions." t nil)
|
|
36
|
|
37 (autoload 'TeX-insert-quote "tex" "\
|
|
38 Insert the appropriate quote marks for TeX.
|
|
39 Inserts the value of `TeX-open-quote' (normally ``) or `TeX-close-quote'
|
|
40 \(normally '') depending on the context. If `TeX-quote-after-quote'
|
|
41 is non-nil, this insertion works only after \".
|
|
42 With prefix argument, always inserts \" characters." t nil)
|
|
43
|
|
44 (autoload 'TeX-submit-bug-report "tex" "\
|
|
45 Submit via mail a bug report on AUC TeX" t nil)
|
|
46
|
|
47 ;;;***
|
|
48
|
|
49 (provide 'auctex-autoloads)
|
|
50 ))
|