forked from Open-Advice/Open-Advice
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Open-Advice.tex
68 lines (66 loc) · 1.38 KB
/
Open-Advice.tex
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
68
\documentclass[a5paper,10pt]{memoir}
\usepackage[utf8]{inputenc}
\usepackage{textcomp}
\usepackage{graphicx}
\usepackage[colorinlistoftodos, textsize=tiny]{todonotes}
\usepackage{xmpincl}
\includexmp{Open-Advice}
\usepackage{tabularx}
\usepackage[english]{babel}
\usepackage[raiselinks=true,
bookmarks=true,
bookmarksopenlevel=1,
bookmarksopen=true,
bookmarksnumbered=true,
hyperindex=true,
plainpages=false,
pdfpagelabels=true,
pdfborder={0 0 0.5}
]{hyperref}
\hypersetup{
pdfauthor={Lydia Pintscher},
pdftitle={Open Advice},
pdfsubject={Open Source, Free Software},
pdfkeywords={Open Source, Free Software},
pdflang=en,
colorlinks,
linkcolor=black,
anchorcolor=black,
filecolor=black,
urlcolor=black,
citecolor=black,
bookmarksnumbered=true,
pdfpagelayout=TwoColumnRight
}
\title{Open Advice}
\author{Editor: Lydia Pintscher}
\date{\today}
\begin{document}
\chapterstyle{veelo}
\frontmatter
\maketitle
\newpage
\input{foreword}
\input{thankyou}
\tableofcontents*
\listoftodos
\mainmatter
\input{ideasinnovation}
\input{research}
\input{mentoringrecruiting}
\input{infrastructure}
\input{code}
%\input{hardware}
\input{qualityassurance}
\input{documentationsupport}
\input{translation}
\input{usability}
\input{artworkdesign}
\input{communitymanagement}
\input{packaging}
\input{promotion}
\input{conferencessprints}
\input{business}
\input{legalpolicy}
\backmatter
\end{document}