summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/inits/24-latex.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/emacs/inits/24-latex.el b/emacs/inits/24-latex.el
index ba14dea..890f8e5 100644
--- a/emacs/inits/24-latex.el
+++ b/emacs/inits/24-latex.el
@@ -1,4 +1,4 @@
-;; Time-stamp: <2022-04-17 15h15 EDT (academic)>
+;; Time-stamp: <2022-04-17 15h17 EDT (academic)>
(defvar latex-template-dir (expand-file-name "~/typeset/latex-templates"))
(defun prompt-latex-file-template ()
@@ -85,7 +85,8 @@ populated from the directory *latex-template-dir*"
TeX-close-quote old-close))))
:config
- (setq TeX-command-list '(("XeLaTeX" "xelatex %t"
+ (setq TeX-debug-bad-boxes t
+ TeX-command-list '(("XeLaTeX" "xelatex %t"
TeX-run-TeX nil (latex-mode doctex-mode) :help "Run XeLaTeX")
("TeX" "%(PDF)%(tex) %(file-line-error) %`%(extraopts) %S%(PDFout)%(mode)%' %t"
TeX-run-TeX nil (plain-tex-mode ams-tex-mode texinfo-mode) :help "Run plain TeX")