site: end of line message, adesklets is not dead.
[adesklets.git] / doc / poster / poster_es.tex
blob0c598d30b9112c7098a1a647ae8454229c0b9013
1 % Poster for adesklets, written by S.Fourmanoit <syfou@users.sourceforge.net>,
2 % Translated in Spanish by Mauricio Trícoli <zariweb@gmail.com>
4 % The iconic artwork is borrowed from the lila theme:
6 % http://lila-theme.uni.cc/
8 % Use the makefile to build; written on GNU Ghostscript 7.07 with TeTex 3.0.
10 % Obviously, direct inspiration was the Larry the Cow poster for Gentoo.
12 \documentclass{article}
14 % -----------------------------------------------------------------------------
15 % Headers
17 % Set the geometry
19 \usepackage[dvips,
20 total={11in,8.5in},
21 landscape,
22 margin=.1in]{geometry}
24 % Enter pdf-specific parameters
26 \usepackage[dvips,
27 pdfpagemode=FullScreen,
28 bookmarks=true,
29 urlcolor=blue,
30 colorlinks=True,
31 urlbordercolor={1 1 1},
32 pdftitle={adesklets poster},
33 pdfauthor={Sylvain Fourmanoit <syfou@users.sourceforge.net>,
34 translated by Mauricio Trícoli <zariweb@gmail.com>}]{hyperref}
36 % Other packages
38 \usepackage[latin1]{inputenc}
39 \usepackage{helvet}
40 \usepackage{graphicx}
42 % -----------------------------------------------------------------------------
43 % Body
45 \begin{document}
46 \huge % Default font: 20.74pt
48 \includegraphics{images/logo.eps}
49 \hspace{2in}
50 \href{http://adesklets.sf.net/}
51 {\includegraphics{images/home.eps}}
52 \href{http://adesklets.sf.net/doc/en/}
53 {\includegraphics{images/doc.eps}}
54 \href{http://sourceforge.net/projects/adesklets}
55 {\includegraphics{images/download.eps}}
56 \vspace{.5in}
58 \begin{figure}[h]
59 \begin{minipage}[c]{1.5in}
60 \scalebox{2}{\includegraphics{images/larry.eps}}
61 \end{minipage}
62 \begin{minipage}[b]{.75\linewidth}
63 {\fontfamily{ptm}\Huge Larry la Vaca estaba un poco decepcionada con el estado
64 actual de las applets de su escritorio...}
65 \end{minipage}
66 \end{figure}
68 \begin{center}
69 \begin{minipage}[c]{3in}
70 \scalebox{2}{\includegraphics{images/weather.eps}}
71 \end{minipage}
72 \hspace{.5in}
73 \begin{minipage}[c]{4.75in}
74 \scalebox{2}{\includegraphics{images/mail.eps}}
75 \end{minipage}
76 \end{center}
78 \begin{flushright}
79 {\fontfamily{ptm}\Huge
80 ...hasta que probó adesklets.}
81 \end{flushright}
83 \vfill
85 \noindent Encontró algo rápido, algo pequeño y robusto que funcionaba sin
86 pesadas dependencias: algo que pudo incluir en su LiveCD, o que pudo correr sin
87 modificar en su vieja terminal X11 de trabajo e incluso en su palm pilot. Algo
88 que no crecía a medio gigabyte de memoria virtual después de ejecutarse por un
89 par de horas. Algo minimalista en diseño, con profundas raíces en Unix que era
90 portable, confiable y mantenía compatibilidad con el código existente en cada
91 nueva versión. A Larry la Vaca le gustó.
93 \vfill
95 \end{document}
97 % -----------------------------------------------------------------------------