diff options
author | Karl Berry <karl@freefriends.org> | 2012-08-19 22:14:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-08-19 22:14:17 +0000 |
commit | 6aa32e191916797cc9fc7593bca87b6af250aeea (patch) | |
tree | da1be8127a721b87429a72ee189f7ae3a8f511f1 /Master/texmf-dist/tex/latex/guitlogo | |
parent | 8b4d54cc2c179123fa8a2ccab740bbca2da70b7f (diff) |
guitlogo (19aug12)
git-svn-id: svn://tug.org/texlive/trunk@27458 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/guitlogo')
-rw-r--r-- | Master/texmf-dist/tex/latex/guitlogo/guit.cfg | 9 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/guitlogo/guit.sty | 13 |
2 files changed, 14 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/guitlogo/guit.cfg b/Master/texmf-dist/tex/latex/guitlogo/guit.cfg index 3dfa188eeec..f8d45cc6fb6 100644 --- a/Master/texmf-dist/tex/latex/guitlogo/guit.cfg +++ b/Master/texmf-dist/tex/latex/guitlogo/guit.cfg @@ -6,7 +6,8 @@ %% %% guit.dtx (with options: `cfg') %% -%% Copyright 2003, 2004, 2005, 2006, 2009 Gruppo Utilizzatori Italiani di TeX +%% Copyright 2003, 2004, 2005, 2006, 2009, 2012 Gruppo Utilizzatori Italiani +%% di TeX %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either @@ -18,9 +19,11 @@ %% Author: Emanuele Vicentini %% (emanuelevicentini at yahoo dot it) %% -%% This work has the LPPL maintenance status "author-maintained". +%% This work has the LPPL maintenance status "maintained". %% -%% This work consists of the files: README.txt, guit.dtx, guit.ins and the +%% The Current Maintainer of this work is Emanuele Vicentini. +%% +%% 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}[2009/07/31 v0.9.1 File di configurazione di guit.sty] diff --git a/Master/texmf-dist/tex/latex/guitlogo/guit.sty b/Master/texmf-dist/tex/latex/guitlogo/guit.sty index a4abe74b6ba..a9fc2322aa9 100644 --- a/Master/texmf-dist/tex/latex/guitlogo/guit.sty +++ b/Master/texmf-dist/tex/latex/guitlogo/guit.sty @@ -6,7 +6,8 @@ %% %% guit.dtx (with options: `style') %% -%% Copyright 2003, 2004, 2005, 2006, 2009 Gruppo Utilizzatori Italiani di TeX +%% Copyright 2003, 2004, 2005, 2006, 2009, 2012 Gruppo Utilizzatori Italiani +%% di TeX %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either @@ -18,13 +19,15 @@ %% Author: Emanuele Vicentini %% (emanuelevicentini at yahoo dot it) %% -%% This work has the LPPL maintenance status "author-maintained". +%% This work has the LPPL maintenance status "maintained". %% -%% This work consists of the files: README.txt, guit.dtx, guit.ins and the +%% The Current Maintainer of this work is Emanuele Vicentini. +%% +%% This work consists of the files: README, guit.dtx, guit.ins and the %% derived files guit.sty, guit.cfg and guittest.tex %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{guit}[2009/07/31 v0.9.1 Logo del GuIT] +\ProvidesPackage{guit}[2012/08/17 v0.9.2 Logo del GuIT] \RequirePackage{graphics, url} \RequirePackage{xcolor}[2004/07/04] \RequirePackage{xkeyval}[2005/05/07] @@ -34,7 +37,7 @@ \DeclareOption{nocolor}{\AtEndOfPackage{\setupGuIT[color=no]}} \DeclareOption{link}{\AtEndOfPackage{\setupGuIT[link=yes]}} \ProcessOptions\relax -\DeclareRobustCommand{\setupGuIT}[1][color=no, link=no, family=, series=, url=http://www.guit.sssup.it, document=, year=, style=display]{% +\DeclareRobustCommand{\setupGuIT}[1][color=no, link=no, family=, series=, url=http://www.guitex.org, document=, year=, style=display]{% \setkeys*{guit}{#1}% \ignorespaces} \let\setupguit\setupGuIT |