-
Notifications
You must be signed in to change notification settings - Fork 0
/
000_IntroToPi.tex
56 lines (44 loc) · 1.38 KB
/
000_IntroToPi.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
%
% Manchester Raspberry Jam Workshop Booklet
%
% This template is designed to try and aide consistency between each booklet.
% Insert files and settings only as instructed by comments.
%
% Is this document PRINT or WEB format?
% use \printtrue or \printfalse
\newif\ifprint
\printfalse
\input{McrRaspJam/common/preamble}
% Enter the document title here
\newcommand{\workshopTitle}{Getting Started with Raspberry Pi}
% Enter the author of this workshop
\newcommand{\workshopAuthor}{Jack Kelly}
\begin{document}
\input{McrRaspJam/common/booklet_title}
%Place a SINGLE paragraph summary here
This workshop booklet will help you get your Raspberry Pi up and running.
%Difficulty
\textit{Difficulty: Introductory workshop}
\ifprint
\renewcommand{\baselinestretch}{0.75}\normalsize
\tableofcontents
\renewcommand{\baselinestretch}{1.0}\normalsize
\else
\tableofcontents
\fi
%
% Input the main CONTENT below, sans title page or contents.
% Recommend inputting per section, and adding page breaks here.
%
% \webclearpage command is provided, will break page for web format only.
%
\input{McrRaspJam/000_IntroToPi/0_Introduction}
\newpage
\input{McrRaspJam/000_IntroToPi/1_EquipmentNeeded}
\webclearpage
\input{McrRaspJam/000_IntroToPi/2_NOOBS}
\webclearpage
\input{McrRaspJam/000_IntroToPi/3_Setup}
\webclearpage
\input{McrRaspJam/000_IntroToPi/4_Resources}
\end{document}