~ubuntu-manual/ubuntu-manual/lucid-e2

1 by Kevin Godby
* Initially copying files from the lucid-1e-en branch.
1
\providecommand{\polang}{en}% TRANSLATORS: do not translate this
192 by Kevin Godby
* Fixed bug 620475.
2
\providecommand{\printscreen}{screen}% TRANSLATORS: do not translate this
162 by Kevin Godby
* Updated Makefile to use the new revision.tex format.
3
\documentclass[lang=\polang,\printscreen]{ubuntu-manual}
1 by Kevin Godby
* Initially copying files from the lucid-1e-en branch.
4
5
% Resize the screenshots using the same scale.  To calculate the scale value, we feed in the widest screenshot.
162 by Kevin Godby
* Updated Makefile to use the new revision.tex format.
6
\setmaxscreenshot{screenshots/\polang/02-blank-desktop.png}% TRANSLATORS: Do not translate this line!
1 by Kevin Godby
* Initially copying files from the lucid-1e-en branch.
7
178 by Kevin Godby
* Added half-title page.
8
%\setlength\overfullrule{5pt}% for spotting overful lines
173.1.11 by Kevin Godby
* More indexing.
9
10
\hyphenation{U-bun-tu}
1 by Kevin Godby
* Initially copying files from the lucid-1e-en branch.
11
12
\input{frontmatter/glossary-entries}% Must be loaded before any glossary commands are used
13
14
\begin{document}
15
16
\title{Getting Started with Ubuntu 10.04}
17
\author{The Ubuntu Manual Team}
18
19
% Half-title page
20
\makeatletter
21
\ifthenelse{\boolean{@ubuntu@print}}{
156 by Kevin Godby
* Moved a Firefox screenshot a bit so text wasn't on top of other text.
22
  \AddToShipoutPicture*{\put(0,0){\includegraphics[width=\paperwidth,height=\paperheight]{titlepage/halftitlepage-\polang.pdf}}}%
1 by Kevin Godby
* Initially copying files from the lucid-1e-en branch.
23
  \null\thispagestyle{empty}%
24
  \cleardoublepage%
25
}{}%
26
\makeatother
27
28
% Title page
162 by Kevin Godby
* Updated Makefile to use the new revision.tex format.
29
\pdfbookmark[0]{\titlepagecaption}{pdfbookmark:title-page}
1 by Kevin Godby
* Initially copying files from the lucid-1e-en branch.
30
\frontcover% TRANSLATORS: do not translate this
162 by Kevin Godby
* Updated Makefile to use the new revision.tex format.
31
32
\frontmatter% TRANSLATORS: do not translate this
33
1 by Kevin Godby
* Initially copying files from the lucid-1e-en branch.
34
\include{frontmatter/copyright}
35
\tableofcontents
36
\listoftodos
37
\include{prologue/prologue}
38
39
\mainmatter
40
41
%\part{Getting Started}
42
\include{installation/installation}
43
\include{around-desktop/around-desktop}
44
\include{default-apps/default-apps}
45
\include{prefs-hardware/prefs-hardware}
46
\include{software-packaging/software-packaging}
47
48
%\part{Advanced topics}
49
\include{command-line/command-line}
50
\include{security/security}
51
\include{troubleshooting/troubleshooting}
52
\include{learning-more/learning-more}
53
54
\appendix
55
\include{backmatter/license}
56
57
\backmatter
58
59
\include{backmatter/glossary}% Just prints the glossary entries -- add entries in frontmatter/glossary-entries.tex
60
\include{credits/credits}
61
\include{backmatter/index}
62
\include{backmatter/colophon}
63
64
\end{document}