blob: a2e170a4584f42eaab9e83acc4da90df182929e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Contents: The title page
% $Id: otsikko.tex,v 1.1.1.1 2002/11/11 15:36:54 hellgren Exp $
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ifx\pdfoutput\undefined % We're not running pdftex
\else
\pdfbookmark{Title Page}{title}
\fi
\newlength{\centeroffset}
\setlength{\centeroffset}{-0.5\oddsidemargin}
\addtolength{\centeroffset}{0.5\evensidemargin}
%\addtolength{\textwidth}{-\centeroffset}
\thispagestyle{empty}
\vspace*{\stretch{1}}
\noindent\hspace*{\centeroffset}\makebox[0pt][l]{\begin{minipage}{\textwidth}
\flushright
{\Huge\bfseries Pitkänpuoleinen johdanto\\
\LaTeXe:n käyttöön
}
\noindent\rule[-1ex]{\textwidth}{5pt}\\[2.5ex]
\hfill\emph{\Large Eli opi \LaTeXe{} \pageref{verylast} minuutissa}
\end{minipage}}
\vspace{\stretch{1}}
\noindent\hspace*{\centeroffset}\makebox[0pt][l]{\begin{minipage}{\textwidth}
\flushright
{\bfseries
Kirjoittaneet Tobias Oetiker\\[1.5ex]
Hubert Partl, Irene Hyna ja Elisabeth Schlegl\\[1.5ex]
Suomeksi sovittanut Timo Hellgren\\[3ex]}
Versio~4.17fi, lokakuu 2005
\end{minipage}}
%\addtolength{\textwidth}{\centeroffset}
\vspace{\stretch{2}}
\pagebreak
\begin{small}
Copyright \copyright 1995-2002 Tobias Oetiker and all the Contributors to LShort.
The Finnish edition Copyright \copyright 2005 Timo Hellgren
All rights reserved.
Tämä dokumentti on vapaassa levityksessä; sitä voidaan levittää ja/tai muuttaa
Free Software Foundationin julkaiseman GNU General Public Licensen,
joko lisenssin version 2 tai (tarvittaessa) sitä myöhemmän version,
ehtojen mukaan.
Tätä dokumenttia levitetään toivossa, että se olisi hyödyksi, mutta
ILMAN MITÄÄN TAKUITA. Katso lisätietoja GNU General Public Licensestä.
Sinun olisi pitänyt saada kopio GNU General Public Licensestä tämän
dokumentin mukana; sitä voidaan myös pyytää kirjallisesti osoitteesta
Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
\end{small}
\endinput
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "lyhyt2e"
%%% End:
|