make latex work with graphviz
This commit is contained in:
parent
fcf67bfca3
commit
5d91770668
6
conf.org
6
conf.org
|
@ -793,6 +793,12 @@ I like having my lines short and readable (also easier to git). Turn on autofill
|
||||||
(add-hook 'LaTeX-mode-hook #'nd/turn-on-auto-fill-maybe)
|
(add-hook 'LaTeX-mode-hook #'nd/turn-on-auto-fill-maybe)
|
||||||
(add-hook 'LaTeX-mode-hook #'fci-mode)
|
(add-hook 'LaTeX-mode-hook #'fci-mode)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
**** local variables
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(with-eval-after-load 'tex
|
||||||
|
(add-to-list 'safe-local-variable-values
|
||||||
|
'(TeX-command-extra-options . "-shell-escape")))
|
||||||
|
#+END_SRC
|
||||||
**** BibTeX
|
**** BibTeX
|
||||||
***** database management
|
***** database management
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
|
Loading…
Reference in New Issue