diff options
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/guitlogo/guit.cfg | 11 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/guitlogo/guit.sty | 15 |
2 files changed, 16 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/guitlogo/guit.cfg b/Master/texmf-dist/tex/latex/guitlogo/guit.cfg index f8d45cc6fb6..745c3f2a043 100644 --- a/Master/texmf-dist/tex/latex/guitlogo/guit.cfg +++ b/Master/texmf-dist/tex/latex/guitlogo/guit.cfg @@ -6,15 +6,15 @@ %% %% guit.dtx (with options: `cfg') %% -%% Copyright 2003, 2004, 2005, 2006, 2009, 2012 Gruppo Utilizzatori Italiani -%% di TeX +%% Copyright 2003, 2004, 2005, 2006, 2009, 2012, 2019 Gruppo Utilizzatori +%% Italiani di TeX %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either %% version 1.3a of this license or (at your option) any %% later version. %% The latest version of the license is in -%% http://www.latex-project.org/lppl.txt +%% https://www.latex-project.org/lppl.txt %% %% Author: Emanuele Vicentini %% (emanuelevicentini at yahoo dot it) @@ -26,9 +26,12 @@ %% 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] +\ProvidesFile{guit.cfg}[2019/06/27 v1.0.0-alpha.2 File di configurazione di guit.sty] %% Esempi: %% \GuITcolor{1, 0, 1, 0.6} +%% \DeclareGuITLogoCommand{lmr}{-0.26em}{0.714ex}{-0.125em}{-0.125em} +%% \AliasGuITLogoCommand{lmr}{b}{lmr}{m} +%% \AliasGuITLogoCommand{lmr}{bx}{lmr}{m} %% \DeclareGuITLogoCommand{ptm}{-0.27em}{0.5475ex}{-0.125em}{-0.125em} %% \DeclareGuITLogoCommand{ptm}[bx]{-0.345em}{0.68ex}{-0.125em}{-0.125em} %% \DeclareGuITLogoCommand{ppl}{-0.276em}{0.717ex}{-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 a9fc2322aa9..0ca90025c0e 100644 --- a/Master/texmf-dist/tex/latex/guitlogo/guit.sty +++ b/Master/texmf-dist/tex/latex/guitlogo/guit.sty @@ -6,15 +6,15 @@ %% %% guit.dtx (with options: `style') %% -%% Copyright 2003, 2004, 2005, 2006, 2009, 2012 Gruppo Utilizzatori Italiani -%% di TeX +%% Copyright 2003, 2004, 2005, 2006, 2009, 2012, 2019 Gruppo Utilizzatori +%% Italiani di TeX %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either %% version 1.3a of this license or (at your option) any %% later version. %% The latest version of the license is in -%% http://www.latex-project.org/lppl.txt +%% https://www.latex-project.org/lppl.txt %% %% Author: Emanuele Vicentini %% (emanuelevicentini at yahoo dot it) @@ -27,7 +27,7 @@ %% derived files guit.sty, guit.cfg and guittest.tex %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{guit}[2012/08/17 v0.9.2 Logo del GuIT] +\ProvidesPackage{guit}[2019/06/27 v1.0.0-alpha.2 Logo del GuIT] \RequirePackage{graphics, url} \RequirePackage{xcolor}[2004/07/04] \RequirePackage{xkeyval}[2005/05/07] @@ -37,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.guitex.org, document=, year=, style=display]{% +\DeclareRobustCommand{\setupGuIT}[1][color=no, link=no, family=, series=, url=https://www.guitex.org, document=, year=, style=display]{% \setkeys*{guit}{#1}% \ignorespaces} \let\setupguit\setupGuIT @@ -141,6 +141,9 @@ \define@key{guit}{cmr/m}[cmr/m]{% \def\@guit@family{cmr}% \def\@guit@series{m}} +\@gen@guit@fntcmd{lmr}{-0.26em}{0.714ex}{-0.125em}{-0.125em} +\AliasGuITLogoCommand{lmr}{b}{lmr}{m} +\AliasGuITLogoCommand{lmr}{bx}{lmr}{m} \@gen@guit@fntcmd{ptm}{-0.27em}{0.5475ex}{-0.125em}{-0.125em} \@gen@guit@fntcmd{ptm}[bx]{-0.345em}{0.68ex}{-0.125em}{-0.125em} \@gen@guit@fntcmd{ppl}{-0.276em}{0.717ex}{-0.125em}{-0.125em} @@ -205,7 +208,7 @@ \define@cmdkey{guit}[@guit@]{document}{\relax} \let\guiturl\GuITurl \DeclareRobustCommand*{\GuITforum}[1][]{% - \guiturl[#1, document=forum]} + \guiturl[#1, document=home/it/forum/index]} \let\guitforum\GuITforum \DeclareRobustCommand*{\GuITmeeting}{% \@ifstar\@guit@meeting@color@on\@guit@meeting@color@off} |