forked from GoBootcamp/book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
GoBootcamp.tex
37 lines (34 loc) · 1.21 KB
/
GoBootcamp.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{Go Bootcamp}
\subtitle{Everything you need to know to get started with Go.}
\author{Matt Aimonetti}
\date{}
\begin{document}
\includepdf{images/cover.pdf}
\frontmatter
\maketitle
\tableofcontents
\include{generated_polytex/preface}
\mainmatter
\include{generated_polytex/intro}
\include{generated_polytex/basics}
\include{generated_polytex/types}
\include{generated_polytex/collection_types}
\include{generated_polytex/control_flow}
\include{generated_polytex/methods}
\include{generated_polytex/interfaces}
\include{generated_polytex/concurrency}
\include{generated_polytex/get_setup}
\include{generated_polytex/get_your_feet_wet}
\include{generated_polytex/tricks_and_tips}
\include{generated_polytex/exercises}
\end{document}