Hi Mandar,

Mandar Mitra <mandar.mi...@gmail.com> writes:

> 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 for raising this issue.  It does make sense and I've just added
"choice" to `LaTeX-item-regexp' in exam.el (and make some other small
adjustments).

Best, Arash

Reply via email to