branch: externals/auctex
commit c87ac67e42399919136046cfc1e086349bb7b5bb
Author: Uwe Brauer <o...@mat.ucm.es>
Commit: Tassilo Horn <t...@gnu.org>

    Add the select environment and related macros to exam style.
    
    * style/exam.el ("exam"): Add the select environment and related macros.
---
 style/exam.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/style/exam.el b/style/exam.el
index d6dbc09..93cfac5 100644
--- a/style/exam.el
+++ b/style/exam.el
@@ -85,6 +85,7 @@ Arguments NAME and TYPE are the same as for the function
 
    (LaTeX-add-environments
     '("solution" [ "Height" ])
+    '("select")
     '("solutionorbox" [ "Height" ])
     '("solutionorlines" [ "Height" ])
     '("solutionordottedlines" [ "Height" ])
@@ -320,6 +321,8 @@ Arguments NAME and TYPE are the same as for the function
     '("pointsofquestion" 1)
     '("pointsonpage" 1)
     '("printanswers" 0)
+    '("\printselectedfalse" 0)
+    '("\printselectedtrue" 0)
     '("qformat" 1)
     '("questionlabel" 0)
     '("questionshook" 0)

Reply via email to