diff options
| author | Ravi R Kiran <aine.marina@gmail.com> | 2015-11-09 16:44:42 (GMT) |
|---|---|---|
| committer | Ravi R Kiran <aine.marina@gmail.com> | 2015-11-09 16:44:42 (GMT) |
| commit | e29554b1493a061c1a9ff860ad990f9be1b01175 (patch) | |
| tree | 030970d4d8d624cb93c3b1cb24b67f05aad4cd0f /lisp/ravi-init-tex.el | |
| parent | b6d4b4e33bd76a9c22df7cd83d16df87720ba48b (diff) | |
| download | dotemacs-e29554b1493a061c1a9ff860ad990f9be1b01175.zip dotemacs-e29554b1493a061c1a9ff860ad990f9be1b01175.tar.gz dotemacs-e29554b1493a061c1a9ff860ad990f9be1b01175.tar.bz2 | |
Use xetex only necessary
The right way is to add a file-local variable which sets TeX-engine to
xetex.
Diffstat (limited to 'lisp/ravi-init-tex.el')
| -rw-r--r-- | lisp/ravi-init-tex.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/ravi-init-tex.el b/lisp/ravi-init-tex.el index a8d54cb..3143192 100644 --- a/lisp/ravi-init-tex.el +++ b/lisp/ravi-init-tex.el @@ -183,9 +183,6 @@ starting with \\ and followed by a block of text enclosed in {}." (setq fill-column 88) - ;; Add XeLaTeX support to AucTeX - (add-to-list 'TeX-command-list '("XeLaTeX" "%`xelatex%(mode)%' %t" TeX-run-TeX nil t)) - (setq TeX-command-default "XeLaTeX") (setq TeX-save-query nil) (setq TeX-show-compilation t) @@ -195,7 +192,6 @@ starting with \\ and followed by a block of text enclosed in {}." (message "LaTeX mode init complete.")) ;; ACUTeX replaces latex-mode-hook with LaTeX-mode-hook (add-hook 'LaTeX-mode-hook 'my-LaTeX-mode-init) - )) ) ) |
