diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/sugconf/sugconf-skeleton.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/sugconf/sugconf-skeleton.tex | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/sugconf/sugconf-skeleton.tex b/Master/texmf-dist/doc/latex/sugconf/sugconf-skeleton.tex new file mode 100644 index 00000000000..a69163b38ad --- /dev/null +++ b/Master/texmf-dist/doc/latex/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} |