LaTeX-Templates/my_pres.tex

57 lines
1.2 KiB
TeX

\documentclass[12pt, letterpaper, twoside]{report}
\usepackage[utf8]{inputenc}
% Special Build Variables
\immediate\write18{git describe --abbrev=4 --always --tags > _build/artifacts.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
\vspace{0.5cm}
Revision: \input{_build/artifacts}
\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}