summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/schule/Module/Aufgaben/xsim.style.schule-default.code.tex
diff options
context:
space:
mode:
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}}%