This repository has been archived by the owner on Nov 23, 2018. It is now read-only.
forked from Open-Advice/Open-Advice
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Open-Advice.tex
102 lines (96 loc) · 2.96 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
\documentclass[a5paper,DIV=12,BCOR=9mm,headsepline,headings=small,cleardoubleempty,10pt]{scrbook}
\usepackage{scrpage2}
\usepackage{Open-Advice}
\usepackage[UTF8]{ctex}
\usepackage{textcomp}
\usepackage{graphicx}
\usepackage{xcolor}
\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}
% Meta data
\newcommand{\booktitle}{Open Advice}
\newcommand{\booksubtitle}{FOSS: What We Wish We Had Known When We Started}
\newcommand{\bookeditor}{Lydia Pintscher}
\newcommand{\booktranslator}{汪彧之}
\newcommand{\bookyear}{2012}
\newcommand{\bookisbn}{978-1-105-51493-7}
\newcommand{\bookurl}{http://open-advice.org}
\newcommand{\bookauthors}{Georg Greve, Armijn Hemel, Evan Prodromou, Markus Krötzsch, Felipe Ortega, Leslie Hawthorn, Kévin Ottens, Lydia Pintscher, Jeff Mitchell, Austin Appel, Thiago Macieira, Henri Bergius, Kai Blin, Ara Pulido, Andre Klapper, Jonathan Leto, Atul Jha, Rich Bowen, Anne Gentle, Shaun McCance, Runa Bhattacharjee, Guillaume Paumier, Federico Mena Quintero, Máirín Duffy Strode, Eugene Trounev, Robert Kaye, Jono Bacon, Alexandra Leisse, Jonathan Riddell, Thom May, Vincent Untz, Stuart Jarvis, Jos Poortvliet, Sally Khudairi, Nóirín Plunkett, Dave Neary, Gareth J. Greenaway, Selena Deckelmann, Till Adam, Frank Karlitschek, Carlo Daffara, Dr. Till Jaeger, Shane Couglan}
\hypersetup{
pdfauthor={\bookauthors},
pdftitle={\booktitle},
pdfsubject={Open Source, Free Software},
pdfkeywords={Open Source, Free Software},
pdflang=zh-CN,
colorlinks,
linkcolor=black,
anchorcolor=black,
filecolor=black,
urlcolor=black,
citecolor=black,
bookmarksnumbered=true,
pdfpagelayout=TwoColumnRight
}
\ifusinght
\else
\usepackage{xmpincl}
\includexmp{Open-Advice}
\usepackage{pdfpages}
\fi
\hyphenation{pro-ject pro-jects Free-desk-top Wiki-pe-dia fund-rais-ing pro-spec-tus-es pro-vi-ders}
\pagestyle{scrheadings}
\ihead[]{\headmark}
\ohead[]{\pagemark}
%\cfoot[]{Open Advise}
\ifoot[]{ }
\ofoot[]{ }
% Use a nicer-Looking design for the TOC
\usepackage{tocstyle}
\usetocstyle{KOMAlike}
% Avoid typographical unpleasantries
\clubpenalty = 10000
\widowpenalty = 10000
\displaywidowpenalty = 10000
% Avoids line-overshooting at the cost of "Word-like" spacing
\setlength{\emergencystretch}{0.25em}
\begin{document}
\ifusinght
\else
\includepdf[noautoscale]{frontcover}
\fi
\frontmatter
\input{topmatter}
\input{foreword}
\input{thankyou}
\tableofcontents
\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}
\input{closingwords}
\backmatter
\end{document}