-
Notifications
You must be signed in to change notification settings - Fork 1
/
template.tex
executable file
·80 lines (65 loc) · 1.48 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
\documentclass[a4paper,12pt,twoside]{memoir}
\usepackage{longtable}
\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{Implementing Scalable Bioinformatic Workflows in Snakemake and Nextflow}
\setWorkshopVenue{Across Australia}
\setWorkshopDate{Aug/Sep 2019}
\setWorkshopAuthor{
Nathan S. Watson-Haigh\\
Radosław Suchecki\\
}
\lstset{
literate={~} {$\sim$}{1} % set tilde as a literal (no process)
}
\begin{document}
%
% Workshop Title Page
%
\workshoptitlepage
%
% CC-BY
%
\input{licences/licence.tex}
\clearpage
\setcounter{tocdepth}{2}
\tableofcontents
\chapter{Workshop Information}
\clearpage
%
% Trainers Page
%
\input{010_trainers/trainers.tex}
%
% Workshop Preamble
%
\input{015_preamble/preamble.tex}
%
% Start of modules
% Switch chapter styling to module
%
\chapterstyle{module}
%
% 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}