-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpreview-latex.el
49 lines (36 loc) · 1.49 KB
/
preview-latex.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
;;; preview-latex.el --- automatically extracted autoloads
;;
;;; Code:
;;;### (autoloads (preview-report-bug LaTeX-preview-setup preview-install-styles)
;;;;;; "preview" "preview.el" (19002 37774))
;;; Generated autoloads from preview.el
(autoload 'preview-install-styles "preview" "\
Installs the TeX style files into a permanent location.
This must be in the TeX search path. If FORCE-OVERWRITE is greater
than 1, files will get overwritten without query, if it is less
than 1 or nil, the operation will fail. The default of 1 for interactive
use will query.
Similarly FORCE-SAVE can be used for saving
`preview-TeX-style-dir' to record the fact that the uninstalled
files are no longer needed in the search path.
\(fn DIR &optional FORCE-OVERWRITE FORCE-SAVE)" t nil)
(autoload 'LaTeX-preview-setup "preview" "\
Hook function for embedding the preview package into AUCTeX.
This is called by `LaTeX-mode-hook' and changes AUCTeX variables
to add the preview functionality.
\(fn)" nil nil)
(add-hook 'LaTeX-mode-hook #'LaTeX-preview-setup)
(autoload 'preview-report-bug "preview" "\
Report a bug in the preview-latex package.
\(fn)" t nil)
;;;***
(provide 'preview-latex)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; preview-latex.el ends here
(add-to-list 'load-path (expand-file-name "auctex" (file-name-directory load-file-name)))
(defvar preview-datadir (expand-file-name "auctex" (file-name-directory load-file-name)))