-
Notifications
You must be signed in to change notification settings - Fork 15
/
halfday_handout.tex
97 lines (79 loc) · 1.67 KB
/
halfday_handout.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
97
\documentclass[a4paper,12pt,twoside]{memoir}
\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
\setWorkshopTitle{Introduction to Next Generation Sequencing Hands-on Workshop}
\setWorkshopVenue{}
\setWorkshopDate{}
\setWorkshopAuthor{
Bioplatforms Australia (BPA)\\
The Commonwealth Scientific and Industrial Research Organisation (CSIRO)\\
}
\begin{document}
%
% Workshop Title Page
%
\workshoptitlepage
%
% CC-BY
%
\input{licence.tex}
\clearpage
\tableofcontents
\chapter{Workshop Information}
\clearpage
%
% Trainers Page
%
\input{trainers.tex}
%
% Workshop Preamble
%
\input{workshop_preamble.tex}
%
% Start of modules
% Switch chapter styling to module
%
\chapterstyle{module}
%
% QC Module
%
\input{ngs-qc/ngs-qc.tex}
%
% Alignment Module
%
\input{alignment/alignment.tex}
%
% End of modules
% Switch back to normal workshop chapter styling
%
\chapterstyle{workshop}
\chapter{Post-Workshop Information}
\clearpage
%
% Access to Computational Resources
%
\input{post-workshop/computational_resources.tex}
\clearpage
%
% Access to Workshop Documents
%
\input{post-workshop/documents_and_data.tex}
\chapter{Space for Personal Notes or Feedback}
\clearpage
%
% Some empty ruled comments pages
%
\myruledpage{3cm}{1cm}
\myruledpage{3cm}{1cm}
\myruledpage{3cm}{1cm}
\myruledpage{3cm}{1cm}
\end{document}