forked from Foundations-of-Applied-Mathematics/Labs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGettingStarted.tex
More file actions
41 lines (30 loc) · 1.25 KB
/
GettingStarted.tex
File metadata and controls
41 lines (30 loc) · 1.25 KB
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
\pdfminorversion=4
\documentclass[opener-c,labs,black,nociteref]{HJnewsiambook}
% See command.tex for all package imports, environments,
% and special commands.
\input{command}
\begin{document} % ============================================================
\newif\ifbyu % Compile for BYU-specific document
\newif\ifwindows % Compile for Windows document
\newif\ifbootcamp % Compile for Boot Camp (not Summer Labs)
% Note: there are two main differences between Boot Camp
% material and Summer Labs material. Boot Camp references
% Volume1 and Volume2 and goes over how to set up their
% GitHub repositories. Summer Labs references Summer Lab
% materials and does not go over GitHub.
\byutrue
% \byufalse % UNCOMMENT to create public document
% ALWAYS SET \bootcamptrue WHEN \byufalse IS TOGGLED!
\bootcamptrue
% \bootcampfalse % UNCOMMENT to create SummerLabs document
\windowstrue
% \windowsfalse % UNCOMMENT to create Mac document
% This will generate a BYU-Bootcamp-Windows document
\subimport{./Appendices/Setup/}{SetupStudent}
\windowsfalse
% This will generate a BYU-Bootcamp-Mac document
\subimport{./Appendices/Setup/}{SetupStudent}
\begin{appendices}
\subimport{./Appendices/GoogleColab/}{GoogleColab}
\end{appendices}
\end{document}