diff --git a/global.org b/global.org index d0665c8..b724869 100644 --- a/global.org +++ b/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