-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_template.lhs
More file actions
29 lines (22 loc) · 885 Bytes
/
Copy path_template.lhs
File metadata and controls
29 lines (22 loc) · 885 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
\documentclass{article}
%-------------------------------------------------------------------------------
% SETUP
%-------------------------------------------------------------------------------
\usepackage{verbatim}
\newenvironment{code}{\verbatim}{\endverbatim\normalsize}
\usepackage[margin=1in]{geometry}
\newcommand{\tc}[1]{\texttt{#1}}
%-------------------------------------------------------------------------------
\begin{document}
%-------------------------------------------------------------------------------
\begin{center}
\Huge{ATL Template}
\\[0.75cm]
\end{center}
%///////////////////////////////////////////////
\begin{code}
\end{code}
%\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
%-------------------------------------------------------------------------------
\end{document}
%-------------------------------------------------------------------------------