doot
This commit is contained in:
commit
1566565ce9
|
@ -0,0 +1,53 @@
|
|||
\documentclass[12pt, letterpaper, twoside]{report}
|
||||
\usepackage[utf8]{inputenc}
|
||||
|
||||
% Special Build Variables
|
||||
\immediate\write18{describe > _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{2cm}
|
||||
\input{_build/artifacts}
|
||||
|
||||
\textbf{Author Name}
|
||||
|
||||
\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}
|
Loading…
Reference in New Issue