|
| 1 | +\documentclass[a4paper]{article} |
| 2 | + |
| 3 | +%% Language and font encodings |
| 4 | +\usepackage[english]{babel} |
| 5 | +\usepackage[utf8x]{inputenc} |
| 6 | +\usepackage[T1]{fontenc} |
| 7 | + |
| 8 | +%% Sets page size and margins |
| 9 | +\usepackage[a4paper,top=2cm,bottom=2cm,left=3cm,right=3cm,marginparwidth=1.75cm]{geometry} |
| 10 | + |
| 11 | +%% Useful packages |
| 12 | +\usepackage{amsmath} |
| 13 | +\usepackage{graphicx} |
| 14 | +\usepackage[colorinlistoftodos]{todonotes} |
| 15 | +\usepackage[colorlinks=true, allcolors=blue]{hyperref} |
| 16 | + |
| 17 | +\providecommand{\keywords}[1]{\textbf{\textit{Tags:}} #1} |
| 18 | +\providecommand{\talkurl}[1]{\textbf{\textit{Url:}} #1} |
| 19 | +\providecommand{\track}[1]{\textbf{\textit{Track:}} #1} |
| 20 | +\providecommand{\speaker}[1]{\textbf{\textit{Speaker:}} #1} |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | +\title{[Title of talk] by [Speaker(s) Name]} |
| 25 | +\author{Author: [Student Name]} |
| 26 | + |
| 27 | +\begin{document} |
| 28 | +\maketitle |
| 29 | + |
| 30 | +\begin{keywords} tags, describing, the, content \end{keywords} |
| 31 | + |
| 32 | +\begin{track} [Event] - [Track] (e.g. GDC EUROPE 2016 - Programming ) \end{track} |
| 33 | + |
| 34 | +\begin{talkurl} \url{http://www.gdcvault.com/play/........} \end{talkurl} |
| 35 | + |
| 36 | +\begin{speaker}[Speaker Name], [Company Name] \end{speaker} |
| 37 | + |
| 38 | + |
| 39 | +\begin{abstract} |
| 40 | + |
| 41 | + |
| 42 | +\end{abstract} |
| 43 | + |
| 44 | +\section{Summary of Talk} |
| 45 | + |
| 46 | +Your summary of the talk goes here! (in your own words!) |
| 47 | +Describe the main points / lessons learned of the talk, the relevance for game development. |
| 48 | + |
| 49 | +\subsection{Subsection..} |
| 50 | +\subsection{Subsection..} |
| 51 | + |
| 52 | +\section{Overview and Relevance} |
| 53 | +Research on the topic of the talk; overall overview and the relevance of the technologies/techniques; give a short overview on the state of the art of the topic, reference further readings and current developments. |
| 54 | + |
| 55 | +Provide a list of further readings, links (websites, papers, talks, articles,...) in the bibliography |
| 56 | + |
| 57 | +\subsection{Subsection..} |
| 58 | +\subsection{Subsection..} |
| 59 | + |
| 60 | +\renewcommand{\refname}{\section{References and Further Sources}} |
| 61 | +\begin{thebibliography}{1} |
| 62 | + |
| 63 | +\bibitem{lamport94} |
| 64 | + Leslie Lamport, |
| 65 | + \emph{\LaTeX: a document preparation system}, |
| 66 | + Addison Wesley, Massachusetts, |
| 67 | + 2nd edition, |
| 68 | + 1994. |
| 69 | + |
| 70 | +\end{thebibliography} |
| 71 | + |
| 72 | +\end{document} |
0 commit comments