blob: a69163b38ad7cc77ba10884352b063315a6ca46b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
%name: sugconf-skeleton.tex
\documentclass{sugconf}
\sugconfbanner{banner-sgf-2021.png}
\sugconfpapernumber{Paper 999-2021}%
\title{My First SUG paper}
\author{John Sall}
\begin{document}\maketitle
\section{Abstract} %<heading 1>
\SASregistered software %provided by sugconf.cls
\tableofcontents\hrulefill %rough-draft toc, disable for final
\section{Introduction} %<heading 1>
\section{first main topic} %<heading 1>
\subsection{still upper case}%<heading 2>
\subsubsection{lower case} %<heading 3>
\section{conclusion} %<heading 1>
\begin{thebibliography}{9} %or 99
\bibitem{example}
\end{thebibliography}
\subsection{acknowledgements}%<heading 2>
\subsection{contact info} %<heading 2>
\SASisRegisteredTrademark\par%sugconf.cls
\OtherTrademarks %sugconf.cls optional
\end{document}
|