Add Turkish poster translation
[adesklets.git] / doc / poster / poster_tr.tex
blob82ed3682d83a803093db3f635e01660ee908336d
1 % Poster for adesklets, written by S.Fourmanoit <syfou@users.sourceforge.net>,
2 % translated in Turkish by K. Deniz Öüt.
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 in Turkish by Deniz Ogut}]{hyperref}
36 % Other packages
38 \usepackage[utf8]{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
64 İnek Larry masaüstü uygulamacıklarının halinden
65 pek de hoşnut değildi...}
66 \end{minipage}
67 \end{figure}
69 \begin{center}
70 \begin{minipage}[c]{3in}
71 \scalebox{2}{\includegraphics{images/weather.eps}}
72 \end{minipage}
73 \hspace{.5in}
74 \begin{minipage}[c]{4.75in}
75 \scalebox{2}{\includegraphics{images/mail.eps}}
76 \end{minipage}
77 \end{center}
79 \begin{flushright}
80 {\fontfamily{ptm}\Huge
81 ...ta ki adesklets'i deneyene dek.}
82 \end{flushright}
84 \vfill
86 \noindent Çalışmak için bir sürü bağımlılığı olmayan, hızlı, minik
87 ve güçlü bir şey bulabildi nihayet: Çalışan CD'ye yakabileceği,
88 işyerindeki eski X11 terminalinde ve hatta avuçiçi bilgisayarında
89 bile uyarlama yapmadan kullanabileceği bir şey bu. Bir iki saat
90 çalıştıktan sonra yarım gigabyte sanal bellek işgal etmeyecek bir
91 şey. Öyle bir şey ki; tasarımı sade, sağlam bir Unix kökenine dayalı,
92 portatif, güvenilir ve her yeni sürümde mevcut kodla uyumluluğu
93 sürdürüyor. İnek Larry bunu sevdi.
95 \vfill
97 \end{document}
99 % -----------------------------------------------------------------------------