diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/schule/schulinf.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/schule/schulinf.sty | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/schule/schulinf.sty b/Master/texmf-dist/tex/latex/schule/schulinf.sty index 05edba7fb90..1d10e328c7a 100644 --- a/Master/texmf-dist/tex/latex/schule/schulinf.sty +++ b/Master/texmf-dist/tex/latex/schule/schulinf.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{schulinf}[2014/09/07 v0.4 % +\ProvidesPackage{schulinf}[2014/11/18 v0.5 % Kommandos fuer den Informatikunterricht] \RequirePackage{schule} \RequirePackage{schullzk} @@ -153,6 +154,10 @@ \tikzstyle{instcolor#2}=[fill=#1] } \newcommand{\nextlevel}{\addtocounter{seqlevel}{1}} +\ProvideDocumentCommand{\anchormark}{O{0.15 cm} m O{0.05}}{ + \tikz[overlay,remember picture,baseline=-1ex,xshift=#1] + \node[draw,fill=black,circle,scale=#3] (#2) {}; +} \def\@fach{Informatik} \endinput %% |