texlive[51506] Master/texmf-dist: zebra-goodies (29jun19)

commits+karl at tug.org commits+karl at tug.org
Sat Jun 29 23:07:08 CEST 2019


Revision: 51506
          http://tug.org/svn/texlive?view=revision&revision=51506
Author:   karl
Date:     2019-06-29 23:07:08 +0200 (Sat, 29 Jun 2019)
Log Message:
-----------
zebra-goodies (29jun19)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/zebra-goodies/README.md
    trunk/Master/texmf-dist/tex/latex/zebra-goodies/zebra-goodies.sty

Modified: trunk/Master/texmf-dist/doc/latex/zebra-goodies/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/zebra-goodies/README.md	2019-06-29 21:06:31 UTC (rev 51505)
+++ trunk/Master/texmf-dist/doc/latex/zebra-goodies/README.md	2019-06-29 21:07:08 UTC (rev 51506)
@@ -27,7 +27,7 @@
 \placeholder[<who>]{bla bla}
 ```
 
-If any of them does not work, it is probaboly it has been defined by other packages. We will not override the definition, so you have to turn to its full version as follows:
+If any of them does not work, it is very likely that it has been defined by other packages. We will not override the definition, so you have to turn to its full version as follows:
 
 ```latex
 \zebratodo[<who>]{bla bla}

Modified: trunk/Master/texmf-dist/tex/latex/zebra-goodies/zebra-goodies.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/zebra-goodies/zebra-goodies.sty	2019-06-29 21:06:31 UTC (rev 51505)
+++ trunk/Master/texmf-dist/tex/latex/zebra-goodies/zebra-goodies.sty	2019-06-29 21:07:08 UTC (rev 51506)
@@ -1,4 +1,4 @@
-%% Copyright (C) 2017 by Ruini Xue <xueruini at gmail.com>
+%% Copyright (C) 2017-2019 by Ruini Xue <xueruini at gmail.com>
 %%
 %% This file may be distributed and/or modified under the
 %% conditions of the LaTeX Project Public License, either version 1.3a
@@ -9,7 +9,7 @@
 %%
 %% and version 1.3c or later is part of all distributions of LaTeX
 %% version 2008/05/04 or later.
-\ProvidesPackage{zebra-goodies}[2017/12/6 0.3.0 LaTeX goodies for paper writing.]
+\ProvidesPackage{zebra-goodies}[2019/06/29 0.5.0 LaTeX goodies for paper writing.]
 
 \RequirePackage{kvoptions}
 \SetupKeyvalOptions{
@@ -61,7 +61,7 @@
 \newcommand{\zebr at note@}[4]{%
   \zebr at marginnote{\textcolor{#2}{\dbend}}%
   \expandafter\stepcounter{zebr at num@#1}%
-  \textcolor{#2}{[\textbf{\MakeUppercase{#1}\textit{#3}:} #4]}}
+  \textcolor{#2}{[\textcolor{#2!70!black}{\textsc{\MakeLowercase{\MakeUppercase#1}} {\expandafter\csname thezebr at num@#1\endcsname}\texttt{#3}}: #4]}}
 
 \newcommand{\zebr at prepend}[2]{%
   \ifx\relax#2\relax\relax\else#1#2\fi}



More information about the tex-live-commits mailing list