LaTeX-Templates/my_pres.tex

62 lines
1.4 KiB
TeX

\documentclass[12pt, letterpaper, twoside]{report}
\usepackage[utf8]{inputenc}
% Special Build Variables
\immediate\write18{git describe --abbrev=4 --always --tags --dirty > _build/hash.tex}
\immediate\write18{date -I > _build/builddate.tex}
\title{Lab 1}
\author{Joe Sedutto\\
\and Another Author, Arty and others}
\date{February 2014}
\begin{document}
% Titlepage
\begin{titlepage}
\begin{titlepage}
\begin{center}
\vspace*{1cm}
\textbf{Name of Lab}
\vspace{0.2cm}
PHY-216L Physics II Lab
\vspace{0.5cm}
Lab 3
% Information about when this doc was bilt and with what version
\vspace{0.5cm}
Revision \input{_build/hash}\\
\vspace{0.1cm}
Built on \input{_build/builddate}
\vspace{2cm}
\textbf{Joe Sedutto}
\vspace{0.1cm}
Michael L, Ronan D, Samuel F, Arthur A
\vfill
A thesis presented for the degree of\\
Doctor of Philosophy
\vspace{0.8cm}
Department Name\\
University Name\\
Country\\
Date
\end{center}
\end{titlepage}
\end{titlepage}
% Preamb
Nothing in here.
\end{document}