summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/GuIT/guittest.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-05-28 22:05:36 +0000
committerKarl Berry <karl@freefriends.org>2006-05-28 22:05:36 +0000
commitc3c87346c0cbca209e6fb9ed6084b95f274edcb9 (patch)
tree087b9009fe07fa2dabd93dbc3b256c9bdf62ce67 /Master/texmf-dist/doc/latex/GuIT/guittest.tex
parent93ce74b7c7168e00ab65c8543563fa0188deebf5 (diff)
guit update
git-svn-id: svn://tug.org/texlive/trunk@1606 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/GuIT/guittest.tex')
-rw-r--r--Master/texmf-dist/doc/latex/GuIT/guittest.tex32
1 files changed, 18 insertions, 14 deletions
diff --git a/Master/texmf-dist/doc/latex/GuIT/guittest.tex b/Master/texmf-dist/doc/latex/GuIT/guittest.tex
index ee167ccb92b..42ebe84e51c 100644
--- a/Master/texmf-dist/doc/latex/GuIT/guittest.tex
+++ b/Master/texmf-dist/doc/latex/GuIT/guittest.tex
@@ -6,7 +6,7 @@
%%
%% guit.dtx (with options: `test')
%%
-%% Copyright 2003, 2004, 2005 Gruppo Utilizzatori Italiani di TeX
+%% Copyright 2003, 2004, 2005, 2006 Gruppo Utilizzatori Italiani di TeX
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
@@ -21,19 +21,21 @@
%% This work has the LPPL maintenance status "author-maintained".
%%
%% This work consists of the files: README, guit.dtx, guit.ins and the
-%% derived files guit.sty, guit.cfg and guittext.tex
+%% derived files guit.sty, guit.cfg and guittest.tex
%%
\documentclass[12pt, a4paper]{article}
\usepackage[margin=1in, noheadfoot]{geometry}
\usepackage{booktabs, guit, rotating}
+
\pagestyle{empty}
+\setupguit[link]
\begin{document}
\section*{Piccolo test per \guit}
Vediamo un po' come si comporta in una footnote\footnote{\guit~\guit\ldots
direi che \`e passabile, no?}. Diamoci\footnote{Un'altra nota:
\fontfamily{pzc}\fontseries{mb}\fontshape{it}\selectfont\guittext} dentro
-con qualche cosa\footnote{Un ultima nota: Copyright 2003, 2004, 2005
+con qualche cosa\footnote{Un ultima nota: Copyright 2003, 2004, 2005, 2006
\guittext} di ``strambo'':
\begin{center}
@@ -44,7 +46,8 @@ $==$\\
Una piccola ``spirale'' colorata e divertente:
-\swapGuITcommands
+\begingroup
+\setupGuIT[color=yes]
\GuITcolor[rgb]{1, 0, 0}
\newcount\wang
\newsavebox{\wangtext}
@@ -66,7 +69,7 @@ Una piccola ``spirale'' colorata e divertente:
\guitcolor*{coloredelGuIT!90!green}%
\repeat}}
\wheel{\guit}
-\swapGuITcommands
+\endgroup
Ed ora una tabella riepilogativa parziale dei font supportati dalla versione
attuale.
@@ -76,12 +79,12 @@ attuale.
\toprule
Font & Logo \\
\midrule
-Computer Modern Roman & \guit \\
-Times New Roman & \guit[ptm] \\
-Palatino & \guit[ppl] \\
-NewCentury Schoolbook & \guit[pnc] \\
-Charter & \guit[bch] \\
-Bookman & \guit[pbk] \\
+Computer Modern Roman & \guit[family=cmr] \\
+Times New Roman & \guit[family=ptm] \\
+Palatino & \guit[family=ppl] \\
+NewCentury Schoolbook & \guit[family=pnc] \\
+Charter & \guit[family=bch] \\
+Bookman & \guit[family=pbk] \\
\bottomrule
\end{tabular}
\end{center}
@@ -93,14 +96,15 @@ Per finire, un sfilza di \guit:
\makeatletter
\@tfor\famiglia:={cmr}{ptm}{ppl}{pnc}{bch}{pbk}\do{%
\noindent
+ \setupGuIT[family=\famiglia]
\@tfor\dimensione:=\tiny\scriptsize\footnotesize\small\normalsize
\large\Large\LARGE\huge\do{%
- \dimensione\guit[\famiglia]~}%
- \Huge\guit[\famiglia]\pippo}%
+ \dimensione\guit~}%
+ \Huge\guit\pippo}%
\endgroup
\begin{center}
-\Huge Venite tutti al prossimo \guitmeeting*
+\Huge Venite tutti al prossimo \guitmeeting[color]
\end{center}
\end{document}