Refactored latex templates

This commit is contained in:
Wryn Wagner
2020-03-09 13:56:21 -06:00
parent e500a0055e
commit 49d75e1ef6
12 changed files with 221 additions and 315 deletions

19
latex/template.tex Normal file
View File

@ -0,0 +1,19 @@
%
%
\newcommand{\documentTitle} {DOC TITLE}
\newcommand{\documentDate} {DOC DATE}
\newcommand{\documentId} {DOC ID}
\newcommand{\authorName} {AUTHOR NAME}
\newcommand{\authorId} {AUTHOR ID}
%
%
\documentclass[letterpaper]{article}
\usepackage{imports}
\usepackage{formatting}
\input{body.tex}