diff options
author | Karl Berry <karl@freefriends.org> | 2019-07-08 21:27:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-07-08 21:27:12 +0000 |
commit | 381a317071160ffef7f0951f378dde40d9ecaacb (patch) | |
tree | d04683c3ac725d2cb1d5deb1fe5b4917f9f6205f /Master/texmf-dist/tex | |
parent | c4d25ba0abc929fb7d75595e5687bc7b362eeab2 (diff) |
guitlogo (8jul19)
git-svn-id: svn://tug.org/texlive/trunk@51582 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/guitlogo/guit.cfg | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/guitlogo/guit.sty | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/guitlogo/guit.cfg b/Master/texmf-dist/tex/latex/guitlogo/guit.cfg index 745c3f2a043..3472e0ee0c2 100644 --- a/Master/texmf-dist/tex/latex/guitlogo/guit.cfg +++ b/Master/texmf-dist/tex/latex/guitlogo/guit.cfg @@ -26,7 +26,7 @@ %% This work consists of the files: README, guit.dtx, guit.ins and the %% derived files guit.sty, guit.cfg and guittest.tex %% -\ProvidesFile{guit.cfg}[2019/06/27 v1.0.0-alpha.2 File di configurazione di guit.sty] +\ProvidesFile{guit.cfg}[2019/07/08 v1.0.0-alpha.3 File di configurazione di guit.sty] %% Esempi: %% \GuITcolor{1, 0, 1, 0.6} %% \DeclareGuITLogoCommand{lmr}{-0.26em}{0.714ex}{-0.125em}{-0.125em} diff --git a/Master/texmf-dist/tex/latex/guitlogo/guit.sty b/Master/texmf-dist/tex/latex/guitlogo/guit.sty index 0ca90025c0e..2399714b989 100644 --- a/Master/texmf-dist/tex/latex/guitlogo/guit.sty +++ b/Master/texmf-dist/tex/latex/guitlogo/guit.sty @@ -27,8 +27,9 @@ %% derived files guit.sty, guit.cfg and guittest.tex %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{guit}[2019/06/27 v1.0.0-alpha.2 Logo del GuIT] -\RequirePackage{graphics, url} +\ProvidesPackage{guit}[2019/07/08 v1.0.0-alpha.3 Logo del GuIT] +\RequirePackage{graphics} +\RequirePackage[hyphens]{url} \RequirePackage{xcolor}[2004/07/04] \RequirePackage{xkeyval}[2005/05/07] \newif\if@guit@colorized |