texlive[64189] Master/texmf-dist: srdp-mathematik (24aug22)
commits+karl at tug.org
commits+karl at tug.org
Wed Aug 24 21:39:48 CEST 2022
Revision: 64189
http://tug.org/svn/texlive?view=revision&revision=64189
Author: karl
Date: 2022-08-24 21:39:48 +0200 (Wed, 24 Aug 2022)
Log Message:
-----------
srdp-mathematik (24aug22)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/srdp-mathematik/README.md
trunk/Master/texmf-dist/doc/latex/srdp-mathematik/srdp-mathematik.pdf
trunk/Master/texmf-dist/doc/latex/srdp-mathematik/srdp-mathematik.tex
trunk/Master/texmf-dist/tex/latex/srdp-mathematik/srdp-mathematik.sty
Modified: trunk/Master/texmf-dist/doc/latex/srdp-mathematik/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/srdp-mathematik/README.md 2022-08-24 19:39:20 UTC (rev 64188)
+++ trunk/Master/texmf-dist/doc/latex/srdp-mathematik/README.md 2022-08-24 19:39:48 UTC (rev 64189)
@@ -1,4 +1,4 @@
-# srdp-mathematik.sty v1.9.6
+# srdp-mathematik.sty v1.10.0
This package provides basic commands for the defined formats of the Austrian sRDP in mathematics.
Furthermore, it includes ways to implement answers in the tex file, which can be voluntarily displayed in the pdf file and
Modified: trunk/Master/texmf-dist/doc/latex/srdp-mathematik/srdp-mathematik.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/srdp-mathematik/srdp-mathematik.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/srdp-mathematik/srdp-mathematik.tex 2022-08-24 19:39:20 UTC (rev 64188)
+++ trunk/Master/texmf-dist/doc/latex/srdp-mathematik/srdp-mathematik.tex 2022-08-24 19:39:48 UTC (rev 64189)
@@ -55,7 +55,7 @@
\vfill
-\Huge The \textit{srdp-mathematik} package v1.9.6\\[1cm]
+\Huge The \textit{srdp-mathematik} package v1.10.0\\[1cm]
Documentation \\ [1cm]
@@ -212,6 +212,38 @@
\textsc{Ausgabe:}
\notenschluessel[][][ms]{0.91}{0.8}{0.64}{0.5}
+
+\subsubsection{\texttt{\textbackslash individualnotenschluessel}}
+In manchen Fällen ist die automatische Berechnung der Punkte durch die Prozentangaben nicht erwünscht. der Befehl \texttt{individualnotenschluessel} ermöglicht daher die individuelle Eingabe aller Punktegrenzen.\\
+
+\textsc{Eingabe:}
+\begin{verbatim}
+\individualnotenschluessel{42}{41}{38}{37}{31.5}{31}{24}
+\end{verbatim}
+
+\textsc{Ausgabe:}
+\individualnotenschluessel{42}{41}{38}{37}{31.5}{31}{24}
+
+Standardmäßig wird die Gesamtpunktezahl als Punkteobergrenze festgelegt. Auch diese kann jedoch optional manuell geändert werden.\\
+
+\textsc{Eingabe:}
+\begin{verbatim}
+\individualnotenschluessel[50]{42}{41}{38}{37}{31.5}{31}{24}
+\end{verbatim}
+
+\textsc{Ausgabe:}
+\individualnotenschluessel[50]{42}{41}{38}{37}{31.5}{31}{24}
+
+Auch die Option der Prozentanzeige ist mit diesem Befehl möglich:\\
+
+\textsc{Eingabe:}
+\begin{verbatim}
+\individualnotenschluessel[][prozent]{42}{41}{38}{37}{31.5}{31}{24}
+\end{verbatim}
+
+\textsc{Ausgabe:}
+\individualnotenschluessel[][prozent]{42}{41}{38}{37}{31.5}{31}{24}
+
%\paragraph{Notenschlüssel - Ohne Prozentangabe}
%Analog zum \texttt{notenschluessel} funktioniert auch der Befehl \texttt{notenschluesselop}. Es wird dabei jedoch die Prozentspalte nicht angezeigt.
%
Modified: trunk/Master/texmf-dist/tex/latex/srdp-mathematik/srdp-mathematik.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/srdp-mathematik/srdp-mathematik.sty 2022-08-24 19:39:20 UTC (rev 64188)
+++ trunk/Master/texmf-dist/tex/latex/srdp-mathematik/srdp-mathematik.sty 2022-08-24 19:39:48 UTC (rev 64189)
@@ -10,7 +10,7 @@
%
\NeedsTeXFormat{LaTeX2e}[1996/12/26]
-\ProvidesPackage{srdp-mathematik}[2022/04/05 v1.9.6 Standard-Schularbeitsformate]
+\ProvidesPackage{srdp-mathematik}[2022/08/24 v1.10.0 Standard-Schularbeitsformate]
\usepackage{color}
@@ -391,7 +391,25 @@
\end{center}\STautoround{}\normalsize}
+\NewDocumentCommand{\individualnotenschluessel}{ O{} O{} m m m m m m m}{
+\null\vfill
+\footnotesize\renewcommand{\arraystretch}{1}
+\begin{center}
+\begin{tabular}{|C{3cm}C{3cm}C{3cm}C{3cm}C{3cm}|} \hline
+\ifthenelse{\equal{#2}{prozent}}{%
+Erreichte Punkte & Prozent & Gesamt & \multicolumn{2}{c|}{Note} \\
+&& \multirow{2}{*}{\ifthenelse{\equal{#1}{}}{\thepunkte}{#1}} && \\%
+}{%
+Erreichte Punkte &Gesamt&\multicolumn{2}{c}{Note}& \\
+&\multirow{2}{*}{\ifthenelse{\equal{#1}{}}{\thepunkte}{#1}} &&& \\}
+&&&& \\ \hline \hline
+\scriptsize{Sehr gut} & \scriptsize{Gut} & \scriptsize{Befriedigend} & \scriptsize{Gen\"ugend} & \scriptsize{Nicht gen\"ugend} \\
+\scriptsize{\ifthenelse{\equal{#1}{}}{\thepunkte}{#1} ~ - #3}& \scriptsize{#4 ~ - #5} & \scriptsize{#6 ~ - #7} & \scriptsize{#8 ~ - #9} & \scriptsize{unter #9} \\ \hline
+\end{tabular}
+\end{center}\normalsize}
+
+
\NewDocumentCommand{\punkteverteilung}{ O{} O{} O{} m m m m}{
\null\vfill
\STautoround{3}\renewcommand{\arraystretch}{0}\tiny
More information about the tex-live-commits
mailing list.