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 | |
parent | 1f56a7791f0ffa229ca0b1468949f7517efbd6bb (diff) |
srdp-mathematik (28mar20)
git-svn-id: svn://tug.org/texlive/trunk@54607 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/srdp-mathematik/README.txt | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/srdp-mathematik/srdp-mathematik.pdf | bin | 167952 -> 167633 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/srdp-mathematik/srdp-mathematik.tex | 14 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/srdp-mathematik/srdp-mathematik.sty | 9 |
4 files changed, 12 insertions, 15 deletions
diff --git a/Master/texmf-dist/doc/latex/srdp-mathematik/README.txt b/Master/texmf-dist/doc/latex/srdp-mathematik/README.txt index 670d47be526..38a6a3b4052 100644 --- a/Master/texmf-dist/doc/latex/srdp-mathematik/README.txt +++ b/Master/texmf-dist/doc/latex/srdp-mathematik/README.txt @@ -2,9 +2,9 @@ __________________________________ The srdp-mathematik package - v1.4 + v1.5 - 2020/03/19 + 2020/03/28 ___________________________________ Maintainer: Christoph Weberndorfer diff --git a/Master/texmf-dist/doc/latex/srdp-mathematik/srdp-mathematik.pdf b/Master/texmf-dist/doc/latex/srdp-mathematik/srdp-mathematik.pdf Binary files differindex f0dea329a62..de413fbaa2b 100644 --- a/Master/texmf-dist/doc/latex/srdp-mathematik/srdp-mathematik.pdf +++ b/Master/texmf-dist/doc/latex/srdp-mathematik/srdp-mathematik.pdf diff --git a/Master/texmf-dist/doc/latex/srdp-mathematik/srdp-mathematik.tex b/Master/texmf-dist/doc/latex/srdp-mathematik/srdp-mathematik.tex index 4151db12727..1ed1d5711ee 100644 --- a/Master/texmf-dist/doc/latex/srdp-mathematik/srdp-mathematik.tex +++ b/Master/texmf-dist/doc/latex/srdp-mathematik/srdp-mathematik.tex @@ -53,7 +53,7 @@ hidelinks \begin{center} \vfill -\Huge The \textit{srdp-mathematik} package v1.4\\[1cm] +\Huge The \textit{srdp-mathematik} package v1.5\\[1cm] Documentation \\ [1cm] @@ -610,6 +610,9 @@ Die Eingabe in eckiger Klammer ist dabei optional. Wird sie nicht angegeben, wir \leer + + + \textsc{Eingabe:} \begin{verbatim} \multiplechoice{ %Anzahl der Antwortmoeglichkeiten, Standard: 5 @@ -1045,6 +1048,7 @@ Hier steht der einleitende Text der Typ-2-Aufgabe. \begin{langesbeispiel} \item[0] %PUNKTE DES BEISPIELS Hier steht der einleitende Text der Typ-2-Aufgabe. +\addtocontents{toc}{\setcounter{tocdepth}{-10}} \begin{aufgabenstellung} \item Hier steht der Aufgabentext des ersten Items. @@ -1068,14 +1072,8 @@ Hier steht der einleitende Text der Typ-2-Aufgabe. \end{loesung} \end{langesbeispiel} - +\addtocontents{toc}{\setcounter{tocdepth}{1}} -% -%\subsection{\texttt} -%\textsc{Eingabe:} -%\begin{small} -%\begin{verbatim} -%\end{verbatim} \section{Einfügen von GeoGebra-Grafiken} 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} |