site: end of line message, adesklets is not dead.
[adesklets.git] / doc / poster / poster_ro.tex
blobb4a2d644f526232aa67c62b95b1942ff0591fc5d
1 % Poster for adesklets, written by S.Fourmanoit <syfou@users.sourceforge.net>,
2 % translated in Romanian by Lucian Iuga <lucian.iuga@mymail.ro>.
3 %
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 Lucian Iuga <lucian.iuga@mymail.ro>}]{hyperref}
36 % Other packages
38 \usepackage[utf8]{inputenc}
39 \usepackage{helvet}
40 \usepackage{graphicx}
42 % -----------------------------------------------------------------------------
43 % Special hyphenation rules
45 \hyphenation{pentru}
47 % -----------------------------------------------------------------------------
48 % Body
50 \begin{document}
51 \huge % Default font: 20.74pt
53 \includegraphics{images/logo.eps}
54 \hspace{2in}
55 \href{http://adesklets.sf.net/}
56 {\includegraphics{images/home.eps}}
57 \href{http://adesklets.sf.net/doc/en/}
58 {\includegraphics{images/doc.eps}}
59 \href{http://sourceforge.net/projects/adesklets}
60 {\includegraphics{images/download.eps}}
61 \vspace{.5in}
63 \begin{figure}[h]
64 \begin{minipage}[c]{1.5in}
65 \scalebox{2}{\includegraphics{images/larry.eps}}
66 \end{minipage}
67 \begin{minipage}[b]{.75\linewidth}
68 {\fontfamily{ptm}\Huge
69 Vaca Larry era puţin frustrată de situaţia
70 applet-urilor pentru desktop...}
71 \end{minipage}
72 \end{figure}
74 \begin{center}
75 \begin{minipage}[c]{3in}
76 \scalebox{2}{\includegraphics{images/weather.eps}}
77 \end{minipage}
78 \hspace{.5in}
79 \begin{minipage}[c]{4.75in}
80 \scalebox{2}{\includegraphics{images/mail.eps}}
81 \end{minipage}
82 \end{center}
84 \begin{flushright}
85 {\fontfamily{ptm}\Huge
86 ...pâna când a încercat adesklets.}
87 \end{flushright}
89 \vfill
91 \noindent Atunci a găsit ceva rapid, mic şi robust, care funcţiona
92 fără tone de dependenţe: ceva ce putea arde pe un LiveCD, sau care ar
93 funcţiona nemodificat pe vechiul său terminal X11 de la serviciu, sau chiar
94 pe palm-ul său. Ceva care nu avea să crească la o jumătate de gigabyte
95 de memorie virtuală dupa o jumătate de oră de funcţionare. Ceva cu design
96 minimalist, adânc inrădăcinat în Unix, care este portabil, fiabil şi
97 păstrează compatibilitatea cu codul existent la fiecare versiune nouă.
98 Vacii Larry i-a placut.
100 \vfill
102 \end{document}
104 % -----------------------------------------------------------------------------