forked from manifestoso/Intro-Bash
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtemplate.tex
96 lines (79 loc) · 1.99 KB
/
template.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
\documentclass[a4paper,12pt,twoside]{memoir}
\usepackage{longtable}
%\usepackage[trainermanual]{btp}
\usepackage{btp} % Use the trainermanual package option (i.e. \usepackage[trainermanual]{btp}) to generate the Trainer's version of the manual
%\usepackage[
% noinfo,
% cam,
% cross, % crosses as marks
% a4,
% width=6.25in, % the width of the galley
% height=9.25in, % the height of the galley
% center % actual page is centered on the galley
%]{crop}
% Set some Workshop specific info
%\usepackage{underscore}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{color}
\definecolor{light-blue}{rgb}{0.8,0.85,1}
\setWorkshopTitle{Introduction to Linux for Phoenix Users}
\setWorkshopVenue{University of Adelaide}
\setWorkshopDate{26th September, 2017}
\setWorkshopAuthor{
Steve Pederson\\
Stephen Bent\\
Dan Kortschak\\
Ramona Rogers\\
Robert Qiao\\
Bowen Chen\\
Exequiel Sepulveda\\
}
\begin{document}
%
% Workshop Title Page
%
\workshoptitlepage
%
% CC-BY
%
\input{licences/licence.tex}
\clearpage
\tableofcontents
\chapter{Workshop Information}
\clearpage
%
% Workshop Preamble
%
\input{010_trainers/phoenix/trainers.tex}
\input{015_preamble/phoenix/preamble.tex}
\clearpage
\input{016_computer_setup/phoenix/setup.tex}
%
% Start of modules
% Switch chapter styling to module
%
\chapterstyle{module}
\input{018_intro_linux/phoenix/intro_linux.tex}
\input{025_more_tips/phoenix/tips.tex}
\input{030_regular_expressions/phoenix/regexp.tex}
\input{050_sed_awk/phoenix/sed_awk.tex}
\input{060_command_line_editors/phoenix/editors.tex}
\input{060_writing_scripts/phoenix/scripts.tex}
\input{070_modules/phoenix/modules.tex}
\input{080_slurm_scripts/phoenix/scripts.tex}
%
% End of modules
% Switch back to normal workshop chapter styling
%
\chapterstyle{workshop}
\chapter{Space for Personal Notes or Feedback}
\clearpage
%
% Some empty ruled comments pages
%
\myruledpage{0cm}{1cm}
\myruledpage{0cm}{1cm}
\myruledpage{0cm}{1cm}
\myruledpage{0cm}{1cm}
\end{document}