summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/schule/Module/Aufgaben/xsim.style.schule-default.code.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-08-23 23:12:12 +0000
committerKarl Berry <karl@freefriends.org>2018-08-23 23:12:12 +0000
commit3562d0088e82c4d4c9086f03b6d0284a9af2f8f9 (patch)
treee1677d059d3bbb81d949159a778776709743a716 /Master/texmf-dist/doc/latex/schule/Module/Aufgaben/xsim.style.schule-default.code.tex
parentaca434905fcf7943059a6c07ec141bf7de7e7ac4 (diff)
schule (23aug18)
git-svn-id: svn://tug.org/texlive/trunk@48471 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/schule/Module/Aufgaben/xsim.style.schule-default.code.tex')
-rw-r--r--Master/texmf-dist/doc/latex/schule/Module/Aufgaben/xsim.style.schule-default.code.tex41
1 files changed, 0 insertions, 41 deletions
diff --git a/Master/texmf-dist/doc/latex/schule/Module/Aufgaben/xsim.style.schule-default.code.tex b/Master/texmf-dist/doc/latex/schule/Module/Aufgaben/xsim.style.schule-default.code.tex
deleted file mode 100644
index a9393dc2a1f..00000000000
--- a/Master/texmf-dist/doc/latex/schule/Module/Aufgaben/xsim.style.schule-default.code.tex
+++ /dev/null
@@ -1,41 +0,0 @@
-% Standardstil für normale Aufgaben (und Zusatzaufgaben) mit Punkten neben der Subsection
-
-\xsimstyle{schule-default}
-
-\DeclareExerciseEnvironmentTemplate{schule-default} {%
- \addpenalty{-3000}\smallskip\noindent\textbf{%
- % Falls Zusatzaufgabe:
- \ifthenelse{\equal{\ExerciseType}{zusatzaufgabe}}{\llap{\GetExerciseProperty{symbol}$\bigstar$}~}{\llap{\GetExerciseProperty{symbol}~}}%
- \XSIMmixedcase{\GetExerciseName}\nobreakspace
- \GetExerciseProperty{counter}%
- \IfInsideSolutionF{%
- \IfExercisePropertySetT{subtitle}{
- {\nobreakspace\GetExercisePropertyT{subtitle}{\normalfont \itshape \PropertyValue}}}% Subtitle setzten
- }%
- % Stil für Punkteanzeige
- \GetExercisePropertyTF{points}{%
- \normalfont% Punkte in normal font/Shape aber auf Ebene der Subsection
- \nobreakspace(\PropertyValue
- \GetExercisePropertyT{bonus-points}
- {\nobreakspace\small(+\PropertyValue)}% Kleinere Bonuspunkte?
- \nobreakspace%
- \IfExerciseGoalSingularTF{points}
- {\XSIMtranslate{point}}
- {\XSIMtranslate{points}}%
- )
- }{%Keine Punkte
- \GetExercisePropertyT{bonus-points}{
- \normalfont% Punkte in normal font/Shape aber auf Ebene der Subsection
- \nobreakspace(0\nobreakspace\small(+\PropertyValue)% Kleinere Bonuspunkte?
- \nobreakspace%
- \IfExerciseGoalSingularTF{bonus-points}
- {\XSIMtranslate{point}}
- {\XSIMtranslate{points}}%
- )
- }
- }
- }\par\smallskip
- %
- %
-}
-{\IfInsideSolutionT{\par}}%