-
Notifications
You must be signed in to change notification settings - Fork 0
/
developing_in_the_open.tex
37 lines (34 loc) · 1.19 KB
/
developing_in_the_open.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
\documentclass[14pt]{extbook} % Edit this line to change the documentclass.
% Add custom preamble content below.
% Example commands for using the Polyglossia package with French are
% included for reference.
% You may also have to edit config/lang.yml to sync up the HTML/EPUB/MOBI.
% \usepackage{polyglossia}
% \setdefaultlanguage{french}
% \DeclareTextCommandDefault{\nobreakspace}{\leavevmode\nobreak\ }
\usepackage{latex_styles/softcover}
\VerbatimFootnotes % Allows verbatim text in footnotes
\title{Developing in the Open}
\subtitle{One Programmer's Take on Development}
\author{Jeremy Friesen}
\date{}
\begin{document}
\includepdf{images/cover.pdf}
\frontmatter
\maketitle
\tableofcontents
\include{generated_polytex/preface}
\mainmatter
\include{generated_polytex/command_line}
\include{generated_polytex/git}
\include{generated_polytex/ruby}
\include{generated_polytex/rubygems}
\include{generated_polytex/bundler}
\include{generated_polytex/rake}
\include{generated_polytex/rails}
\include{generated_polytex/testing}
\include{generated_polytex/modes_of_development}
\include{generated_polytex/rspec}
\include{generated_polytex/acceptance_testing}
\include{generated_polytex/miscellany}
\end{document}