This commit is contained in:
Kenwood 2021-09-20 15:28:28 -04:00
commit 1566565ce9
1 changed files with 53 additions and 0 deletions

53
my_pres.tex Normal file
View File

@ -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}