summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/conferences/sugconf/sugconf-template.tex
blob: 8466ef0b5a1c6f44d4a8a811ee1dce5af8f46b3e (plain)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
%name: sugconf-template.tex
\documentclass{sugconf}%loads packages: graphicx, hyperref, inputenc
\sugconfbanner{banner-sgf-2021.png}
\sugconfpapernumber{Paper 999-2021, draft of \today}%
\title{Musings on The Analytical Engine}
%%note double backslash \\ means 'newline'
\author{Ada Lovelace \\ Charles Babbage}%multiple authors: A. Berry \\ C. Derby
\begin{document}\maketitle
\hypersetup{pdftitle   ={What is the name of this paper?}%
           ,pdfauthor  ={R.J. Fehd and LaTeX Krewe}% separate multiple authors by 'and'
           ,pdfsubject ={sugconf tightlist}%
           ,pdfkeywords={description enumerate itemize}%
           }%end pdfinfo notes: open .pdf, <Ctrl> D shows this information
\section{Abstract}%<heading 1>
\SASregistered software %provided by sugconf.cls

%\tableofcontents%use to rough-draft toc, disable for final

\section{Introduction}%<heading 1>
\section{first main topic}%<heading 1>
\subsection{figures, tables}%<heading 2>

\texttt{\%let mvar = value;}   \texttt{\%put echo \&=mvar;}

\begin{verbatim}
%let mvar = value;
%put echo &=mvar;
\end{verbatim}

\section{Conclusion}%<heading 1>
this is the paragraph of the conclusion.

\vspace{-1\baselineskip}%move up one line
\begin{thebibliography}{9}%or 99 if cites ge 10, <widest label>
\addcontentsline{toc}{subsection}{references}%optional, for toc review

%useage: \cite{example} or \nameref{example}
\bibitem[example]{example}\strut %\vspace{0pt}
\begin{verbatim}
\bibitem[label]{cite-key}
author, (year), "title".
In: \textit{conference name}.
\textsc{url:} \url{...}.
\end{verbatim}

\bibitem[text of label]{cite-key}%note: \nameref{cite-key} returns [text of label]
author, (year), "title".
In: \textit{conference}.
\par\textsc{url:} \url{www.lexjansen.com}.

\end{thebibliography}

\subsection{Acknowledgements}%<heading 2>

\subsection{contact info}%<heading 2>

Your comments and questions are valued and encouraged. Contact the author at:

\begin{center}
\begin{tabular}[h]{rl}
name:      & Augusta Ada King, Countess of Lovelace\\
phone:     &\href{https://www.youtube.com/watch?v=KOUNkVsx1-s}{634-5789} \\ %(optional)
enterprise:& Charles Babbage's computer, the Analytical Engine\\ % (optional)
e-mail:    &\url{mailto:alovelace@babbageinstitute.edu}\\
linkedin:  &\url{https://www.linkedin.com/feed/}\\
web:       &\url{https://en.wikipedia.org/wiki/Ada_Lovelace}\\ %(optional)
\end{tabular}
\end{center}

\vfill
\SASisRegisteredTrademark %sugconf.cls
\vfill \OtherTrademarks %sugconf.cls
\end{document}