dotwryn/latex/template.tex

20 lines
311 B
TeX
Raw Normal View History

2020-03-09 19:56:21 +00:00
%
%
\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}