diff options
author | Karl Berry <karl@freefriends.org> | 2014-11-18 22:45:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-11-18 22:45:36 +0000 |
commit | 4140f3864a0086bdec50319912119bef1ac6303d (patch) | |
tree | 312364ed1c86fb17e48ecc7c241ce91e9dcb0305 /Master/texmf-dist/tex/latex/schule/schule.sty | |
parent | 8b97bd874a0a1c7fbc8296ed4215a6515c3b182c (diff) |
schule (18nov14)
git-svn-id: svn://tug.org/texlive/trunk@35613 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/schule/schule.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/schule/schule.sty | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/schule/schule.sty b/Master/texmf-dist/tex/latex/schule/schule.sty index 754d16475c7..fbdc2361022 100644 --- a/Master/texmf-dist/tex/latex/schule/schule.sty +++ b/Master/texmf-dist/tex/latex/schule/schule.sty @@ -9,7 +9,8 @@ %% 2010, 2011, 2012, 2013, 2014 %% Johannes Pieper (johannes_pieper@yahoo.de) %% Johannes Kuhaupt (kujohann@seminar.ham.nw.schule.de) -%% Andre Hilbig (mail@andrehilbig.de) +%% André Hilbig (mail@andrehilbig.de) +%% Adrian Salamon (adriansalamon@gmail.com) %% %% %% This work may be distributed and/or modified under the @@ -109,11 +110,11 @@ %% http://www.ctan.org/pkg/ zur Verfügung. %% %% ----- BEGIN ------------------------------------------------------ -%% Der String Version: Version: 0.4 respektive 2014-09-07 wird beim Aufruf +%% Der String Version: Version: 0.5 respektive 2014-11-18 wird beim Aufruf %% des build-scripts durch die passende Nummer bzw. das passende %% Datum ersetzt. \NeedsTeXFormat{LaTeX2e}[1995/12/01] -\ProvidesPackage{schule}[2014/09/07 v0.4 % +\ProvidesPackage{schule}[2014/11/18 v0.5 % Kommandos fuer die Schule] \RequirePackage{etex} \RequirePackage[ngerman]{babel} @@ -137,6 +138,7 @@ \RequirePackage{multicol} \RequirePackage{ccicons} \RequirePackage[autoload]{svn-multi} +\RequirePackage{cancel} \RequirePackage[german=guillemets]{csquotes} \DeclareOption{quotes}{\ExecuteQuoteOptions{german=quotes}} \newboolean{@loesunganzeigen} @@ -213,6 +215,7 @@ loesung@\the@zeige@nr\endcsname\par% \stepcounter {@zeige@nr}}}% {} } + \providecommand{\so}[1]{$\bcancel{#1}$} \newcount\@pruefwert \newcount\zeitanzeigen \@pruefwert=1 @@ -244,6 +247,9 @@ $\Box$% \xspace } \newcommand{\name}[1]{\textsc{#1}} +\newcommand{\keineSeitenzahlen}{% +\cfoot{} +} \newcommand{\punkteitem}[1]{% \ifthenelse% {\equal{#1}{1}}% |