diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/schule/xsim-style/xsim.style.schule-binnen.code.tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/schule/xsim-style/xsim.style.schule-binnen.code.tex | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/schule/xsim-style/xsim.style.schule-binnen.code.tex b/Master/texmf-dist/tex/latex/schule/xsim-style/xsim.style.schule-binnen.code.tex new file mode 100644 index 00000000000..aa47e556f71 --- /dev/null +++ b/Master/texmf-dist/tex/latex/schule/xsim-style/xsim.style.schule-binnen.code.tex @@ -0,0 +1,29 @@ +% Standardstil für inline Aufgaben (gesellschaftswissenschaften) + +\xsimstyle{schule-binnen} %todo: Besser: schule-liste ? + + +\DeclareExerciseEnvironmentTemplate{schule-binnen} + { \par\noindent% + \ifthenelse{\equal{\ExerciseType}{zusatzaufgabe}}{\llap{\GetExerciseProperty{symbol}$\bigstar$}~}{\llap{\GetExerciseProperty{symbol}~}}% + \textbf{\GetExerciseProperty{counter}}.) % das will man ja gerade nicht haben + %\renewenvironment{teilaufgaben}{\begin{enumerate}}{\end{enumerate}} + %\RenewDocumentCommand{\teilaufgabe}{o}{ + % \IfInsideSolutionTF + % {\item% + % } + % {\item% + % \IfNoValueF{#1}{(\addpoints{#1})\xspace} + % } + % } + } + {\IfInsideSolutionTF{}{ % Punkteanzeige + \GetExercisePropertyT{points}{(\PropertyValue + \nobreakspace + \IfExerciseGoalSingularTF{points} + {\XSIMtranslate{point}} + {\XSIMtranslate{points}}) + } + } + \par} + |