diff options
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/texlogos/texlogos.sty | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/texlogos/texlogos.sty b/Master/texmf-dist/tex/latex/texlogos/texlogos.sty index 956adde4c0d..55b1e008cb2 100644 --- a/Master/texmf-dist/tex/latex/texlogos/texlogos.sty +++ b/Master/texmf-dist/tex/latex/texlogos/texlogos.sty @@ -1,12 +1,12 @@ %% LaTeX package "texlogos.sty" for LaTeX2e %% Created 2003/06/20 by Jacek Ruzyczka. -%% Version 1.2.2 2003/06/23 -%% e-mail: uv_centcom@yahoo.com -%% (c) 2003 by Jacek Ruzyczka. +%% Version 1.3.1 2006/01/09 +%% e-mail: stacheldraht@interia.pl +%% (c) 2003--2006 by Jacek Ruzyczka. %% This package is subject to the LPPL. %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{texlogos}[2003/06/23 ver.1.2.2 by Jacek Ruzyczka] +\ProvidesPackage{texlogos}[2006/01/09 ver.1.3.1 by Jacek Ruzyczka] \RequirePackage{amsmath} \RequirePackage{graphics} \RequirePackage{ifthen} @@ -140,9 +140,14 @@ %% Displays the C++ logo. %% -\DeclareRobustCommand{\cpluspluslogo}{C\hspace{-0.5ex} +\DeclareRobustCommand{\cpluspluslogo}{\hbox{C\hspace{-0.5ex} \protect\raisebox{0.5ex} - {\protect\scalebox{0.67}{++}}} + {\protect\scalebox{0.67}{++}}}} + +%% Displays the "numero" sign in the current font. +%% +\DeclareRobustCommand{\numero}{\hbox{\protect\scalebox{0.75}[1] + {N\textordmasculine}}} %% End of textlogos.sty %% |