summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/conferences/sugconf/sugconf-skeleton.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/conferences/sugconf/sugconf-skeleton.tex')
-rw-r--r--macros/latex/contrib/conferences/sugconf/sugconf-skeleton.tex23
1 files changed, 23 insertions, 0 deletions
diff --git a/macros/latex/contrib/conferences/sugconf/sugconf-skeleton.tex b/macros/latex/contrib/conferences/sugconf/sugconf-skeleton.tex
new file mode 100644
index 0000000000..a69163b38a
--- /dev/null
+++ b/macros/latex/contrib/conferences/sugconf/sugconf-skeleton.tex
@@ -0,0 +1,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}