/usr/share/emacs/site-lisp/preview-latex.el is in auctex 11.88-1.1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 49 | ;;; preview-latex.el --- automatically extracted autoloads
;;
;;; Code:
;;;### (autoloads nil "preview" "preview.el" (22093 56313 636694
;;;;;; 0))
;;; 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
(defvar preview-lispdir (expand-file-name "auctex" (file-name-directory load-file-name)))
(add-to-list 'load-path preview-lispdir)
(defvar preview-datadir (expand-file-name "auctex" (file-name-directory load-file-name)))
|