diff options
author | Karl Berry <karl@freefriends.org> | 2019-07-04 21:14:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-07-04 21:14:35 +0000 |
commit | 7183f98e9346f9c8335b399d6e6f83f66fd05b11 (patch) | |
tree | 88f1a08fcda652c2f451c6f22c98f15352a26de9 /Master/texmf-dist/tex/latex/zebra-goodies/zebra-goodies.sty | |
parent | 859de9c13d8503eb1c318b5410d25b1b39789be5 (diff) |
zebra-goodies (4jul19)
git-svn-id: svn://tug.org/texlive/trunk@51554 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/zebra-goodies/zebra-goodies.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/zebra-goodies/zebra-goodies.sty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/zebra-goodies/zebra-goodies.sty b/Master/texmf-dist/tex/latex/zebra-goodies/zebra-goodies.sty index cc73bb12415..8c4f4d24236 100644 --- a/Master/texmf-dist/tex/latex/zebra-goodies/zebra-goodies.sty +++ b/Master/texmf-dist/tex/latex/zebra-goodies/zebra-goodies.sty @@ -16,7 +16,7 @@ \ProvidesPackage{zebra-goodies} -[2019/07/01 0.7.0 Easy Notes Taking] +[2019/07/04 0.8.0 Easy Notes Taking] \RequirePackage{kvoptions} \SetupKeyvalOptions{ family=zebra, @@ -58,11 +58,11 @@ {\expandafter\csname thezebr@num@#1\endcsname}\texttt{#3}:}} #4]}} \newcommand{\zebr@prepend}[2]{% \ifx\relax#2\relax\relax\else#1#2\fi} -\global\def\zebr@noteslist{} +\def\zebr@noteslist{} \def\zebranewnote#1#2{% \g@addto@macro\zebr@noteslist{,#1}% \expandafter\newcounter\expandafter{zebr@num@#1} - \expandafter\newcommand\csname zebr@color@#1\endcsname{#2} + \expandafter\gdef\csname zebr@color@#1\endcsname{#2} \expandafter\newcommand\csname zebra#1\endcsname[2][]{% \zebr@note{#1}{#2}{\zebr@prepend{@}{##1}}{##2}} \@ifundefined{#1}{% |