dotwryn/latex/template.tex
2020-03-09 13:56:21 -06:00

20 lines
311 B
TeX

%
%
\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}