# HG changeset patch # User Uwe Brauer # Date 1492894017 0 # Sat Apr 22 20:46:57 2017 +0000 # Node ID 4bf8b6f230b9adb34906257d49fffac9b53dbd90 # Parent d40e9bf06c53a99900282e038ea5548f0d0c2473 # Parent a740234025f07ce9766c4f36d38ae3215af91893 style/exam.el: Add the select environment and related macros. * style/exam.el ("exam"): Add the select environment and related macros. diff --git a/style/exam.el b/style/exam.el --- a/style/exam.el +++ b/style/exam.el @@ -85,6 +85,7 @@ (LaTeX-add-environments '("solution" [ "Height" ]) + '("select") '("solutionorbox" [ "Height" ]) '("solutionorlines" [ "Height" ]) '("solutionordottedlines" [ "Height" ]) @@ -320,6 +321,8 @@ '("pointsofquestion" 1) '("pointsonpage" 1) '("printanswers" 0) + '("\printselectedfalse" 0) + '("\printselectedtrue" 0) '("qformat" 1) '("questionlabel" 0) '("questionshook" 0)