auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Minor change to exam.el


From: Mandar Mitra
Subject: Minor change to exam.el
Date: Mon, 20 Jul 2020 21:36:06 +0530

When using the exam documentclass, each choice within a choices environment is 
indented like so:

  \begin{choices}
    \choice ....
    |<- continued line starts here right under the \ of \choice

To me, it makes sense to treat \choice like \item, so I'd like to suggest the 
following change around line 127 of exam.el:

*** 127,132 ****
--- 127,134 ----
            (concat
             LaTeX-item-regexp
             "\\|"
+            "choice\\b"
+            "\\|"
             "\\(titled\\)?question\\b"
             "\\|"
             "\\(sub\\|subsub\\)?part\\b"))

Does this make sense? Thanks,
Mandar.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]