From 28c69a3b24d384899834792efb71734396100467 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Mon, 14 Aug 2023 10:21:13 -0400 Subject: [PATCH] =?UTF-8?q?[LaTe=CF=87]=20Fix=20breakage=20caused=20by=20A?= =?UTF-8?q?UCTe=CF=87=20upgrade=20(=3F)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- global.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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