forked from spls-series/programme-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprogramme.tex
More file actions
39 lines (29 loc) · 805 Bytes
/
programme.tex
File metadata and controls
39 lines (29 loc) · 805 Bytes
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
\documentclass{programme}
%% Meta information
\title{Seminar Programme}
\seminar{Scottish Programming Languages Seminar}
\author{Seminar Organiser}
\date{\today}
\begin{document}
\maketitle
\begin{session}{12:00}{13:00}{Lunch}
Lunch will be served\dots
\end{session}
\begin{session}{13:00}{14:00}{The First Session}
\begin{itemize}
\item \talk{The First Talk}\\First Speaker
\item \talk{The Second Talk}\\Second Speaker
\end{itemize}
\end{session}
\begin{session}{14:00}{14:30}{Coffee break}
Coffee, tea, and biscuits will be served\dots
\end{session}
\begin{session}{14:30}{15:30}{The Second Session}
\dots and henceforth \dots
\end{session}
% Possibly add logos of sponsors.
% \vfill
% \begin{center}
% \includegraphics[scale=0.6]{sicsa_blue.jpg}
% \end{center}
\end{document}