emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex c87ac67 03/57: Add the select environment and re


From: Tassilo Horn
Subject: [elpa] externals/auctex c87ac67 03/57: Add the select environment and related macros to exam style.
Date: Tue, 25 Jul 2017 14:02:26 -0400 (EDT)

branch: externals/auctex
commit c87ac67e42399919136046cfc1e086349bb7b5bb
Author: Uwe Brauer <address@hidden>
Commit: Tassilo Horn <address@hidden>

    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

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