summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/acmconf/publish.tex
blob: 889dd8aaa03b9014b0442119002dfcd9e0111d88 (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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
%%
%% This is file `publish.tex',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% acmconf.dtx  (with options: `publish,head,body')
%% 
%% IMPORTANT NOTICE:
%% 
%% For the copyright see the source file.
%% 
%% Any modified versions of this file must be renamed
%% with new filenames distinct from publish.tex.
%% 
%% For distribution of the original source see the terms
%% for copying and modification in the file acmconf.dtx.
%% 
%% This generated file may be distributed as long as the
%% original source files, as listed above, are part of the
%% same distribution. (The sources need not necessarily be
%% in the same archive or directory.)
%%
%% to test the checksum, uncomment    \OnlyDescription
%% in the driver
%%\fi
%%
%% \CharacterTable
%%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
%%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
%%   Digits        \0\1\2\3\4\5\6\7\8\9
%%   Exclamation   \!     Double quote  \"     Hash (number) \#
%%   Dollar        \$     Percent       \%     Ampersand     \&
%%   Acute accent  \'     Left paren    \(     Right paren   \)
%%   Asterisk      \*     Plus          \+     Comma         \,
%%   Minus         \-     Point         \.     Solidus       \/
%%   Colon         \:     Semicolon     \;     Less than     \<
%%   Equals        \=     Greater than  \>     Question mark \?
%%   Commercial at \@     Left bracket  \[     Backslash     \\
%%   Right bracket \]     Circumflex    \^     Underscore    \_
%%   Grave accent  \`     Left brace    \{     Vertical bar  \|
%%   Right brace   \}     Tilde         \~}


\documentclass[publish]{acmconf}
\CopyrightText{\copyright ACM 2000, ....., default: with box}
\IfFileExists{graphicx.sty}{\usepackage{graphicx}}{}
\ConferenceName{1. Conference on Designing a \LaTeX2e Class for
  Typesetting ACM Papers, Hawaii 2000}
\ConferenceShortName{CONF-2000}

\def\XX{More text should follow, but keep in mind that a limit of 6
  pages has been set, including figures and references.  More text
  should follow, but keep in mind that a limit of 6 pages has been
  set, including figures and references.  More text should follow, but
  keep in mind that a limit of 6 pages has been set, including figures
  and references.  More text should follow, but keep in mind that a
  limit of 6 pages has been set, including figures and references.
  \par
}

\begin{document}
\date{31. December 1999}
\title{A New Intuitionistic Proof of Usability\\
       of the Recommended Style File for the ACM Conference Papers}
\author{\Author{J\"urgen Vollmer\thanks{Happy \LaTeX{}ing}}\\
         \Address{Karlsruhe}\\
         \Email{Juergen.Vollmer@acm.org}\\
         \and
         \Author{Mickey Mouse}\\
         \Address{Enthausen University}\\
         \Email{Mickey.Mouse@entenhausen.org}
       }
\maketitle

\begin{abstract}
  This document demonstrates how to use the \LaTeX2e \verb|acmconf|
  class by exhibiting itself as an example.  You are expected to be
  familiar with~\cite{Lam94}.  The best way to use this file is to use
  it as a template, i.e., replace the prose in it by your
  own\footnote{And may use footnotes.}.
\end{abstract}

\begin{keywords}
\LaTeX2e-class, ACM proceedings
\end{keywords}

\section{Introduction}
To understand this file read the \emph{source} and not the typeset
version.  If you are reading this in the typeset version you might as
well stop --- it is not supposed to make sense.

\section{The Story Begins\ldots}
A real article is supposed to have some deep results and good
explanations.  That, however, is your job and not mine so you should
replace this text with something more appropriate\footnote{Another a
  footnote}..

\section{Some often used \LaTeX\ commands}

\subsection{\texttt{emph}, etc.}
Text may be set as \emph{emph}.\\
Text may be set as \texttt{texttt}.\\
Text may be set as \underline{unterline}.\\
Text may be set as \textbf{textbf}.\\
Text may be set as \textrm{textrm}.\\
Text may be set as {\tiny tiny}.\\
Text may be set as {\scriptsize scriptsize}.\\
Text may be set as {\footnotesize footnotesize}.\\
Text may be set as {\normalfont normalsize}.\\
Text may be set as {\large large}.\\
Text may be set as {\Large Large}.\\
Text may be set as {\LARGE LARGE}.\\
Text may be set as {\huge huge}.\\
Text may be set as {\Huge Huge}.\\
Text may have$^{\textrm{super}}$ and$_{\textrm{sub}}$scripts.

\subsection{\texttt{itemize}}
\begin{itemize}
\item More text should follow, but keep in mind that a limit of 6
     pages has been set, including figures and references.  More text
     should follow, but keep in mind that a limit of 6 pages has been
     set, including figures and references.
\item More text should follow, but keep in mind that a limit of 6
     pages has been set, including figures and references.  More text
     should follow, but keep in mind that a limit of 6 pages has been
     set, including figures and references.
\end{itemize}

\subsection{\texttt{enumerate}}
\begin{enumerate}
\item More text should follow, but keep in mind that a limit of 6
     pages has been set, including figures and references.  More text
     should follow, but keep in mind that a limit of 6 pages has been
     set, including figures and references.
\item More text should follow, but keep in mind that a limit of 6
     pages has been set, including figures and references.  More text
     should follow, but keep in mind that a limit of 6 pages has been
     set, including figures and references.
\end{enumerate}

\subsection{\texttt{description}}
\begin{description}
\item[Foo] More text should follow, but keep in mind that a limit of 6
     pages has been set, including figures and references.  More text
     should follow, but keep in mind that a limit of 6 pages has been
     set, including figures and references.
\item[Bar] More text should follow, but keep in mind that a limit of 6
     pages has been set, including figures and references.  More text
     should follow, but keep in mind that a limit of 6 pages has been
     set, including figures and references.
\end{description}

\subsection{\texttt{center} and \texttt{tabular}}
\begin{center}
\begin{tabular}{|l|c|r|}\hline
left     & center   & right    \\\hline\hline
AAAAAAAA & BBBBBBBB & CCCCCCCC \\
AAAAAAAA & BBBBBBBB & CCCCCCCC \\\cline{3-3}
AAAAAAAA & BBBBBBBB & CCCCCCCC \\\cline{2-2}
AAAAAAAA & BBBBBBBB & CCCCCCCC \\\cline{1-2}
AAAAAAAA & BBBBBBBB & CCCCCCCC \\\hline
AAAAAAAA & BBBBBBBB & CCCCCCCC \\\hline
1          & \multicolumn{2}{|c|}{2} \\\hline
\end{tabular}
\end{center}

\subsection{\texttt{figure} and Postscript pictures}
Have a look to to figure~\ref{fig-1} and~\ref{fig-2}.

\begin{figure}
\hrule
Nice Postscript, isn't it?
\begin{center}
\IfFileExists{graphicx.sty}{
  \includegraphics{body.eps}
}{
  Sorry, package \texttt{graphicx} not present.
}
\end{center}

Same, a little bit smaller:
\begin{center}
\IfFileExists{graphicx.sty}{
  \includegraphics[scale=.5]{body.eps}
  }{
  Sorry, package \texttt{graphicx} not present.
}
\end{center}
\caption{\label{fig-1}This is a nice floating figure}
\hrule
\end{figure}

\begin{figure*}
\hrule
This figure uses both columns, using \texttt{figure*}
\begin{center}
\IfFileExists{graphicx.sty}{
  \includegraphics[scale=.5]{body.eps}
  \hspace{1cm}
  \includegraphics[scale=.5]{body.eps}
}{
  Sorry, package \texttt{graphicx} not present.
}
\end{center}
\caption{\label{fig-2}This is a nice floating figure}
\hrule
\end{figure*}

\section{The Story Continues 1}

This is a \verb+\section+.

\XX\XX

\subsection{The Story Continues 2}

This is a \verb+\subsection+.

\XX\XX

\subsubsection{The Story Continues 3}

This is a \verb+\subsubsection+.

\XX\XX

\subsubsubsection{The Story Continues 4}

This is a \verb+\subsubsubsection+.

\XX\XX

\subsubsubsubsection{The Story Continues 5}

This is a \verb+\subsubsubsubsection+.

\XX\XX

\paragraph{The Story Continues 6}

This is a \verb+\paragraph+.
\XX\XX

\subparagraph{The Story Continues 7}
This is a \verb+\subparagraph+.
\XX\XX\XX

\section{Conclusion}
The end, at last!  In this example there really are no results or
points to summarize but I trust your article has more food for though
and thus will need a conclusion.

\appendix
\section{Appendices}
If you have any, appendices might go here.  Note that appendices
should not be used to circumvent the word count limit.

This is "doing it by hand" --- you might be better off using BibTeX.

\begin{thebibliography}{X}
\bibitem[1]{Lam94} Leslie Lamport: {\em \LaTeX, A Document
    Preparation System,} Addison Wesley~1994.
\end{thebibliography}
\IfPrepare{
  \tableofcontents
  \listoffigures
  \listoftables
}{}
\end{document}
\endinput
%%
%% End of file `publish.tex'.