blob: 1ca391cbb1e48544b8245da1ab10dc05cf061a41 (
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
|
\documentclass{pms}
\begin{document}
\maketitle
\tableofcontents
\listofalgorithms
\listoflistings
\listoftables
\include{credits}
\include{introduction}
\include{eapis}
\include{names}
\include{tree-layout}
\include{profiles}
\include{virtuals}
\include{ebuild-format}
\include{ebuild-vars}
\include{dependencies}
\include{ebuild-functions}
\include{eclasses}
\include{ebuild-environment}
\include{merge}
\include{metadata-cache}
\include{glossary}
\include{appendices}
\include{eapi-differences}
\bibliography{pms}
\end{document}
% vim: set filetype=tex fileencoding=utf8 et tw=100 spell spelllang=en :
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% LaTeX-indent-level: 4
%%% LaTeX-item-indent: 0
%%% TeX-brace-indent-level: 4
%%% End:
|