|
|
Go to the documentation of this file.
3 texTemplate=
r"""%Offline Alignment Validation presentation.
4 %Time of creation: [time]
5 %Created with produceOfflineValidationTex.py
7 \usepackage[latin1]{inputenc}
10 %\usepackage{epstopdf}
12 \title[Offline Validation]{Title here}
13 \author{Author(s) here}
14 \institute{Institute here}
25 \section{Introduction}
26 %---------------------------------------------
27 \begin{frame}{Introduction}
30 \item Introduction here
37 %---------------------------------------------
44 %---------------------------------------------
45 \begin{frame}{Conclusions}
48 \item Conclusions here
60 \begin{frame}{[title]}
69 plotTemplate=
r""" \includegraphics[width=[width]\textwidth, height=[height]\textheight, keepaspectratio=true]{[path]}"""
71 subsectionTemplate=
r"""
74 %---------------------------------------------
78 #To produce a pdf presentation
79 #a. fill in your information, comments etc. in presentation.tex
80 #b. run this script: ./ToPdf.sh
81 latex presentation.tex
82 latex presentation.tex #(twice to produce the bookmarks)
83 dvipdf presentation.dvi
84 #(pdflatex doesn't like .eps-images; this way we can
85 #use just latex and the convert the result into pdf.)