[LaTeχ] Fix breakage caused by AUCTeχ upgrade (?)

master
Jacopo De Simoi 3 years ago
parent e8cb4d5eef
commit 28c69a3b24
  1. 6
      global.org

@ -2059,7 +2059,11 @@
*** Default labels
#+begin_src emacs-lisp
(setq LaTeX-equation-label "e_"
LaTeX-section-label "s_"
LaTeX-section-label '( ("part" . "pp_")
("chapter" . "c_")
("section" . "s_")
("subsection" . "s_")
("subsubsection" . "s_"))
LaTeX-figure-label "f_")
#+end_src
*** Spell checking help

Loading…
Cancel
Save