diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-28 21:55:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-28 21:55:12 +0000 |
commit | de1bfe03b4a97870212b6f4820ac4df754191b54 (patch) | |
tree | 3fbc86e8db60775e65b6add4ca55310fb115ac17 /Master/texmf-dist/tex/latex | |
parent | 1f56a7791f0ffa229ca0b1468949f7517efbd6bb (diff) |
srdp-mathematik (28mar20)
git-svn-id: svn://tug.org/texlive/trunk@54607 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/srdp-mathematik/srdp-mathematik.sty | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/srdp-mathematik/srdp-mathematik.sty b/Master/texmf-dist/tex/latex/srdp-mathematik/srdp-mathematik.sty index 0a7b633552b..b3a3ff723a7 100644 --- a/Master/texmf-dist/tex/latex/srdp-mathematik/srdp-mathematik.sty +++ b/Master/texmf-dist/tex/latex/srdp-mathematik/srdp-mathematik.sty @@ -10,7 +10,7 @@ % \NeedsTeXFormat{LaTeX2e}[1996/12/26] -\ProvidesPackage{srdp-mathematik}[2019/07/10 v1.4 Standard-Schularbeitsformate] +\ProvidesPackage{srdp-mathematik}[2020/03/28 v1.5 Standard-Schularbeitsformate] \usepackage{color} @@ -232,8 +232,7 @@ \renewcommand{\labelenumii}{(\roman{enumii})} \list {} - {% - \leftmargin.0pt + {% \rightmargin.12\textwidth \def\makelabel##1{\stepcounter{number}% \hss\llap{\thenumber.}% @@ -253,7 +252,7 @@ \NewEnviron{aufgabenstellung}[1]{\let\itemalt\item \renewcommand*{\item}{\setcounter{subitemcounter}{0}\itemalt} \subsubsection{Aufgabenstellung:}% -\begin{enumerate}[a),leftmargin=*] +\begin{enumerate}[a),leftmargin=0pt] \item \BODY \end{enumerate}% \let\item\itemalt} @@ -261,7 +260,7 @@ \NewEnviron{loesung}[1]{\let\itemalt\item \renewcommand*{\item}{\setcounter{subitemcounter}{0}\itemalt} \antwort{%% -\begin{enumerate}[a),leftmargin=*] +\begin{enumerate}[a),leftmargin=0pt] \item \BODY \end{enumerate}}% \let\item\itemalt} |