From ede014d72c25a2652a77cb5e840905aac95b47ce Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 29 Jun 2019 21:07:08 +0000 Subject: zebra-goodies (29jun19) git-svn-id: svn://tug.org/texlive/trunk@51506 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/zebra-goodies/README.md | 2 +- Master/texmf-dist/tex/latex/zebra-goodies/zebra-goodies.sty | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Master/texmf-dist/doc/latex/zebra-goodies/README.md b/Master/texmf-dist/doc/latex/zebra-goodies/README.md index 21fc9d7f890..993b34dc014 100644 --- a/Master/texmf-dist/doc/latex/zebra-goodies/README.md +++ b/Master/texmf-dist/doc/latex/zebra-goodies/README.md @@ -27,7 +27,7 @@ Add comments, todos, notes anything you like during revise in a colorful way. Th \placeholder[]{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[]{bla bla} 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 91de80c6e94..b18066f80e4 100644 --- a/Master/texmf-dist/tex/latex/zebra-goodies/zebra-goodies.sty +++ b/Master/texmf-dist/tex/latex/zebra-goodies/zebra-goodies.sty @@ -1,4 +1,4 @@ -%% Copyright (C) 2017 by Ruini Xue +%% Copyright (C) 2017-2019 by Ruini Xue %% %% 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@note@}[4]{% \zebr@marginnote{\textcolor{#2}{\dbend}}% \expandafter\stepcounter{zebr@num@#1}% - \textcolor{#2}{[\textbf{\MakeUppercase{#1}\textit{#3}:} #4]}} + \textcolor{#2}{[\textcolor{#2!70!black}{\textsc{\MakeLowercase{\MakeUppercase#1}} {\expandafter\csname thezebr@num@#1\endcsname}\texttt{#3}}: #4]}} \newcommand{\zebr@prepend}[2]{% \ifx\relax#2\relax\relax\else#1#2\fi} -- cgit v1.2.3