commit 1566565ce9c6c3a894fb5d8c7709602b0f20888c Author: KenwoodFox Date: Mon Sep 20 15:28:28 2021 -0400 doot diff --git a/my_pres.tex b/my_pres.tex new file mode 100644 index 0000000..6e14d8c --- /dev/null +++ b/my_pres.tex @@ -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} \ No newline at end of file