site: end of line message, adesklets is not dead.
[adesklets.git] / doc / poster / poster_it.tex
blobff88c8e27527645162d5899456b86ca4567167a0
1 % Poster for adesklets, written by S.Fourmanoit <syfou@users.sourceforge.net>,
2 % translated in Italian by Luca Scarabello <luca.scarabello@gmail.com>.
3 % The iconic artwork is borrowed from the lila theme:
5 % http://lila-theme.uni.cc/
7 % Use the makefile to build; written on GNU Ghostscript 7.07 with TeTex 3.0.
9 % Obviously, direct inspiration was the Larry the Cow poster for Gentoo.
11 \documentclass{article}
13 % -----------------------------------------------------------------------------
14 % Headers
16 % Set the geometry
18 \usepackage[dvips,
19 total={11in,8.5in},
20 landscape,
21 margin=.1in]{geometry}
23 % Enter pdf-specific parameters
25 \usepackage[dvips,
26 pdfpagemode=FullScreen,
27 bookmarks=true,
28 urlcolor=blue,
29 colorlinks=True,
30 urlbordercolor={1 1 1},
31 pdftitle={adesklets poster},
32 pdfauthor={Sylvain Fourmanoit <syfou@users.sourceforge.net>,
33 translated by Luca Scarabello <luca.scarabello@gmail.com>}]{hyperref}
35 % Other packages
37 \usepackage{helvet}
38 \usepackage{graphicx}
40 % -----------------------------------------------------------------------------
41 % Body
43 \begin{document}
44 \huge % Default font: 20.74pt
46 \includegraphics{images/logo.eps}
47 \hspace{2in}
48 \href{http://adesklets.sf.net/}
49 {\includegraphics{images/home.eps}}
50 \href{http://adesklets.sf.net/doc/en/}
51 {\includegraphics{images/doc.eps}}
52 \href{http://sourceforge.net/projects/adesklets}
53 {\includegraphics{images/download.eps}}
54 \vspace{.5in}
56 \begin{figure}[h]
57 \begin{minipage}[c]{1.5in}
58 \scalebox{2}{\includegraphics{images/larry.eps}}
59 \end{minipage}
60 \begin{minipage}[b]{.75\linewidth}
61 {\fontfamily{ptm}\Huge
62 Larry the Cow era un p\`o deluso riguardo alla situazione attuale delle
63 applet per i Desktop...}
64 \end{minipage}
65 \end{figure}
67 \begin{center}
68 \begin{minipage}[c]{3in}
69 \scalebox{2}{\includegraphics{images/weather.eps}}
70 \end{minipage}
71 \hspace{.5in}
72 \begin{minipage}[c]{4.75in}
73 \scalebox{2}{\includegraphics{images/mail.eps}}
74 \end{minipage}
75 \end{center}
77 \begin{flushright}
78 {\fontfamily{ptm}\Huge
79 ...fino a che non prov\`o adesklets.}
80 \end{flushright}
82 \vfill
84 \noindent Trov\`o qualcosa di veloce, qualcosa di leggero e robusto che
85 funzionava senza tonnellate di dipendenze: qualcosa che avrebbe potuto includere
86 nel suo LiveCD, o che avrebbe funzionato senza modifiche nel suo vecchio
87 terminale X11 al lavoro, o perfino nel suo palmare. Qualcosa che non sarebbe
88 cresciuto fino ad occupare mezzo gigabyte di memoria virtuale dopo un paio d'ore
89 di esecuzione. Qualcosa di minimalista nel design, con profonde radici Unix, che
90 \`e portabile, affidabile e che mantiene la compatibilit\`a con il codice
91 esistente in ogni nuova release. A Larry the Cow \`e piaciuto.
93 \vfill
95 \end{document}
97 % -----------------------------------------------------------------------------