annotate docs/WAC2016/sig-alternate.cls @ 1481:8be2d08fbe15

Started WAC paper
author Brecht De Man <b.deman@qmul.ac.uk>
date Tue, 22 Sep 2015 19:22:02 +0200
parents
children 4cf9d989d77c
rev   line source
b@1481 1 % SIG-ALTERNATE.CLS - VERSION 2.8
b@1481 2 % "COMPATIBLE" WITH THE "ACM_PROC_ARTICLE-SP.CLS" V3.2SP
b@1481 3 % Gerald Murray - May 23rd 2012
b@1481 4 % Boris Veytsman - April 23 2013
b@1481 5 % Boris Veytsman - May 12 2013
b@1481 6 % Boris Veytsman - June 09 2013
b@1481 7 % Boris Veytsman - August 12 2013
b@1481 8 %
b@1481 9 % ---- Start of 'updates' ----
b@1481 10 % Added new permission/copyright statement - BV
b@1481 11 % Changed $10 fee to $15 -- May 2012 -- Gerry
b@1481 12 % Changed $5 fee to $10 -- April 2009 -- Gerry
b@1481 13 % April 22nd. 2009 - Fixed 'Natbib' incompatibility problem - Gerry
b@1481 14 % April 22nd. 2009 - Fixed 'Babel' incompatibility problem - Gerry
b@1481 15 % April 22nd. 2009 - Inserted various bug-fixes and improvements - Gerry
b@1481 16 %
b@1481 17 % To produce Type 1 fonts in the document plus allow for 'normal LaTeX accenting' in the critical areas;
b@1481 18 % title, author block, section-heads, confname, etc. etc.
b@1481 19 % i.e. the whole purpose of this version update is to NOT resort to 'inelegant accent patches'.
b@1481 20 % After much research, three extra .sty packages were added to the the tail (ae, aecompl, aeguill) to solve,
b@1481 21 % in particular, the accenting problem(s). We _could_ ask authors (via instructions/sample file) to 'include' these in
b@1481 22 % the source .tex file - in the preamble - but if everything is already provided ('behind the scenes' - embedded IN the .cls)
b@1481 23 % then this is less work for authors and also makes everything appear 'vanilla'.
b@1481 24 % NOTE: all 'patchwork accenting" has been commented out (here) and is no longer 'used' in the sample .tex file (either).
b@1481 25 % Gerry June 2007
b@1481 26 %
b@1481 27 % Patch for accenting in conference name/location. Gerry May 3rd. 2007
b@1481 28 % Rule widths changed to .5, author count (>6) fixed, roll-back for Type 3 problem. Gerry March 20th. 2007
b@1481 29 % Changes made to 'modernize' the fontnames but esp. for MikTeX users V2.4/2.5 - Nov. 30th. 2006
b@1481 30 % Updated the \email definition to allow for its use inside of 'shared affiliations' - Nov. 30th. 2006
b@1481 31 % Fixed the 'section number depth value' - Nov. 30th. 2006
b@1481 32 %
b@1481 33 % Footnotes inside table cells using \minipage (Oct. 2002)
b@1481 34 % Georgia fixed bug in sub-sub-section numbering in paragraphs (July 29th. 2002)
b@1481 35 % JS/GM fix to vertical spacing before Proofs (July 30th. 2002)
b@1481 36 %
b@1481 37 % Made the Permission Statement / Conference Info / Copyright Info
b@1481 38 % 'user definable' in the source .tex file OR automatic if
b@1481 39 % not specified.
b@1481 40 %
b@1481 41 % Allowance made to switch default fonts between those systems using
b@1481 42 % normal/modern font names and those using 'Type 1' or 'Truetype' fonts.
b@1481 43 % See LINE NUMBER 255 for details.
b@1481 44 % Also provided for enumerated/annotated Corollaries 'surrounded' by
b@1481 45 % enumerated Theorems (line 848).
b@1481 46 % Gerry November 11th. 1999
b@1481 47 %
b@1481 48 % ---- End of 'updates' ----
b@1481 49 %
b@1481 50 \def\fileversion{v2.9} % for ACM's tracking purposes
b@1481 51 \def\filedate{August 12, 2013} % Gerry Murray's tracking data
b@1481 52 \def\docdate {\filedate}
b@1481 53 \usepackage{epsfig}
b@1481 54 \usepackage{amssymb}
b@1481 55 \usepackage{amsmath}
b@1481 56 \usepackage{amsfonts}
b@1481 57 % Need this for accents in Arial/Helvetica
b@1481 58 %\usepackage[T1]{fontenc} % Gerry March 12, 2007 - causes Type 3 problems (body text)
b@1481 59 %\usepackage{textcomp}
b@1481 60 %
b@1481 61 % SIG-ALTERNATE DOCUMENT STYLE
b@1481 62 % G.K.M. Tobin August-October 1999
b@1481 63 % adapted from ARTICLE document style by Ken Traub, Olin Shivers
b@1481 64 % also using elements of esub2acm.cls
b@1481 65 % HEAVILY MODIFIED, SUBSEQUENTLY, BY GERRY MURRAY 2000
b@1481 66 % ARTICLE DOCUMENT STYLE -- Released 16 March 1988
b@1481 67 % for LaTeX version 2.09
b@1481 68 % Copyright (C) 1988 by Leslie Lamport
b@1481 69 %
b@1481 70 %
b@1481 71 %%% sig-alternate.cls is an 'ALTERNATE' document style for producing
b@1481 72 %%% two-column camera-ready pages for ACM conferences.
b@1481 73 %%% THIS FILE DOES NOT STRICTLY ADHERE TO THE SIGS (BOARD-ENDORSED)
b@1481 74 %%% PROCEEDINGS STYLE. It has been designed to produce a 'tighter'
b@1481 75 %%% paper in response to concerns over page budgets.
b@1481 76 %%% The main features of this style are:
b@1481 77 %%%
b@1481 78 %%% 1) Two columns.
b@1481 79 %%% 2) Side and top margins of 4.5pc, bottom margin of 6pc, column gutter of
b@1481 80 %%% 2pc, hence columns are 20pc wide and 55.5pc tall. (6pc =3D 1in, approx)
b@1481 81 %%% 3) First page has title information, and an extra 6pc of space at the
b@1481 82 %%% bottom of the first column for the ACM copyright notice.
b@1481 83 %%% 4) Text is 9pt on 10pt baselines; titles (except main) are 9pt bold.
b@1481 84 %%%
b@1481 85 %%%
b@1481 86 %%% There are a few restrictions you must observe:
b@1481 87 %%%
b@1481 88 %%% 1) You cannot change the font size; ACM wants you to use 9pt.
b@1481 89 %%% 3) You must start your paper with the \maketitle command. Prior to the
b@1481 90 %%% \maketitle you must have \title and \author commands. If you have a
b@1481 91 %%% \date command it will be ignored; no date appears on the paper, since
b@1481 92 %%% the proceedings will have a date on the front cover.
b@1481 93 %%% 4) Marginal paragraphs, tables of contents, lists of figures and tables,
b@1481 94 %%% and page headings are all forbidden.
b@1481 95 %%% 5) The `figure' environment will produce a figure one column wide; if you
b@1481 96 %%% want one that is two columns wide, use `figure*'.
b@1481 97 %%%
b@1481 98 %
b@1481 99 %%% Copyright Space:
b@1481 100 %%% This style automatically reserves 1" blank space at the bottom of page 1/
b@1481 101 %%% column 1. This space can optionally be filled with some text using the
b@1481 102 %%% \toappear{...} command. If used, this command must be BEFORE the \maketitle
b@1481 103 %%% command. If this command is defined AND [preprint] is on, then the
b@1481 104 %%% space is filled with the {...} text (at the bottom); otherwise, it is
b@1481 105 %%% blank. If you use \toappearbox{...} instead of \toappear{...} then a
b@1481 106 %%% box will be drawn around the text (if [preprint] is on).
b@1481 107 %%%
b@1481 108 %%% A typical usage looks like this:
b@1481 109 %%% \toappear{To appear in the Ninth AES Conference on Medievil Lithuanian
b@1481 110 %%% Embalming Technique, June 1991, Alfaretta, Georgia.}
b@1481 111 %%% This will be included in the preprint, and left out of the conference
b@1481 112 %%% version.
b@1481 113 %%%
b@1481 114 %%% WARNING:
b@1481 115 %%% Some dvi-ps converters heuristically allow chars to drift from their
b@1481 116 %%% true positions a few pixels. This may be noticeable with the 9pt sans-serif
b@1481 117 %%% bold font used for section headers.
b@1481 118 %%% You may turn this hackery off via the -e option:
b@1481 119 %%% dvips -e 0 foo.dvi >foo.ps
b@1481 120 %%%
b@1481 121 \typeout{Document Class 'sig-alternate' <9th June '13>. Modified by
b@1481 122 G.K.M. Tobin/Gerry Murray/Boris Veytsman}
b@1481 123 \typeout{Based in part upon document Style `acmconf' <22 May 89>. Hacked 4/91 by}
b@1481 124 \typeout{shivers@cs.cmu.edu, 4/93 by theobald@cs.mcgill.ca}
b@1481 125 \typeout{Excerpts were taken from (Journal Style) 'esub2acm.cls'.}
b@1481 126 \typeout{****** Bugs/comments/suggestions/technicalities to Gerry Murray -- murray@hq.acm.org ******}
b@1481 127 \typeout{Questions on the style, SIGS policies, etc. to Adrienne Griscti griscti@acm.org}
b@1481 128
b@1481 129
b@1481 130 \let\@concepts\@empty
b@1481 131 % Support for CCSXML file
b@1481 132 \RequirePackage{comment}
b@1481 133 \excludecomment{CCSXML}
b@1481 134
b@1481 135 % New concepts scheme
b@1481 136 %
b@1481 137 % The first argument is the significance, the
b@1481 138 % second is the concept(s)
b@1481 139 %
b@1481 140 \newcommand\ccsdesc[2][100]{%
b@1481 141 \ccsdesc@parse#1~#2~}
b@1481 142 %
b@1481 143 % The parser of the expression Significance~General~Specific
b@1481 144 %
b@1481 145 \def\ccsdesc@parse#1~#2~#3~{%
b@1481 146 \expandafter\ifx\csname CCS@#2\endcsname\relax
b@1481 147 \expandafter\gdef\csname CCS@#2\endcsname{\textbullet\textbf{#2} $\to$ }%
b@1481 148 \g@addto@macro{\@concepts}{\csname CCS@#2\endcsname}\fi
b@1481 149 \expandafter\g@addto@macro\expandafter{\csname CCS@#2\endcsname}{%
b@1481 150 \ifnum#1>499\textbf{#3; }\else
b@1481 151 \ifnum#1>299\textit{#3; }\else
b@1481 152 #3; \fi\fi}}
b@1481 153
b@1481 154 \newcommand\printccsdesc{%
b@1481 155 \ifx\@concepts\@empty\else
b@1481 156 \if@twocolumn
b@1481 157 \section*{CCS Concepts}
b@1481 158 \@concepts
b@1481 159 \else \small
b@1481 160 \quotation{\@concepts}%
b@1481 161 \fi
b@1481 162 \fi}
b@1481 163
b@1481 164
b@1481 165
b@1481 166
b@1481 167 \def\doi#1{\def\@doi{#1}}
b@1481 168 \doi{http://dx.doi.org/10.1145/0000000.0000000}
b@1481 169
b@1481 170 \oddsidemargin 4.5pc
b@1481 171 \evensidemargin 4.5pc
b@1481 172 \advance\oddsidemargin by -1in % Correct for LaTeX gratuitousness
b@1481 173 \advance\evensidemargin by -1in % Correct for LaTeX gratuitousness
b@1481 174 \marginparwidth 0pt % Margin pars are not allowed.
b@1481 175 \marginparsep 11pt % Horizontal space between outer margin and
b@1481 176 % marginal note
b@1481 177
b@1481 178 % Top of page:
b@1481 179 \topmargin 4.5pc % Nominal distance from top of page to top of
b@1481 180 % box containing running head.
b@1481 181 \advance\topmargin by -1in % Correct for LaTeX gratuitousness
b@1481 182 \headheight 0pt % Height of box containing running head.
b@1481 183 \headsep 0pt % Space between running head and text.
b@1481 184 % Bottom of page:
b@1481 185 \footskip 30pt % Distance from baseline of box containing foot
b@1481 186 % to baseline of last line of text.
b@1481 187 \@ifundefined{footheight}{\newdimen\footheight}{}% this is for LaTeX2e
b@1481 188 \footheight 12pt % Height of box containing running foot.
b@1481 189
b@1481 190 %% Must redefine the top margin so there's room for headers and
b@1481 191 %% page numbers if you are using the preprint option. Footers
b@1481 192 %% are OK as is. Olin.
b@1481 193 \advance\topmargin by -37pt % Leave 37pt above text for headers
b@1481 194 \headheight 12pt % Height of box containing running head.
b@1481 195 \headsep 25pt % Space between running head and text.
b@1481 196
b@1481 197 \textheight 666pt % 9 1/4 column height
b@1481 198 \textwidth 42pc % Width of text line.
b@1481 199 % For two-column mode:
b@1481 200 \columnsep 2pc % Space between columns
b@1481 201 \columnseprule 0pt % Width of rule between columns.
b@1481 202 \hfuzz 1pt % Allow some variation in column width, otherwise it's
b@1481 203 % too hard to typeset in narrow columns.
b@1481 204
b@1481 205 \footnotesep 5.6pt % Height of strut placed at the beginning of every
b@1481 206 % footnote =3D height of normal \footnotesize strut,
b@1481 207 % so no extra space between footnotes.
b@1481 208
b@1481 209 \skip\footins 8.1pt plus 4pt minus 2pt % Space between last line of text and
b@1481 210 % top of first footnote.
b@1481 211 \floatsep 11pt plus 2pt minus 2pt % Space between adjacent floats moved
b@1481 212 % to top or bottom of text page.
b@1481 213 \textfloatsep 18pt plus 2pt minus 4pt % Space between main text and floats
b@1481 214 % at top or bottom of page.
b@1481 215 \intextsep 11pt plus 2pt minus 2pt % Space between in-text figures and
b@1481 216 % text.
b@1481 217 \@ifundefined{@maxsep}{\newdimen\@maxsep}{}% this is for LaTeX2e
b@1481 218 \@maxsep 18pt % The maximum of \floatsep,
b@1481 219 % \textfloatsep and \intextsep (minus
b@1481 220 % the stretch and shrink).
b@1481 221 \dblfloatsep 11pt plus 2pt minus 2pt % Same as \floatsep for double-column
b@1481 222 % figures in two-column mode.
b@1481 223 \dbltextfloatsep 18pt plus 2pt minus 4pt% \textfloatsep for double-column
b@1481 224 % floats.
b@1481 225 \@ifundefined{@dblmaxsep}{\newdimen\@dblmaxsep}{}% this is for LaTeX2e
b@1481 226 \@dblmaxsep 18pt % The maximum of \dblfloatsep and
b@1481 227 % \dbltexfloatsep.
b@1481 228 \@fptop 0pt plus 1fil % Stretch at top of float page/column. (Must be
b@1481 229 % 0pt plus ...)
b@1481 230 \@fpsep 8pt plus 2fil % Space between floats on float page/column.
b@1481 231 \@fpbot 0pt plus 1fil % Stretch at bottom of float page/column. (Must be
b@1481 232 % 0pt plus ... )
b@1481 233 \@dblfptop 0pt plus 1fil % Stretch at top of float page. (Must be 0pt plus ...)
b@1481 234 \@dblfpsep 8pt plus 2fil % Space between floats on float page.
b@1481 235 \@dblfpbot 0pt plus 1fil % Stretch at bottom of float page. (Must be
b@1481 236 % 0pt plus ... )
b@1481 237 \marginparpush 5pt % Minimum vertical separation between two marginal
b@1481 238 % notes.
b@1481 239
b@1481 240 \parskip 0pt plus 1pt % Extra vertical space between paragraphs.
b@1481 241 \parindent 9pt % GM July 2000 / was 0pt - width of paragraph indentation.
b@1481 242 \partopsep 2pt plus 1pt minus 1pt% Extra vertical space, in addition to
b@1481 243 % \parskip and \topsep, added when user
b@1481 244 % leaves blank line before environment.
b@1481 245
b@1481 246 \@lowpenalty 51 % Produced by \nopagebreak[1] or \nolinebreak[1]
b@1481 247 \@medpenalty 151 % Produced by \nopagebreak[2] or \nolinebreak[2]
b@1481 248 \@highpenalty 301 % Produced by \nopagebreak[3] or \nolinebreak[3]
b@1481 249
b@1481 250 \@beginparpenalty -\@lowpenalty % Before a list or paragraph environment.
b@1481 251 \@endparpenalty -\@lowpenalty % After a list or paragraph environment.
b@1481 252 \@itempenalty -\@lowpenalty % Between list items.
b@1481 253
b@1481 254 %\@namedef{ds@10pt}{\@latexerr{The `10pt' option is not allowed in the `acmconf'
b@1481 255 \@namedef{ds@10pt}{\ClassError{The `10pt' option is not allowed in the `acmconf' % January 2008
b@1481 256 document style.}\@eha}
b@1481 257 %\@namedef{ds@11pt}{\@latexerr{The `11pt' option is not allowed in the `acmconf'
b@1481 258 \@namedef{ds@11pt}{\ClassError{The `11pt' option is not allowed in the `acmconf' % January 2008
b@1481 259 document style.}\@eha}
b@1481 260 %\@namedef{ds@12pt}{\@latexerr{The `12pt' option is not allowed in the `acmconf'
b@1481 261 \@namedef{ds@12pt}{\ClassError{The `12pt' option is not allowed in the `acmconf' % January 2008
b@1481 262 document style.}\@eha}
b@1481 263
b@1481 264 \@options
b@1481 265
b@1481 266 \lineskip 2pt % \lineskip is 1pt for all font sizes.
b@1481 267 \normallineskip 2pt
b@1481 268 \def\baselinestretch{1}
b@1481 269
b@1481 270 \abovedisplayskip 9pt plus2pt minus4.5pt%
b@1481 271 \belowdisplayskip \abovedisplayskip
b@1481 272 \abovedisplayshortskip \z@ plus3pt%
b@1481 273 \belowdisplayshortskip 5.4pt plus3pt minus3pt%
b@1481 274 \let\@listi\@listI % Setting of \@listi added 9 Jun 87
b@1481 275
b@1481 276 \def\small{\@setsize\small{9pt}\viiipt\@viiipt
b@1481 277 \abovedisplayskip 7.6pt plus 3pt minus 4pt%
b@1481 278 \belowdisplayskip \abovedisplayskip
b@1481 279 \abovedisplayshortskip \z@ plus2pt%
b@1481 280 \belowdisplayshortskip 3.6pt plus2pt minus 2pt
b@1481 281 \def\@listi{\leftmargin\leftmargini %% Added 22 Dec 87
b@1481 282 \topsep 4pt plus 2pt minus 2pt\parsep 2pt plus 1pt minus 1pt
b@1481 283 \itemsep \parsep}}
b@1481 284
b@1481 285 \def\footnotesize{\@setsize\footnotesize{9pt}\ixpt\@ixpt
b@1481 286 \abovedisplayskip 6.4pt plus 2pt minus 4pt%
b@1481 287 \belowdisplayskip \abovedisplayskip
b@1481 288 \abovedisplayshortskip \z@ plus 1pt%
b@1481 289 \belowdisplayshortskip 2.7pt plus 1pt minus 2pt
b@1481 290 \def\@listi{\leftmargin\leftmargini %% Added 22 Dec 87
b@1481 291 \topsep 3pt plus 1pt minus 1pt\parsep 2pt plus 1pt minus 1pt
b@1481 292 \itemsep \parsep}}
b@1481 293
b@1481 294 \newcount\aucount
b@1481 295 \newcount\originalaucount
b@1481 296 \newdimen\auwidth
b@1481 297 \auwidth=\textwidth
b@1481 298 \newdimen\auskip
b@1481 299 \newcount\auskipcount
b@1481 300 \newdimen\auskip
b@1481 301 \global\auskip=1pc
b@1481 302 \newdimen\allauboxes
b@1481 303 \allauboxes=\auwidth
b@1481 304 \newtoks\addauthors
b@1481 305 \newcount\addauflag
b@1481 306 \global\addauflag=0 %Haven't shown additional authors yet
b@1481 307
b@1481 308 \newtoks\subtitletext
b@1481 309 \gdef\subtitle#1{\subtitletext={#1}}
b@1481 310
b@1481 311 \gdef\additionalauthors#1{\addauthors={#1}}
b@1481 312
b@1481 313 \gdef\numberofauthors#1{\global\aucount=#1
b@1481 314 \ifnum\aucount>3\global\originalaucount=\aucount \global\aucount=3\fi %g} % 3 OK - Gerry March 2007
b@1481 315 \global\auskipcount=\aucount\global\advance\auskipcount by 1
b@1481 316 \global\multiply\auskipcount by 2
b@1481 317 \global\multiply\auskip by \auskipcount
b@1481 318 \global\advance\auwidth by -\auskip
b@1481 319 \global\divide\auwidth by \aucount}
b@1481 320
b@1481 321 % \and was modified to count the number of authors. GKMT 12 Aug 1999
b@1481 322 \def\alignauthor{% % \begin{tabular}
b@1481 323 \end{tabular}%
b@1481 324 \begin{tabular}[t]{p{\auwidth}}\centering}%
b@1481 325
b@1481 326 % *** NOTE *** NOTE *** NOTE *** NOTE ***
b@1481 327 % If you have 'font problems' then you may need
b@1481 328 % to change these, e.g. 'arialb' instead of "arialbd".
b@1481 329 % Gerry Murray 11/11/1999
b@1481 330 % *** OR ** comment out block A and activate block B or vice versa.
b@1481 331 % **********************************************
b@1481 332 %
b@1481 333 % -- Start of block A -- (Type 1 or Truetype fonts)
b@1481 334 %\newfont{\secfnt}{timesbd at 12pt} % was timenrb originally - now is timesbd
b@1481 335 %\newfont{\secit}{timesbi at 12pt} %13 Jan 00 gkmt
b@1481 336 %\newfont{\subsecfnt}{timesi at 11pt} % was timenrri originally - now is timesi
b@1481 337 %\newfont{\subsecit}{timesbi at 11pt} % 13 Jan 00 gkmt -- was times changed to timesbi gm 2/4/2000
b@1481 338 % % because "normal" is italic, "italic" is Roman
b@1481 339 %\newfont{\ttlfnt}{arialbd at 18pt} % was arialb originally - now is arialbd
b@1481 340 %\newfont{\ttlit}{arialbi at 18pt} % 13 Jan 00 gkmt
b@1481 341 %\newfont{\subttlfnt}{arial at 14pt} % was arialr originally - now is arial
b@1481 342 %\newfont{\subttlit}{ariali at 14pt} % 13 Jan 00 gkmt
b@1481 343 %\newfont{\subttlbf}{arialbd at 14pt} % 13 Jan 00 gkmt
b@1481 344 %\newfont{\aufnt}{arial at 12pt} % was arialr originally - now is arial
b@1481 345 %\newfont{\auit}{ariali at 12pt} % 13 Jan 00 gkmt
b@1481 346 %\newfont{\affaddr}{arial at 10pt} % was arialr originally - now is arial
b@1481 347 %\newfont{\affaddrit}{ariali at 10pt} %13 Jan 00 gkmt
b@1481 348 %\newfont{\eaddfnt}{arial at 12pt} % was arialr originally - now is arial
b@1481 349 %\newfont{\ixpt}{times at 9pt} % was timenrr originally - now is times
b@1481 350 %\newfont{\confname}{timesi at 8pt} % was timenrri - now is timesi
b@1481 351 %\newfont{\crnotice}{times at 8pt} % was timenrr originally - now is times
b@1481 352 %\newfont{\ninept}{times at 9pt} % was timenrr originally - now is times
b@1481 353
b@1481 354 % *********************************************
b@1481 355 % -- End of block A --
b@1481 356 %
b@1481 357 %
b@1481 358 % -- Start of block B -- UPDATED FONT NAMES
b@1481 359 % *********************************************
b@1481 360 % Gerry Murray 11/30/2006
b@1481 361 % *********************************************
b@1481 362 \newfont{\secfnt}{ptmb8t at 12pt}
b@1481 363 \newfont{\secit}{ptmbi8t at 12pt} %13 Jan 00 gkmt
b@1481 364 \newfont{\subsecfnt}{ptmri8t at 11pt}
b@1481 365 \newfont{\subsecit}{ptmbi8t at 11pt} %
b@1481 366 \newfont{\ttlfnt}{phvb8t at 18pt}
b@1481 367 \newfont{\ttlit}{phvbo8t at 18pt} % GM 2/4/2000
b@1481 368 \newfont{\subttlfnt}{phvr8t at 14pt}
b@1481 369 \newfont{\subttlit}{phvro8t at 14pt} % GM 2/4/2000
b@1481 370 \newfont{\subttlbf}{phvb8t at 14pt} % 13 Jan 00 gkmt
b@1481 371 \newfont{\aufnt}{phvr8t at 12pt}
b@1481 372 \newfont{\auit}{phvro8t at 12pt} % GM 2/4/2000
b@1481 373 \newfont{\affaddr}{phvr8t at 10pt}
b@1481 374 \newfont{\affaddrit}{phvro8t at 10pt} % GM 2/4/2000
b@1481 375 \newfont{\eaddfnt}{phvr8t at 12pt}
b@1481 376 \newfont{\ixpt}{ptmr8t at 9pt}
b@1481 377 \newfont{\confname}{ptmri8t at 8pt}
b@1481 378 \newfont{\crnotice}{ptmr8t at 8pt}
b@1481 379 \newfont{\ninept}{ptmr8t at 9pt}
b@1481 380 % +++++++++++++++++++++++++++++++++++++++++++++
b@1481 381 % -- End of block B --
b@1481 382
b@1481 383 %\def\email#1{{{\eaddfnt{\vskip 4pt#1}}}}
b@1481 384 % If we have an email, inside a "shared affiliation" then we need the following instead
b@1481 385 \def\email#1{{{\eaddfnt{\par #1}}}} % revised - GM - 11/30/2006
b@1481 386
b@1481 387 \def\addauthorsection{\ifnum\originalaucount>6 % was 3 - Gerry March 2007
b@1481 388 \section{Additional Authors}\the\addauthors
b@1481 389 \fi}
b@1481 390
b@1481 391 \newcount\savesection
b@1481 392 \newcount\sectioncntr
b@1481 393 \global\sectioncntr=1
b@1481 394
b@1481 395 \setcounter{secnumdepth}{3}
b@1481 396
b@1481 397 \def\appendix{\par
b@1481 398 \section*{APPENDIX}
b@1481 399 \setcounter{section}{0}
b@1481 400 \setcounter{subsection}{0}
b@1481 401 \def\thesection{\Alph{section}} }
b@1481 402
b@1481 403 \leftmargini 22.5pt
b@1481 404 \leftmarginii 19.8pt % > \labelsep + width of '(m)'
b@1481 405 \leftmarginiii 16.8pt % > \labelsep + width of 'vii.'
b@1481 406 \leftmarginiv 15.3pt % > \labelsep + width of 'M.'
b@1481 407 \leftmarginv 9pt
b@1481 408 \leftmarginvi 9pt
b@1481 409
b@1481 410 \leftmargin\leftmargini
b@1481 411 \labelsep 4.5pt
b@1481 412 \labelwidth\leftmargini\advance\labelwidth-\labelsep
b@1481 413
b@1481 414 \def\@listI{\leftmargin\leftmargini \parsep 3.6pt plus 2pt minus 1pt%
b@1481 415 \topsep 7.2pt plus 2pt minus 4pt%
b@1481 416 \itemsep 3.6pt plus 2pt minus 1pt}
b@1481 417
b@1481 418 \let\@listi\@listI
b@1481 419 \@listi
b@1481 420
b@1481 421 \def\@listii{\leftmargin\leftmarginii
b@1481 422 \labelwidth\leftmarginii\advance\labelwidth-\labelsep
b@1481 423 \topsep 3.6pt plus 2pt minus 1pt
b@1481 424 \parsep 1.8pt plus 0.9pt minus 0.9pt
b@1481 425 \itemsep \parsep}
b@1481 426
b@1481 427 \def\@listiii{\leftmargin\leftmarginiii
b@1481 428 \labelwidth\leftmarginiii\advance\labelwidth-\labelsep
b@1481 429 \topsep 1.8pt plus 0.9pt minus 0.9pt
b@1481 430 \parsep \z@ \partopsep 1pt plus 0pt minus 1pt
b@1481 431 \itemsep \topsep}
b@1481 432
b@1481 433 \def\@listiv{\leftmargin\leftmarginiv
b@1481 434 \labelwidth\leftmarginiv\advance\labelwidth-\labelsep}
b@1481 435
b@1481 436 \def\@listv{\leftmargin\leftmarginv
b@1481 437 \labelwidth\leftmarginv\advance\labelwidth-\labelsep}
b@1481 438
b@1481 439 \def\@listvi{\leftmargin\leftmarginvi
b@1481 440 \labelwidth\leftmarginvi\advance\labelwidth-\labelsep}
b@1481 441
b@1481 442 \def\labelenumi{\theenumi.}
b@1481 443 \def\theenumi{\arabic{enumi}}
b@1481 444
b@1481 445 \def\labelenumii{(\theenumii)}
b@1481 446 \def\theenumii{\alph{enumii}}
b@1481 447 \def\p@enumii{\theenumi}
b@1481 448
b@1481 449 \def\labelenumiii{\theenumiii.}
b@1481 450 \def\theenumiii{\roman{enumiii}}
b@1481 451 \def\p@enumiii{\theenumi(\theenumii)}
b@1481 452
b@1481 453 \def\labelenumiv{\theenumiv.}
b@1481 454 \def\theenumiv{\Alph{enumiv}}
b@1481 455 \def\p@enumiv{\p@enumiii\theenumiii}
b@1481 456
b@1481 457 \def\labelitemi{$\bullet$}
b@1481 458 \def\labelitemii{\bf --}
b@1481 459 \def\labelitemiii{$\ast$}
b@1481 460 \def\labelitemiv{$\cdot$}
b@1481 461
b@1481 462 \def\verse{\let\\=\@centercr
b@1481 463 \list{}{\itemsep\z@ \itemindent -1.5em\listparindent \itemindent
b@1481 464 \rightmargin\leftmargin\advance\leftmargin 1.5em}\item[]}
b@1481 465 \let\endverse\endlist
b@1481 466
b@1481 467 \def\quotation{\list{}{\listparindent 1.5em
b@1481 468 \itemindent\listparindent
b@1481 469 \rightmargin\leftmargin \parsep 0pt plus 1pt}\item[]}
b@1481 470 \let\endquotation=\endlist
b@1481 471
b@1481 472 \def\quote{\list{}{\rightmargin\leftmargin}\item[]}
b@1481 473 \let\endquote=\endlist
b@1481 474
b@1481 475 \def\descriptionlabel#1{\hspace\labelsep \bf #1}
b@1481 476 \def\description{\list{}{\labelwidth\z@ \itemindent-\leftmargin
b@1481 477 \let\makelabel\descriptionlabel}}
b@1481 478
b@1481 479 \let\enddescription\endlist
b@1481 480
b@1481 481 \def\theequation{\arabic{equation}}
b@1481 482
b@1481 483 \arraycolsep 4.5pt % Half the space between columns in an array environment.
b@1481 484 \tabcolsep 5.4pt % Half the space between columns in a tabular environment.
b@1481 485 \arrayrulewidth .5pt % Width of rules in array and tabular environment. % (was .4) updated Gerry March 20 2007
b@1481 486 \doublerulesep 1.8pt % Space between adjacent rules in array or tabular env.
b@1481 487
b@1481 488 \tabbingsep \labelsep % Space used by the \' command. (See LaTeX manual.)
b@1481 489
b@1481 490 \skip\@mpfootins =\skip\footins
b@1481 491
b@1481 492 \fboxsep =2.7pt % Space left between box and text by \fbox and \framebox.
b@1481 493 \fboxrule =.5pt % Width of rules in box made by \fbox and \framebox. % (was .4) updated Gerry March 20 2007
b@1481 494
b@1481 495 \def\thepart{\Roman{part}} % Roman numeral part numbers.
b@1481 496 \def\thesection {\arabic{section}}
b@1481 497 \def\thesubsection {\thesection.\arabic{subsection}}
b@1481 498 %\def\thesubsubsection {\thesubsection.\arabic{subsubsection}} % GM 7/30/2002
b@1481 499 %\def\theparagraph {\thesubsubsection.\arabic{paragraph}} % GM 7/30/2002
b@1481 500 \def\thesubparagraph {\theparagraph.\arabic{subparagraph}}
b@1481 501
b@1481 502 \def\@pnumwidth{1.55em}
b@1481 503 \def\@tocrmarg {2.55em}
b@1481 504 \def\@dotsep{4.5}
b@1481 505 \setcounter{tocdepth}{3}
b@1481 506
b@1481 507 %\def\tableofcontents{\@latexerr{\tableofcontents: Tables of contents are not
b@1481 508 % allowed in the `acmconf' document style.}\@eha}
b@1481 509
b@1481 510 \def\tableofcontents{\ClassError{%
b@1481 511 \string\tableofcontents\space is not allowed in the `acmconf' document % January 2008
b@1481 512 style}\@eha}
b@1481 513
b@1481 514 \def\l@part#1#2{\addpenalty{\@secpenalty}
b@1481 515 \addvspace{2.25em plus 1pt} % space above part line
b@1481 516 \begingroup
b@1481 517 \@tempdima 3em % width of box holding part number, used by
b@1481 518 \parindent \z@ \rightskip \@pnumwidth %% \numberline
b@1481 519 \parfillskip -\@pnumwidth
b@1481 520 {\large \bf % set line in \large boldface
b@1481 521 \leavevmode % TeX command to enter horizontal mode.
b@1481 522 #1\hfil \hbox to\@pnumwidth{\hss #2}}\par
b@1481 523 \nobreak % Never break after part entry
b@1481 524 \endgroup}
b@1481 525
b@1481 526 \def\l@section#1#2{\addpenalty{\@secpenalty} % good place for page break
b@1481 527 \addvspace{1.0em plus 1pt} % space above toc entry
b@1481 528 \@tempdima 1.5em % width of box holding section number
b@1481 529 \begingroup
b@1481 530 \parindent \z@ \rightskip \@pnumwidth
b@1481 531 \parfillskip -\@pnumwidth
b@1481 532 \bf % Boldface.
b@1481 533 \leavevmode % TeX command to enter horizontal mode.
b@1481 534 \advance\leftskip\@tempdima %% added 5 Feb 88 to conform to
b@1481 535 \hskip -\leftskip %% 25 Jan 88 change to \numberline
b@1481 536 #1\nobreak\hfil \nobreak\hbox to\@pnumwidth{\hss #2}\par
b@1481 537 \endgroup}
b@1481 538
b@1481 539
b@1481 540 \def\l@subsection{\@dottedtocline{2}{1.5em}{2.3em}}
b@1481 541 \def\l@subsubsection{\@dottedtocline{3}{3.8em}{3.2em}}
b@1481 542 \def\l@paragraph{\@dottedtocline{4}{7.0em}{4.1em}}
b@1481 543 \def\l@subparagraph{\@dottedtocline{5}{10em}{5em}}
b@1481 544
b@1481 545 %\def\listoffigures{\@latexerr{\listoffigures: Lists of figures are not
b@1481 546 % allowed in the `acmconf' document style.}\@eha}
b@1481 547
b@1481 548 \def\listoffigures{\ClassError{%
b@1481 549 \string\listoffigures\space is not allowed in the `acmconf' document % January 2008
b@1481 550 style}\@eha}
b@1481 551
b@1481 552 \def\l@figure{\@dottedtocline{1}{1.5em}{2.3em}}
b@1481 553
b@1481 554 %\def\listoftables{\@latexerr{\listoftables: Lists of tables are not
b@1481 555 % allowed in the `acmconf' document style.}\@eha}
b@1481 556 %\let\l@table\l@figure
b@1481 557
b@1481 558 \def\listoftables{\ClassError{%
b@1481 559 \string\listoftables\space is not allowed in the `acmconf' document % January 2008
b@1481 560 style}\@eha}
b@1481 561 \let\l@table\l@figure
b@1481 562
b@1481 563 \def\footnoterule{\kern-3\p@
b@1481 564 \hrule width .5\columnwidth % (was .4) updated Gerry March 20 2007
b@1481 565 \kern 2.6\p@} % The \hrule has default height of .4pt % (was .4) updated Gerry March 20 2007
b@1481 566 % ------
b@1481 567 \long\def\@makefntext#1{\noindent
b@1481 568 %\hbox to .5em{\hss$^{\@thefnmark}$}#1} % original
b@1481 569 \hbox to .5em{\hss\textsuperscript{\@thefnmark}}#1} % C. Clifton / GM Oct. 2nd. 2002
b@1481 570 % -------
b@1481 571
b@1481 572 \long\def\@maketntext#1{\noindent
b@1481 573 #1}
b@1481 574
b@1481 575 \long\def\@maketitlenotetext#1#2{\noindent
b@1481 576 \hbox to 1.8em{\hss$^{#1}$}#2}
b@1481 577
b@1481 578 \setcounter{topnumber}{2}
b@1481 579 \def\topfraction{.7}
b@1481 580 \setcounter{bottomnumber}{1}
b@1481 581 \def\bottomfraction{.3}
b@1481 582 \setcounter{totalnumber}{3}
b@1481 583 \def\textfraction{.2}
b@1481 584 \def\floatpagefraction{.5}
b@1481 585 \setcounter{dbltopnumber}{2}
b@1481 586 \def\dbltopfraction{.7}
b@1481 587 \def\dblfloatpagefraction{.5}
b@1481 588
b@1481 589 %
b@1481 590 \long\def\@makecaption#1#2{
b@1481 591 \vskip \baselineskip
b@1481 592 \setbox\@tempboxa\hbox{\textbf{#1: #2}}
b@1481 593 \ifdim \wd\@tempboxa >\hsize % IF longer than one line:
b@1481 594 \textbf{#1: #2}\par % THEN set as ordinary paragraph.
b@1481 595 \else % ELSE center.
b@1481 596 \hbox to\hsize{\hfil\box\@tempboxa\hfil}\par
b@1481 597 \fi}
b@1481 598
b@1481 599 %
b@1481 600
b@1481 601 \long\def\@makecaption#1#2{
b@1481 602 \vskip 10pt
b@1481 603 \setbox\@tempboxa\hbox{\textbf{#1: #2}}
b@1481 604 \ifdim \wd\@tempboxa >\hsize % IF longer than one line:
b@1481 605 \textbf{#1: #2}\par % THEN set as ordinary paragraph.
b@1481 606 \else % ELSE center.
b@1481 607 \hbox to\hsize{\hfil\box\@tempboxa\hfil}
b@1481 608 \fi}
b@1481 609
b@1481 610 \@ifundefined{figure}{\newcounter {figure}} % this is for LaTeX2e
b@1481 611
b@1481 612 \def\fps@figure{tbp}
b@1481 613 \def\ftype@figure{1}
b@1481 614 \def\ext@figure{lof}
b@1481 615 \def\fnum@figure{Figure \thefigure}
b@1481 616 \def\figure{\@float{figure}}
b@1481 617 %\let\endfigure\end@float
b@1481 618 \def\endfigure{\end@float} % Gerry January 2008
b@1481 619 \@namedef{figure*}{\@dblfloat{figure}}
b@1481 620 \@namedef{endfigure*}{\end@dblfloat}
b@1481 621
b@1481 622 \@ifundefined{table}{\newcounter {table}} % this is for LaTeX2e
b@1481 623
b@1481 624 \def\fps@table{tbp}
b@1481 625 \def\ftype@table{2}
b@1481 626 \def\ext@table{lot}
b@1481 627 \def\fnum@table{Table \thetable}
b@1481 628 \def\table{\@float{table}}
b@1481 629 %\let\endtable\end@float
b@1481 630 \def\endtable{\end@float} % Gerry January 2008
b@1481 631 \@namedef{table*}{\@dblfloat{table}}
b@1481 632 \@namedef{endtable*}{\end@dblfloat}
b@1481 633
b@1481 634 \newtoks\titleboxnotes
b@1481 635 \newcount\titleboxnoteflag
b@1481 636
b@1481 637 \def\maketitle{\par
b@1481 638 \begingroup
b@1481 639 \def\thefootnote{\fnsymbol{footnote}}
b@1481 640 \def\@makefnmark{\hbox
b@1481 641 to 0pt{$^{\@thefnmark}$\hss}}
b@1481 642 \twocolumn[\@maketitle]
b@1481 643 \@thanks
b@1481 644 \endgroup
b@1481 645 \setcounter{footnote}{0}
b@1481 646 \let\maketitle\relax
b@1481 647 \let\@maketitle\relax
b@1481 648 \gdef\@thanks{}\gdef\@author{}\gdef\@title{}\gdef\@subtitle{}\let\thanks\relax
b@1481 649 \@copyrightspace}
b@1481 650
b@1481 651 %% CHANGES ON NEXT LINES
b@1481 652 \newif\if@ll % to record which version of LaTeX is in use
b@1481 653
b@1481 654 \expandafter\ifx\csname LaTeXe\endcsname\relax % LaTeX2.09 is used
b@1481 655 \else% LaTeX2e is used, so set ll to true
b@1481 656 \global\@lltrue
b@1481 657 \fi
b@1481 658
b@1481 659 \if@ll
b@1481 660 \NeedsTeXFormat{LaTeX2e}
b@1481 661 \ProvidesClass{sig-alternate} [2013/05/12 v2.7 based on acmproc.cls V1.3 <Nov. 30 '99>]
b@1481 662 \RequirePackage{latexsym}% QUERY: are these two really needed?
b@1481 663 \let\dooptions\ProcessOptions
b@1481 664 \else
b@1481 665 \let\dooptions\@options
b@1481 666 \fi
b@1481 667 %% END CHANGES
b@1481 668
b@1481 669 \def\@height{height}
b@1481 670 \def\@width{width}
b@1481 671 \def\@minus{minus}
b@1481 672 \def\@plus{plus}
b@1481 673 \def\hb@xt@{\hbox to}
b@1481 674 \newif\if@faircopy
b@1481 675 \@faircopyfalse
b@1481 676 \def\ds@faircopy{\@faircopytrue}
b@1481 677
b@1481 678 \def\ds@preprint{\@faircopyfalse}
b@1481 679
b@1481 680 \@twosidetrue
b@1481 681 \@mparswitchtrue
b@1481 682 \def\ds@draft{\overfullrule 5\p@}
b@1481 683 %% CHANGE ON NEXT LINE
b@1481 684 \dooptions
b@1481 685
b@1481 686 \lineskip \p@
b@1481 687 \normallineskip \p@
b@1481 688 \def\baselinestretch{1}
b@1481 689 \def\@ptsize{0} %needed for amssymbols.sty
b@1481 690
b@1481 691 %% CHANGES ON NEXT LINES
b@1481 692 \if@ll% allow use of old-style font change commands in LaTeX2e
b@1481 693 \@maxdepth\maxdepth
b@1481 694 %
b@1481 695 \DeclareOldFontCommand{\rm}{\ninept\rmfamily}{\mathrm}
b@1481 696 \DeclareOldFontCommand{\sf}{\normalfont\sffamily}{\mathsf}
b@1481 697 \DeclareOldFontCommand{\tt}{\normalfont\ttfamily}{\mathtt}
b@1481 698 \DeclareOldFontCommand{\bf}{\normalfont\bfseries}{\mathbf}
b@1481 699 \DeclareOldFontCommand{\it}{\normalfont\itshape}{\mathit}
b@1481 700 \DeclareOldFontCommand{\sl}{\normalfont\slshape}{\@nomath\sl}
b@1481 701 \DeclareOldFontCommand{\sc}{\normalfont\scshape}{\@nomath\sc}
b@1481 702 \DeclareRobustCommand*{\cal}{\@fontswitch{\relax}{\mathcal}}
b@1481 703 \DeclareRobustCommand*{\mit}{\@fontswitch{\relax}{\mathnormal}}
b@1481 704 \fi
b@1481 705 %
b@1481 706 \if@ll
b@1481 707 \renewcommand{\rmdefault}{cmr} % was 'ttm'
b@1481 708 % Note! I have also found 'mvr' to work ESPECIALLY well.
b@1481 709 % Gerry - October 1999
b@1481 710 % You may need to change your LV1times.fd file so that sc is
b@1481 711 % mapped to cmcsc - -for smallcaps -- that is if you decide
b@1481 712 % to change {cmr} to {times} above. (Not recommended)
b@1481 713 \renewcommand{\@ptsize}{}
b@1481 714 \renewcommand{\normalsize}{%
b@1481 715 \@setfontsize\normalsize\@ixpt{10.5\p@}%\ninept%
b@1481 716 \abovedisplayskip 6\p@ \@plus2\p@ \@minus\p@
b@1481 717 \belowdisplayskip \abovedisplayskip
b@1481 718 \abovedisplayshortskip 6\p@ \@minus 3\p@
b@1481 719 \belowdisplayshortskip 6\p@ \@minus 3\p@
b@1481 720 \let\@listi\@listI
b@1481 721 }
b@1481 722 \else
b@1481 723 \def\@normalsize{%changed next to 9 from 10
b@1481 724 \@setsize\normalsize{9\p@}\ixpt\@ixpt
b@1481 725 \abovedisplayskip 6\p@ \@plus2\p@ \@minus\p@
b@1481 726 \belowdisplayskip \abovedisplayskip
b@1481 727 \abovedisplayshortskip 6\p@ \@minus 3\p@
b@1481 728 \belowdisplayshortskip 6\p@ \@minus 3\p@
b@1481 729 \let\@listi\@listI
b@1481 730 }%
b@1481 731 \fi
b@1481 732 \if@ll
b@1481 733 \newcommand\scriptsize{\@setfontsize\scriptsize\@viipt{8\p@}}
b@1481 734 \newcommand\tiny{\@setfontsize\tiny\@vpt{6\p@}}
b@1481 735 \newcommand\large{\@setfontsize\large\@xiipt{14\p@}}
b@1481 736 \newcommand\Large{\@setfontsize\Large\@xivpt{18\p@}}
b@1481 737 \newcommand\LARGE{\@setfontsize\LARGE\@xviipt{20\p@}}
b@1481 738 \newcommand\huge{\@setfontsize\huge\@xxpt{25\p@}}
b@1481 739 \newcommand\Huge{\@setfontsize\Huge\@xxvpt{30\p@}}
b@1481 740 \else
b@1481 741 \def\scriptsize{\@setsize\scriptsize{8\p@}\viipt\@viipt}
b@1481 742 \def\tiny{\@setsize\tiny{6\p@}\vpt\@vpt}
b@1481 743 \def\large{\@setsize\large{14\p@}\xiipt\@xiipt}
b@1481 744 \def\Large{\@setsize\Large{18\p@}\xivpt\@xivpt}
b@1481 745 \def\LARGE{\@setsize\LARGE{20\p@}\xviipt\@xviipt}
b@1481 746 \def\huge{\@setsize\huge{25\p@}\xxpt\@xxpt}
b@1481 747 \def\Huge{\@setsize\Huge{30\p@}\xxvpt\@xxvpt}
b@1481 748 \fi
b@1481 749 \normalsize
b@1481 750
b@1481 751 % make aubox hsize/number of authors up to 3, less gutter
b@1481 752 % then showbox gutter showbox gutter showbox -- GKMT Aug 99
b@1481 753 \newbox\@acmtitlebox
b@1481 754 \def\@maketitle{\newpage
b@1481 755 \null
b@1481 756 \setbox\@acmtitlebox\vbox{%
b@1481 757 \baselineskip 20pt
b@1481 758 \vskip 2em % Vertical space above title.
b@1481 759 \begin{center}
b@1481 760 {\ttlfnt \@title\par} % Title set in 18pt Helvetica (Arial) bold size.
b@1481 761 \vskip 1.5em % Vertical space after title.
b@1481 762 %This should be the subtitle.
b@1481 763 {\subttlfnt \the\subtitletext\par}\vskip 1.25em%\fi
b@1481 764 {\baselineskip 16pt\aufnt % each author set in \12 pt Arial, in a
b@1481 765 \lineskip .5em % tabular environment
b@1481 766 \begin{tabular}[t]{c}\@author
b@1481 767 \end{tabular}\par}
b@1481 768 \vskip 1.5em % Vertical space after author.
b@1481 769 \end{center}}
b@1481 770 \dimen0=\ht\@acmtitlebox
b@1481 771 \advance\dimen0 by -12.75pc\relax % Increased space for title box -- KBT
b@1481 772 \unvbox\@acmtitlebox
b@1481 773 \ifdim\dimen0<0.0pt\relax\vskip-\dimen0\fi}
b@1481 774
b@1481 775
b@1481 776 \newcount\titlenotecount
b@1481 777 \global\titlenotecount=0
b@1481 778 \newtoks\tntoks
b@1481 779 \newtoks\tntokstwo
b@1481 780 \newtoks\tntoksthree
b@1481 781 \newtoks\tntoksfour
b@1481 782 \newtoks\tntoksfive
b@1481 783
b@1481 784 \def\abstract{
b@1481 785 \ifnum\titlenotecount>0 % was =1
b@1481 786 \insert\footins{%
b@1481 787 \reset@font\footnotesize
b@1481 788 \interlinepenalty\interfootnotelinepenalty
b@1481 789 \splittopskip\footnotesep
b@1481 790 \splitmaxdepth \dp\strutbox \floatingpenalty \@MM
b@1481 791 \hsize\columnwidth \@parboxrestore
b@1481 792 \protected@edef\@currentlabel{%
b@1481 793 }%
b@1481 794 \color@begingroup
b@1481 795 \ifnum\titlenotecount=1
b@1481 796 \@maketntext{%
b@1481 797 \raisebox{4pt}{$\ast$}\rule\z@\footnotesep\ignorespaces\the\tntoks\@finalstrut\strutbox}%
b@1481 798 \fi
b@1481 799 \ifnum\titlenotecount=2
b@1481 800 \@maketntext{%
b@1481 801 \raisebox{4pt}{$\ast$}\rule\z@\footnotesep\ignorespaces\the\tntoks\par\@finalstrut\strutbox}%
b@1481 802 \@maketntext{%
b@1481 803 \raisebox{4pt}{$\dagger$}\rule\z@\footnotesep\ignorespaces\the\tntokstwo\@finalstrut\strutbox}%
b@1481 804 \fi
b@1481 805 \ifnum\titlenotecount=3
b@1481 806 \@maketntext{%
b@1481 807 \raisebox{4pt}{$\ast$}\rule\z@\footnotesep\ignorespaces\the\tntoks\par\@finalstrut\strutbox}%
b@1481 808 \@maketntext{%
b@1481 809 \raisebox{4pt}{$\dagger$}\rule\z@\footnotesep\ignorespaces\the\tntokstwo\par\@finalstrut\strutbox}%
b@1481 810 \@maketntext{%
b@1481 811 \raisebox{4pt}{$\ddagger$}\rule\z@\footnotesep\ignorespaces\the\tntoksthree\@finalstrut\strutbox}%
b@1481 812 \fi
b@1481 813 \ifnum\titlenotecount=4
b@1481 814 \@maketntext{%
b@1481 815 \raisebox{4pt}{$\ast$}\rule\z@\footnotesep\ignorespaces\the\tntoks\par\@finalstrut\strutbox}%
b@1481 816 \@maketntext{%
b@1481 817 \raisebox{4pt}{$\dagger$}\rule\z@\footnotesep\ignorespaces\the\tntokstwo\par\@finalstrut\strutbox}%
b@1481 818 \@maketntext{%
b@1481 819 \raisebox{4pt}{$\ddagger$}\rule\z@\footnotesep\ignorespaces\the\tntoksthree\par\@finalstrut\strutbox}%
b@1481 820 \@maketntext{%
b@1481 821 \raisebox{4pt}{$\S$}\rule\z@\footnotesep\ignorespaces\the\tntoksfour\@finalstrut\strutbox}%
b@1481 822 \fi
b@1481 823 \ifnum\titlenotecount=5
b@1481 824 \@maketntext{%
b@1481 825 \raisebox{4pt}{$\ast$}\rule\z@\footnotesep\ignorespaces\the\tntoks\par\@finalstrut\strutbox}%
b@1481 826 \@maketntext{%
b@1481 827 \raisebox{4pt}{$\dagger$}\rule\z@\footnotesep\ignorespaces\the\tntokstwo\par\@finalstrut\strutbox}%
b@1481 828 \@maketntext{%
b@1481 829 \raisebox{4pt}{$\ddagger$}\rule\z@\footnotesep\ignorespaces\the\tntoksthree\par\@finalstrut\strutbox}%
b@1481 830 \@maketntext{%
b@1481 831 \raisebox{4pt}{$\S$}\rule\z@\footnotesep\ignorespaces\the\tntoksfour\par\@finalstrut\strutbox}%
b@1481 832 \@maketntext{%
b@1481 833 \raisebox{4pt}{$\P$}\rule\z@\footnotesep\ignorespaces\the\tntoksfive\@finalstrut\strutbox}%
b@1481 834 \fi
b@1481 835 \color@endgroup} %g}
b@1481 836 \fi
b@1481 837 \setcounter{footnote}{0}
b@1481 838 \section*{ABSTRACT}\normalsize%\ninept
b@1481 839 }
b@1481 840
b@1481 841 \def\endabstract{\if@twocolumn\else\endquotation\fi}
b@1481 842
b@1481 843 \def\keywords{\if@twocolumn
b@1481 844 \section*{Keywords}
b@1481 845 \else \small
b@1481 846 \quotation
b@1481 847 \fi}
b@1481 848
b@1481 849 \def\terms#1{%
b@1481 850 %\if@twocolumn
b@1481 851 %\section*{General Terms}
b@1481 852 %\else \small
b@1481 853 %\quotation
b@1481 854 %\fi
b@1481 855 }
b@1481 856
b@1481 857 % -- Classification needs to be a bit smart due to optionals - Gerry/Georgia November 2nd. 1999
b@1481 858 \newcount\catcount
b@1481 859 \global\catcount=1
b@1481 860
b@1481 861 \def\category#1#2#3{%
b@1481 862 \ifnum\catcount=1
b@1481 863 \section*{Categories and Subject Descriptors}
b@1481 864 \advance\catcount by 1\else{\unskip; }\fi
b@1481 865 \@ifnextchar [{\@category{#1}{#2}{#3}}{\@category{#1}{#2}{#3}[]}%
b@1481 866 }
b@1481 867
b@1481 868
b@1481 869 \def\@category#1#2#3[#4]{%
b@1481 870 \begingroup
b@1481 871 \let\and\relax
b@1481 872 #1 [\textbf{#2}]%
b@1481 873 \if!#4!%
b@1481 874 \if!#3!\else : #3\fi
b@1481 875 \else
b@1481 876 :\space
b@1481 877 \if!#3!\else #3\kern\z@---\hskip\z@\fi
b@1481 878 \textit{#4}%
b@1481 879 \fi
b@1481 880 \endgroup
b@1481 881 }
b@1481 882 %
b@1481 883
b@1481 884
b@1481 885
b@1481 886
b@1481 887
b@1481 888
b@1481 889 %%% This section (written by KBT) handles the 1" box in the lower left
b@1481 890 %%% corner of the left column of the first page by creating a picture,
b@1481 891 %%% and inserting the predefined string at the bottom (with a negative
b@1481 892 %%% displacement to offset the space allocated for a non-existent
b@1481 893 %%% caption).
b@1481 894 %%%
b@1481 895 \newtoks\copyrightnotice
b@1481 896 \def\ftype@copyrightbox{8}
b@1481 897 \def\@copyrightspace{
b@1481 898 \@float{copyrightbox}[b]
b@1481 899 \begin{center}
b@1481 900 \setlength{\unitlength}{1pc}
b@1481 901 \begin{picture}(20,6) %Space for copyright notice
b@1481 902 \put(0,-0.95){\crnotice{\@toappear}}
b@1481 903 \end{picture}
b@1481 904 \end{center}
b@1481 905 \end@float}
b@1481 906
b@1481 907 \def\@toappear{} % Default setting blank - commands below change this.
b@1481 908 \long\def\toappear#1{\def\@toappear{\parbox[b]{20pc}{\baselineskip 9pt#1}}}
b@1481 909 \def\toappearbox#1{\def\@toappear{\raisebox{5pt}{\framebox[20pc]{\parbox[b]{19pc}{#1}}}}}
b@1481 910
b@1481 911 \newtoks\conf
b@1481 912 \newtoks\confinfo
b@1481 913 \def\conferenceinfo#1#2{\global\conf={#1}\global\confinfo{#2}}
b@1481 914
b@1481 915
b@1481 916 %\def\marginpar{\@latexerr{The \marginpar command is not allowed in the
b@1481 917 % `acmconf' document style.}\@eha}
b@1481 918
b@1481 919 \def\marginpar{\ClassError{%
b@1481 920 \string\marginpar\space is not allowed in the `acmconf' document % January 2008
b@1481 921 style}\@eha}
b@1481 922
b@1481 923 \mark{{}{}} % Initializes TeX's marks
b@1481 924
b@1481 925 \def\today{\ifcase\month\or
b@1481 926 January\or February\or March\or April\or May\or June\or
b@1481 927 July\or August\or September\or October\or November\or December\fi
b@1481 928 \space\number\day, \number\year}
b@1481 929
b@1481 930 \def\@begintheorem#1#2{%
b@1481 931 \parskip 0pt % GM July 2000 (for tighter spacing)
b@1481 932 \trivlist
b@1481 933 \item[%
b@1481 934 \hskip 10\p@
b@1481 935 \hskip \labelsep
b@1481 936 {{\sc #1}\hskip 5\p@\relax#2.}%
b@1481 937 ]
b@1481 938 \it
b@1481 939 }
b@1481 940 \def\@opargbegintheorem#1#2#3{%
b@1481 941 \parskip 0pt % GM July 2000 (for tighter spacing)
b@1481 942 \trivlist
b@1481 943 \item[%
b@1481 944 \hskip 10\p@
b@1481 945 \hskip \labelsep
b@1481 946 {\sc #1\ #2\ % This mod by Gerry to enumerate corollaries
b@1481 947 \setbox\@tempboxa\hbox{(#3)} % and bracket the 'corollary title'
b@1481 948 \ifdim \wd\@tempboxa>\z@ % and retain the correct numbering of e.g. theorems
b@1481 949 \hskip 5\p@\relax % if they occur 'around' said corollaries.
b@1481 950 \box\@tempboxa % Gerry - Nov. 1999.
b@1481 951 \fi.}%
b@1481 952 ]
b@1481 953 \it
b@1481 954 }
b@1481 955 \newif\if@qeded
b@1481 956 \global\@qededfalse
b@1481 957
b@1481 958 % -- original
b@1481 959 %\def\proof{%
b@1481 960 % \vspace{-\parskip} % GM July 2000 (for tighter spacing)
b@1481 961 % \global\@qededfalse
b@1481 962 % \@ifnextchar[{\@xproof}{\@proof}%
b@1481 963 %}
b@1481 964 % -- end of original
b@1481 965
b@1481 966 % (JSS) Fix for vertical spacing bug - Gerry Murray July 30th. 2002
b@1481 967 \def\proof{%
b@1481 968 \vspace{-\lastskip}\vspace{-\parsep}\penalty-51%
b@1481 969 \global\@qededfalse
b@1481 970 \@ifnextchar[{\@xproof}{\@proof}%
b@1481 971 }
b@1481 972
b@1481 973 \def\endproof{%
b@1481 974 \if@qeded\else\qed\fi
b@1481 975 \endtrivlist
b@1481 976 }
b@1481 977 \def\@proof{%
b@1481 978 \trivlist
b@1481 979 \item[%
b@1481 980 \hskip 10\p@
b@1481 981 \hskip \labelsep
b@1481 982 {\sc Proof.}%
b@1481 983 ]
b@1481 984 \ignorespaces
b@1481 985 }
b@1481 986 \def\@xproof[#1]{%
b@1481 987 \trivlist
b@1481 988 \item[\hskip 10\p@\hskip \labelsep{\sc Proof #1.}]%
b@1481 989 \ignorespaces
b@1481 990 }
b@1481 991 \def\qed{%
b@1481 992 \unskip
b@1481 993 \kern 10\p@
b@1481 994 \begingroup
b@1481 995 \unitlength\p@
b@1481 996 \linethickness{.4\p@}%
b@1481 997 \framebox(6,6){}%
b@1481 998 \endgroup
b@1481 999 \global\@qededtrue
b@1481 1000 }
b@1481 1001
b@1481 1002 \def\newdef#1#2{%
b@1481 1003 \expandafter\@ifdefinable\csname #1\endcsname
b@1481 1004 {\@definecounter{#1}%
b@1481 1005 \expandafter\xdef\csname the#1\endcsname{\@thmcounter{#1}}%
b@1481 1006 \global\@namedef{#1}{\@defthm{#1}{#2}}%
b@1481 1007 \global\@namedef{end#1}{\@endtheorem}%
b@1481 1008 }%
b@1481 1009 }
b@1481 1010 \def\@defthm#1#2{%
b@1481 1011 \refstepcounter{#1}%
b@1481 1012 \@ifnextchar[{\@ydefthm{#1}{#2}}{\@xdefthm{#1}{#2}}%
b@1481 1013 }
b@1481 1014 \def\@xdefthm#1#2{%
b@1481 1015 \@begindef{#2}{\csname the#1\endcsname}%
b@1481 1016 \ignorespaces
b@1481 1017 }
b@1481 1018 \def\@ydefthm#1#2[#3]{%
b@1481 1019 \trivlist
b@1481 1020 \item[%
b@1481 1021 \hskip 10\p@
b@1481 1022 \hskip \labelsep
b@1481 1023 {\it #2%
b@1481 1024 % \savebox\@tempboxa{#3}%
b@1481 1025 \saveb@x\@tempboxa{#3}% % January 2008
b@1481 1026 \ifdim \wd\@tempboxa>\z@
b@1481 1027 \ \box\@tempboxa
b@1481 1028 \fi.%
b@1481 1029 }]%
b@1481 1030 \ignorespaces
b@1481 1031 }
b@1481 1032 \def\@begindef#1#2{%
b@1481 1033 \trivlist
b@1481 1034 \item[%
b@1481 1035 \hskip 10\p@
b@1481 1036 \hskip \labelsep
b@1481 1037 {\it #1\ \rm #2.}%
b@1481 1038 ]%
b@1481 1039 }
b@1481 1040 \def\theequation{\arabic{equation}}
b@1481 1041
b@1481 1042 \newcounter{part}
b@1481 1043 \newcounter{section}
b@1481 1044 \newcounter{subsection}[section]
b@1481 1045 \newcounter{subsubsection}[subsection]
b@1481 1046 \newcounter{paragraph}[subsubsection]
b@1481 1047 \def\thepart{\Roman{part}}
b@1481 1048 \def\thesection{\arabic{section}}
b@1481 1049 \def\thesubsection{\thesection.\arabic{subsection}}
b@1481 1050 \def\thesubsubsection{\thesubsection.\arabic{subsubsection}} %removed \subsecfnt 29 July 2002 gkmt
b@1481 1051 \def\theparagraph{\thesubsubsection.\arabic{paragraph}} %removed \subsecfnt 29 July 2002 gkmt
b@1481 1052 \newif\if@uchead
b@1481 1053 \@ucheadfalse
b@1481 1054
b@1481 1055 %% CHANGES: NEW NOTE
b@1481 1056 %% NOTE: OK to use old-style font commands below, since they were
b@1481 1057 %% suitably redefined for LaTeX2e
b@1481 1058 %% END CHANGES
b@1481 1059 \setcounter{secnumdepth}{3}
b@1481 1060 \def\part{%
b@1481 1061 \@startsection{part}{9}{\z@}{-10\p@ \@plus -4\p@ \@minus -2\p@}
b@1481 1062 {4\p@}{\normalsize\@ucheadtrue}%
b@1481 1063 }
b@1481 1064 \def\section{%
b@1481 1065 \@startsection{section}{1}{\z@}{-10\p@ \@plus -4\p@ \@minus -2\p@}% GM
b@1481 1066 {4\p@}{\baselineskip 14pt\secfnt\@ucheadtrue}%
b@1481 1067 }
b@1481 1068
b@1481 1069 \def\subsection{%
b@1481 1070 \@startsection{subsection}{2}{\z@}{-8\p@ \@plus -2\p@ \@minus -\p@}
b@1481 1071 {4\p@}{\secfnt}%
b@1481 1072 }
b@1481 1073 \def\subsubsection{%
b@1481 1074 \@startsection{subsubsection}{3}{\z@}{-8\p@ \@plus -2\p@ \@minus -\p@}%
b@1481 1075 {4\p@}{\subsecfnt}%
b@1481 1076 }
b@1481 1077 %\def\paragraph{%
b@1481 1078 % \vskip 12pt\@startsection{paragraph}{3}{\z@}{6\p@ \@plus \p@}% original
b@1481 1079 % {-5\p@}{\subsecfnt}%
b@1481 1080 %}
b@1481 1081 % If one wants sections, subsections and subsubsections numbered,
b@1481 1082 % but not paragraphs, one usually sets secnumepth to 3.
b@1481 1083 % For that, the "depth" of paragraphs must be given correctly
b@1481 1084 % in the definition (``4'' instead of ``3'' as second argument
b@1481 1085 % of @startsection):
b@1481 1086 \def\paragraph{%
b@1481 1087 \vskip 12pt\@startsection{paragraph}{4}{\z@}{6\p@ \@plus \p@}% % GM and Wolfgang May - 11/30/06
b@1481 1088 {-5\p@}{\subsecfnt}%
b@1481 1089 }
b@1481 1090 \let\@period=.
b@1481 1091 \def\@startsection#1#2#3#4#5#6{%
b@1481 1092 \if@noskipsec %gkmt, 11 aug 99
b@1481 1093 \global\let\@period\@empty
b@1481 1094 \leavevmode
b@1481 1095 \global\let\@period.%
b@1481 1096 \fi
b@1481 1097 \par %
b@1481 1098 \@tempskipa #4\relax
b@1481 1099 \@afterindenttrue
b@1481 1100 \ifdim \@tempskipa <\z@
b@1481 1101 \@tempskipa -\@tempskipa
b@1481 1102 \@afterindentfalse
b@1481 1103 \fi
b@1481 1104 \if@nobreak
b@1481 1105 \everypar{}%
b@1481 1106 \else
b@1481 1107 \addpenalty\@secpenalty
b@1481 1108 \addvspace\@tempskipa
b@1481 1109 \fi
b@1481 1110 \parskip=0pt % GM July 2000 (non numbered) section heads
b@1481 1111 \@ifstar
b@1481 1112 {\@ssect{#3}{#4}{#5}{#6}}
b@1481 1113 {\@dblarg{\@sect{#1}{#2}{#3}{#4}{#5}{#6}}}%
b@1481 1114 }
b@1481 1115 \def\@sect#1#2#3#4#5#6[#7]#8{%
b@1481 1116 \ifnum #2>\c@secnumdepth
b@1481 1117 \let\@svsec\@empty
b@1481 1118 \else
b@1481 1119 \refstepcounter{#1}%
b@1481 1120 \edef\@svsec{%
b@1481 1121 \begingroup
b@1481 1122 %\ifnum#2>2 \noexpand\rm \fi % changed to next 29 July 2002 gkmt
b@1481 1123 \ifnum#2>2 \noexpand#6 \fi
b@1481 1124 \csname the#1\endcsname
b@1481 1125 \endgroup
b@1481 1126 \ifnum #2=1\relax .\fi
b@1481 1127 \hskip 1em
b@1481 1128 }%
b@1481 1129 \fi
b@1481 1130 \@tempskipa #5\relax
b@1481 1131 \ifdim \@tempskipa>\z@
b@1481 1132 \begingroup
b@1481 1133 #6\relax
b@1481 1134 \@hangfrom{\hskip #3\relax\@svsec}%
b@1481 1135 \begingroup
b@1481 1136 \interlinepenalty \@M
b@1481 1137 \if@uchead
b@1481 1138 \uppercase{#8}%
b@1481 1139 \else
b@1481 1140 #8%
b@1481 1141 \fi
b@1481 1142 \par
b@1481 1143 \endgroup
b@1481 1144 \endgroup
b@1481 1145 \csname #1mark\endcsname{#7}%
b@1481 1146 \vskip -12pt %gkmt, 11 aug 99 and GM July 2000 (was -14) - numbered section head spacing
b@1481 1147 \addcontentsline{toc}{#1}{%
b@1481 1148 \ifnum #2>\c@secnumdepth \else
b@1481 1149 \protect\numberline{\csname the#1\endcsname}%
b@1481 1150 \fi
b@1481 1151 #7%
b@1481 1152 }%
b@1481 1153 \else
b@1481 1154 \def\@svsechd{%
b@1481 1155 #6%
b@1481 1156 \hskip #3\relax
b@1481 1157 \@svsec
b@1481 1158 \if@uchead
b@1481 1159 \uppercase{#8}%
b@1481 1160 \else
b@1481 1161 #8%
b@1481 1162 \fi
b@1481 1163 \csname #1mark\endcsname{#7}%
b@1481 1164 \addcontentsline{toc}{#1}{%
b@1481 1165 \ifnum #2>\c@secnumdepth \else
b@1481 1166 \protect\numberline{\csname the#1\endcsname}%
b@1481 1167 \fi
b@1481 1168 #7%
b@1481 1169 }%
b@1481 1170 }%
b@1481 1171 \fi
b@1481 1172 \@xsect{#5}\hskip 1pt
b@1481 1173 \par
b@1481 1174 }
b@1481 1175 \def\@xsect#1{%
b@1481 1176 \@tempskipa #1\relax
b@1481 1177 \ifdim \@tempskipa>\z@
b@1481 1178 \par
b@1481 1179 \nobreak
b@1481 1180 \vskip \@tempskipa
b@1481 1181 \@afterheading
b@1481 1182 \else
b@1481 1183 \global\@nobreakfalse
b@1481 1184 \global\@noskipsectrue
b@1481 1185 \everypar{%
b@1481 1186 \if@noskipsec
b@1481 1187 \global\@noskipsecfalse
b@1481 1188 \clubpenalty\@M
b@1481 1189 \hskip -\parindent
b@1481 1190 \begingroup
b@1481 1191 \@svsechd
b@1481 1192 \@period
b@1481 1193 \endgroup
b@1481 1194 \unskip
b@1481 1195 \@tempskipa #1\relax
b@1481 1196 \hskip -\@tempskipa
b@1481 1197 \else
b@1481 1198 \clubpenalty \@clubpenalty
b@1481 1199 \everypar{}%
b@1481 1200 \fi
b@1481 1201 }%
b@1481 1202 \fi
b@1481 1203 \ignorespaces
b@1481 1204 }
b@1481 1205 \def\@trivlist{%
b@1481 1206 \@topsepadd\topsep
b@1481 1207 \if@noskipsec
b@1481 1208 \global\let\@period\@empty
b@1481 1209 \leavevmode
b@1481 1210 \global\let\@period.%
b@1481 1211 \fi
b@1481 1212 \ifvmode
b@1481 1213 \advance\@topsepadd\partopsep
b@1481 1214 \else
b@1481 1215 \unskip
b@1481 1216 \par
b@1481 1217 \fi
b@1481 1218 \if@inlabel
b@1481 1219 \@noparitemtrue
b@1481 1220 \@noparlisttrue
b@1481 1221 \else
b@1481 1222 \@noparlistfalse
b@1481 1223 \@topsep\@topsepadd
b@1481 1224 \fi
b@1481 1225 \advance\@topsep \parskip
b@1481 1226 \leftskip\z@skip
b@1481 1227 \rightskip\@rightskip
b@1481 1228 \parfillskip\@flushglue
b@1481 1229 \@setpar{\if@newlist\else{\@@par}\fi}
b@1481 1230 \global\@newlisttrue
b@1481 1231 \@outerparskip\parskip
b@1481 1232 }
b@1481 1233
b@1481 1234 %%% Actually, 'abbrev' works just fine as the default
b@1481 1235 %%% Bibliography style.
b@1481 1236
b@1481 1237 \typeout{Using 'Abbrev' bibliography style}
b@1481 1238 \newcommand\bibyear[2]{%
b@1481 1239 \unskip\quad\ignorespaces#1\unskip
b@1481 1240 \if#2..\quad \else \quad#2 \fi
b@1481 1241 }
b@1481 1242 \newcommand{\bibemph}[1]{{\em#1}}
b@1481 1243 \newcommand{\bibemphic}[1]{{\em#1\/}}
b@1481 1244 \newcommand{\bibsc}[1]{{\sc#1}}
b@1481 1245 \def\@normalcite{%
b@1481 1246 \def\@cite##1##2{[##1\if@tempswa , ##2\fi]}%
b@1481 1247 }
b@1481 1248 \def\@citeNB{%
b@1481 1249 \def\@cite##1##2{##1\if@tempswa , ##2\fi}%
b@1481 1250 }
b@1481 1251 \def\@citeRB{%
b@1481 1252 \def\@cite##1##2{##1\if@tempswa , ##2\fi]}%
b@1481 1253 }
b@1481 1254 \def\start@cite#1#2{%
b@1481 1255 \edef\citeauthoryear##1##2##3{%
b@1481 1256 ###1%
b@1481 1257 \ifnum#2=\z@ \else\ ###2\fi
b@1481 1258 }%
b@1481 1259 \ifnum#1=\thr@@
b@1481 1260 \let\@@cite\@citeyear
b@1481 1261 \else
b@1481 1262 \let\@@cite\@citenormal
b@1481 1263 \fi
b@1481 1264 \@ifstar{\@citeNB\@@cite}{\@normalcite\@@cite}%
b@1481 1265 }
b@1481 1266 %\def\cite{\start@cite23}
b@1481 1267 \DeclareRobustCommand\cite{\start@cite23} % January 2008
b@1481 1268 \def\citeNP{\cite*} % No Parentheses e.g. 5
b@1481 1269 %\def\citeA{\start@cite10}
b@1481 1270 \DeclareRobustCommand\citeA{\start@cite10} % January 2008
b@1481 1271 \def\citeANP{\citeA*}
b@1481 1272 %\def\shortcite{\start@cite23}
b@1481 1273 \DeclareRobustCommand\shortcite{\start@cite23} % January 2008
b@1481 1274 \def\shortciteNP{\shortcite*}
b@1481 1275 %\def\shortciteA{\start@cite20}
b@1481 1276 \DeclareRobustCommand\shortciteA{\start@cite20} % January 2008
b@1481 1277 \def\shortciteANP{\shortciteA*}
b@1481 1278 %\def\citeyear{\start@cite30}
b@1481 1279 \DeclareRobustCommand\citeyear{\start@cite30} % January 2008
b@1481 1280 \def\citeyearNP{\citeyear*}
b@1481 1281 %\def\citeN{%
b@1481 1282 \DeclareRobustCommand\citeN{% % January 2008
b@1481 1283 \@citeRB
b@1481 1284 \def\citeauthoryear##1##2##3{##1\ [##3%
b@1481 1285 \def\reserved@a{##1}%
b@1481 1286 \def\citeauthoryear####1####2####3{%
b@1481 1287 \def\reserved@b{####1}%
b@1481 1288 \ifx\reserved@a\reserved@b
b@1481 1289 ####3%
b@1481 1290 \else
b@1481 1291 \errmessage{Package acmart Error: author mismatch
b@1481 1292 in \string\citeN^^J^^J%
b@1481 1293 See the acmart package documentation for explanation}%
b@1481 1294 \fi
b@1481 1295 }%
b@1481 1296 }%
b@1481 1297 \@ifstar\@citeyear\@citeyear
b@1481 1298 }
b@1481 1299 %\def\shortciteN{%
b@1481 1300 \DeclareRobustCommand\shortciteN{% % January 2008
b@1481 1301 \@citeRB
b@1481 1302 \def\citeauthoryear##1##2##3{##2\ [##3%
b@1481 1303 \def\reserved@a{##2}%
b@1481 1304 \def\citeauthoryear####1####2####3{%
b@1481 1305 \def\reserved@b{####2}%
b@1481 1306 \ifx\reserved@a\reserved@b
b@1481 1307 ####3%
b@1481 1308 \else
b@1481 1309 \errmessage{Package acmart Error: author mismatch
b@1481 1310 in \string\shortciteN^^J^^J%
b@1481 1311 See the acmart package documentation for explanation}%
b@1481 1312 \fi
b@1481 1313 }%
b@1481 1314 }%
b@1481 1315 \@ifstar\@citeyear\@citeyear % GM July 2000
b@1481 1316 }
b@1481 1317
b@1481 1318 \def\@citenormal{%
b@1481 1319 \@ifnextchar [{\@tempswatrue\@citex;}%
b@1481 1320 % original {\@tempswafalse\@citex,[]}% was ; Gerry 2/24/00
b@1481 1321 {\@tempswafalse\@citex[]}% % GERRY FIX FOR BABEL 3/20/2009
b@1481 1322 }
b@1481 1323
b@1481 1324 \def\@citeyear{%
b@1481 1325 \@ifnextchar [{\@tempswatrue\@citex,}%
b@1481 1326 % original {\@tempswafalse\@citex,[]}%
b@1481 1327 {\@tempswafalse\@citex[]}% % GERRY FIX FOR BABEL 3/20/2009
b@1481 1328 }
b@1481 1329
b@1481 1330 \def\@citex#1[#2]#3{%
b@1481 1331 \let\@citea\@empty
b@1481 1332 \@cite{%
b@1481 1333 \@for\@citeb:=#3\do{%
b@1481 1334 \@citea
b@1481 1335 % original \def\@citea{#1 }%
b@1481 1336 \def\@citea{#1, }% % GERRY FIX FOR BABEL 3/20/2009 -- SO THAT YOU GET [1, 2] IN THE BODY TEXT
b@1481 1337 \edef\@citeb{\expandafter\@iden\@citeb}%
b@1481 1338 \if@filesw
b@1481 1339 \immediate\write\@auxout{\string\citation{\@citeb}}%
b@1481 1340 \fi
b@1481 1341 \@ifundefined{b@\@citeb}{%
b@1481 1342 {\bf ?}%
b@1481 1343 \@warning{%
b@1481 1344 Citation `\@citeb' on page \thepage\space undefined%
b@1481 1345 }%
b@1481 1346 }%
b@1481 1347 {\csname b@\@citeb\endcsname}%
b@1481 1348 }%
b@1481 1349 }{#2}%
b@1481 1350 }
b@1481 1351 %\let\@biblabel\@gobble % Dec. 2008 - Gerry
b@1481 1352 % ----
b@1481 1353 \def\@biblabelnum#1{[#1]} % Gerry's solution #1 - for Natbib -- April 2009
b@1481 1354 \let\@biblabel=\@biblabelnum % Gerry's solution #1 - for Natbib -- April 2009
b@1481 1355 \def\newblock{\relax} % Gerry Dec. 2008
b@1481 1356 % ---
b@1481 1357 \newdimen\bibindent
b@1481 1358 \setcounter{enumi}{1}
b@1481 1359 \bibindent=0em
b@1481 1360 \def\thebibliography#1{%
b@1481 1361 \ifnum\addauflag=0\addauthorsection\global\addauflag=1\fi
b@1481 1362 \section[References]{% <=== OPTIONAL ARGUMENT ADDED HERE
b@1481 1363 {References} % was uppercased but this affects pdf bookmarks (SP/GM October 2004)
b@1481 1364 {\vskip -9pt plus 1pt} % GM Nov. 2006 / GM July 2000 (for somewhat tighter spacing)
b@1481 1365 \@mkboth{{\refname}}{{\refname}}%
b@1481 1366 }%
b@1481 1367 \list{[\arabic{enumi}]}{%
b@1481 1368 \settowidth\labelwidth{[#1]}%
b@1481 1369 \leftmargin\labelwidth
b@1481 1370 \advance\leftmargin\labelsep
b@1481 1371 \advance\leftmargin\bibindent
b@1481 1372 \parsep=0pt\itemsep=1pt % GM July 2000
b@1481 1373 \itemindent -\bibindent
b@1481 1374 \listparindent \itemindent
b@1481 1375 \usecounter{enumi}
b@1481 1376 }%
b@1481 1377 \let\newblock\@empty
b@1481 1378 \raggedright % GM July 2000
b@1481 1379 \sloppy
b@1481 1380 \sfcode`\.=1000\relax
b@1481 1381 }
b@1481 1382
b@1481 1383
b@1481 1384 \gdef\balancecolumns
b@1481 1385 {\vfill\eject
b@1481 1386 \global\@colht=\textheight
b@1481 1387 \global\ht\@cclv=\textheight
b@1481 1388 }
b@1481 1389
b@1481 1390 \newcount\colcntr
b@1481 1391 \global\colcntr=0
b@1481 1392 %\newbox\savebox
b@1481 1393 \newbox\saveb@x % January 2008
b@1481 1394
b@1481 1395 \gdef \@makecol {%
b@1481 1396 \global\advance\colcntr by 1
b@1481 1397 \ifnum\colcntr>2 \global\colcntr=1\fi
b@1481 1398 \ifvoid\footins
b@1481 1399 \setbox\@outputbox \box\@cclv
b@1481 1400 \else
b@1481 1401 \setbox\@outputbox \vbox{%
b@1481 1402 \boxmaxdepth \@maxdepth
b@1481 1403 \@tempdima\dp\@cclv
b@1481 1404 \unvbox \@cclv
b@1481 1405 \vskip-\@tempdima
b@1481 1406 \vskip \skip\footins
b@1481 1407 \color@begingroup
b@1481 1408 \normalcolor
b@1481 1409 \footnoterule
b@1481 1410 \unvbox \footins
b@1481 1411 \color@endgroup
b@1481 1412 }%
b@1481 1413 \fi
b@1481 1414 \xdef\@freelist{\@freelist\@midlist}%
b@1481 1415 \global \let \@midlist \@empty
b@1481 1416 \@combinefloats
b@1481 1417 \ifvbox\@kludgeins
b@1481 1418 \@makespecialcolbox
b@1481 1419 \else
b@1481 1420 \setbox\@outputbox \vbox to\@colht {%
b@1481 1421 \@texttop
b@1481 1422 \dimen@ \dp\@outputbox
b@1481 1423 \unvbox \@outputbox
b@1481 1424 \vskip -\dimen@
b@1481 1425 \@textbottom
b@1481 1426 }%
b@1481 1427 \fi
b@1481 1428 \global \maxdepth \@maxdepth
b@1481 1429 }
b@1481 1430 \def\titlenote{\@ifnextchar[\@xtitlenote{\stepcounter\@mpfn
b@1481 1431 \global\advance\titlenotecount by 1
b@1481 1432 \ifnum\titlenotecount=1
b@1481 1433 \raisebox{9pt}{$\ast$}
b@1481 1434 \fi
b@1481 1435 \ifnum\titlenotecount=2
b@1481 1436 \raisebox{9pt}{$\dagger$}
b@1481 1437 \fi
b@1481 1438 \ifnum\titlenotecount=3
b@1481 1439 \raisebox{9pt}{$\ddagger$}
b@1481 1440 \fi
b@1481 1441 \ifnum\titlenotecount=4
b@1481 1442 \raisebox{9pt}{$\S$}
b@1481 1443 \fi
b@1481 1444 \ifnum\titlenotecount=5
b@1481 1445 \raisebox{9pt}{$\P$}
b@1481 1446 \fi
b@1481 1447 \@titlenotetext
b@1481 1448 }}
b@1481 1449
b@1481 1450 \long\def\@titlenotetext#1{\insert\footins{%
b@1481 1451 \ifnum\titlenotecount=1\global\tntoks={#1}\fi
b@1481 1452 \ifnum\titlenotecount=2\global\tntokstwo={#1}\fi
b@1481 1453 \ifnum\titlenotecount=3\global\tntoksthree={#1}\fi
b@1481 1454 \ifnum\titlenotecount=4\global\tntoksfour={#1}\fi
b@1481 1455 \ifnum\titlenotecount=5\global\tntoksfive={#1}\fi
b@1481 1456 \reset@font\footnotesize
b@1481 1457 \interlinepenalty\interfootnotelinepenalty
b@1481 1458 \splittopskip\footnotesep
b@1481 1459 \splitmaxdepth \dp\strutbox \floatingpenalty \@MM
b@1481 1460 \hsize\columnwidth \@parboxrestore
b@1481 1461 \protected@edef\@currentlabel{%
b@1481 1462 }%
b@1481 1463 \color@begingroup
b@1481 1464 \color@endgroup}}
b@1481 1465
b@1481 1466 %%%%%%%%%%%%%%%%%%%%%%%%%
b@1481 1467 \ps@plain
b@1481 1468 \baselineskip=11pt
b@1481 1469 \let\thepage\relax % For NO page numbers - GM Nov. 30th. 1999 and July 2000
b@1481 1470 \def\setpagenumber#1{\global\setcounter{page}{#1}}
b@1481 1471 %\pagenumbering{arabic} % Arabic page numbers GM July 2000
b@1481 1472 \twocolumn % Double column.
b@1481 1473 \flushbottom % Even bottom -- alas, does not balance columns at end of document
b@1481 1474 \pagestyle{plain}
b@1481 1475
b@1481 1476 % Need Copyright Year and Copyright Data to be user definable (in .tex file).
b@1481 1477 % Gerry Nov. 30th. 1999
b@1481 1478 \newtoks\copyrtyr
b@1481 1479 \newtoks\acmcopyr
b@1481 1480 \newtoks\boilerplate
b@1481 1481 \global\acmcopyr={X-XXXXX-XX-X/XX/XX} % Default - 5/11/2001 *** Gerry
b@1481 1482 \global\copyrtyr={\the\year} % Default - 3/3/2003 *** Gerry
b@1481 1483 \def\acmPrice#1{\gdef\@acmPrice{#1}}
b@1481 1484 \acmPrice{} %article price % Changed to 15 - June 2012 - Gerry
b@1481 1485
b@1481 1486
b@1481 1487 \def\CopyrightYear#1{\global\copyrtyr{#1}}
b@1481 1488 \def\crdata#1{\global\acmcopyr{#1}}
b@1481 1489 \def\permission#1{\global\boilerplate{#1}}
b@1481 1490
b@1481 1491 % ISBN
b@1481 1492 %
b@1481 1493 \def\isbn#1{\global\acmcopyr={#1}}
b@1481 1494 \isbn{978-1-4503-2138-9}
b@1481 1495
b@1481 1496 \RequirePackage{url}
b@1481 1497 \urlstyle{rm}
b@1481 1498 \def\doi#1{\def\@doi{#1}}
b@1481 1499 \doi{10.1145/1235}
b@1481 1500 \def\printdoi#1{\url{#1}}
b@1481 1501
b@1481 1502
b@1481 1503
b@1481 1504 % Copyright
b@1481 1505 \RequirePackage{waccopyright}
b@1481 1506 \setcopyright{none}
b@1481 1507
b@1481 1508 %
b@1481 1509 \global\boilerplate={\@copyrightpermission}
b@1481 1510
b@1481 1511
b@1481 1512
b@1481 1513 \newtoks\copyrightetc
b@1481 1514 \global\copyrightetc{%
b@1481 1515 {\noindent\confname\ \the\conf\ \the\confinfo}\par\smallskip
b@1481 1516 \if@printcopyright
b@1481 1517 \copyright\ \the\copyrtyr\ \@copyrightowner
b@1481 1518 \fi
b@1481 1519 \if@acmowned ISBN \else\ifnum\acm@copyrightmode=2 ISBN \else %\par\smallskip ~
b@1481 1520 \fi\fi
b@1481 1521 % \the\acmcopyr
b@1481 1522 \ifx\@acmPrice\@empty.\else\dots\@acmPrice\fi\par%\smallskip
b@1481 1523 %{DOI: \small\expandafter\printdoi\expandafter{\@doi}%
b@1481 1524 }
b@1481 1525 \toappear{\fontsize{7pt}{8pt}\fontfamily{ptm}\selectfont
b@1481 1526 \the\boilerplate\par\smallskip
b@1481 1527 \the\copyrightetc}
b@1481 1528 %\DeclareFixedFont{\altcrnotice}{OT1}{tmr}{m}{n}{8} % << patch needed for accenting e.g. Montreal - Gerry, May 2007
b@1481 1529 %\DeclareFixedFont{\altconfname}{OT1}{tmr}{m}{it}{8} % << patch needed for accenting in italicized confname - Gerry, May 2007
b@1481 1530 %
b@1481 1531 %{\altconfname{{\the\conf}}} {\altcrnotice\the\confinfo\par} \the\copyrightetc.} % << Gerry, May 2007
b@1481 1532 %
b@1481 1533 % The following section (i.e. 3 .sty inclusions) was added in May 2007 so as to fix the problems that many
b@1481 1534 % authors were having with accents. Sometimes accents would occur, but the letter-character would be of a different
b@1481 1535 % font. Conversely the letter-character font would be correct but, e.g. a 'bar' would appear superimposed on the
b@1481 1536 % character instead of, say, an unlaut/diaresis. Sometimes the letter-character would NOT appear at all.
b@1481 1537 % Using [T1]{fontenc} outright was not an option as this caused 99% of the authors to 'produce' a Type-3 (bitmapped)
b@1481 1538 % PDF file - useless for production.
b@1481 1539 %
b@1481 1540 % For proper (font) accenting we NEED these packages to be part of the .cls file i.e. 'ae', 'aecompl' and 'aeguil'
b@1481 1541 % ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
b@1481 1542 %% This is file `ae.sty'
b@1481 1543 \def\fileversion{1.3}
b@1481 1544 \def\filedate{2001/02/12}
b@1481 1545 \NeedsTeXFormat{LaTeX2e}
b@1481 1546 %\ProvidesPackage{ae}[\filedate\space\fileversion\space % GM
b@1481 1547 % Almost European Computer Modern] % GM - keeping the log file clean(er)
b@1481 1548 \newif\if@ae@slides \@ae@slidesfalse
b@1481 1549 \DeclareOption{slides}{\@ae@slidestrue}
b@1481 1550 \ProcessOptions
b@1481 1551 \fontfamily{aer}
b@1481 1552 \RequirePackage[T1]{fontenc}
b@1481 1553 \if@ae@slides
b@1481 1554 \renewcommand{\sfdefault}{laess}
b@1481 1555 \renewcommand{\rmdefault}{laess} % no roman
b@1481 1556 \renewcommand{\ttdefault}{laett}
b@1481 1557 \else
b@1481 1558 \renewcommand{\sfdefault}{aess}
b@1481 1559 \renewcommand{\rmdefault}{aer}
b@1481 1560 \renewcommand{\ttdefault}{aett}
b@1481 1561 \fi
b@1481 1562 \DeclareRobustCommand{\ttfamily}{\fontencoding{T1}\fontfamily{lmtt}\selectfont}
b@1481 1563 \endinput
b@1481 1564 %%
b@1481 1565 %% End of file `ae.sty'.
b@1481 1566 %
b@1481 1567 %
b@1481 1568 \def\fileversion{0.9}
b@1481 1569 \def\filedate{1998/07/23}
b@1481 1570 \NeedsTeXFormat{LaTeX2e}
b@1481 1571 %\ProvidesPackage{aecompl}[\filedate\space\fileversion\space % GM
b@1481 1572 %T1 Complements for AE fonts (D. Roegel)] % GM -- keeping the log file clean(er)
b@1481 1573
b@1481 1574 \def\@ae@compl#1{{\fontencoding{T1}\fontfamily{cmr}\selectfont\symbol{#1}}}
b@1481 1575 \def\guillemotleft{\@ae@compl{19}}
b@1481 1576 \def\guillemotright{\@ae@compl{20}}
b@1481 1577 \def\guilsinglleft{\@ae@compl{14}}
b@1481 1578 \def\guilsinglright{\@ae@compl{15}}
b@1481 1579 \def\TH{\@ae@compl{222}}
b@1481 1580 \def\NG{\@ae@compl{141}}
b@1481 1581 \def\ng{\@ae@compl{173}}
b@1481 1582 \def\th{\@ae@compl{254}}
b@1481 1583 \def\DJ{\@ae@compl{208}}
b@1481 1584 \def\dj{\@ae@compl{158}}
b@1481 1585 \def\DH{\@ae@compl{208}}
b@1481 1586 \def\dh{\@ae@compl{240}}
b@1481 1587 \def\@perthousandzero{\@ae@compl{24}}
b@1481 1588 \def\textperthousand{\%\@perthousandzero}
b@1481 1589 \def\textpertenthousand{\%\@perthousandzero\@perthousandzero}
b@1481 1590 \endinput
b@1481 1591 %
b@1481 1592 %
b@1481 1593 %% This is file `aeguill.sty'
b@1481 1594 % This file gives french guillemets (and not guillemots!)
b@1481 1595 % built with the Polish CMR fonts (default), WNCYR fonts, the LASY fonts
b@1481 1596 % or with the EC fonts.
b@1481 1597 % This is useful in conjunction with the ae package
b@1481 1598 % (this package loads the ae package in case it has not been loaded)
b@1481 1599 % and with or without the french(le) package.
b@1481 1600 %
b@1481 1601 % In order to get the guillemets, it is necessary to either type
b@1481 1602 % \guillemotleft and \guillemotright, or to use an 8 bit encoding
b@1481 1603 % (such as ISO-Latin1) which selects these two commands,
b@1481 1604 % or, if you use the french package (but not the frenchle package),
b@1481 1605 % to type << or >>.
b@1481 1606 %
b@1481 1607 % By default, you get the Polish CMR guillemets; if this package is loaded
b@1481 1608 % with the `cm' option, you get the LASY guillemets; with `ec,' you
b@1481 1609 % get the EC guillemets, and with `cyr,' you get the cyrillic guillemets.
b@1481 1610 %
b@1481 1611 % In verbatim mode, you always get the EC/TT guillemets.
b@1481 1612 %
b@1481 1613 % The default option is interesting in conjunction with PDF,
b@1481 1614 % because there is a Type 1 version of the Polish CMR fonts
b@1481 1615 % and these guillemets are very close in shape to the EC guillemets.
b@1481 1616 % There are no free Type 1 versions of the EC fonts.
b@1481 1617 %
b@1481 1618 % Support for Polish CMR guillemets was kindly provided by
b@1481 1619 % Rolf Niepraschk <niepraschk@ptb.de> in version 0.99 (2000/05/22).
b@1481 1620 % Bernd Raichle provided extensive simplifications to the code
b@1481 1621 % for version 1.00.
b@1481 1622 %
b@1481 1623 % This package is released under the LPPL.
b@1481 1624 %
b@1481 1625 % Changes:
b@1481 1626 % Date version
b@1481 1627 % 2001/04/12 1.01 the frenchle and french package are now distinguished.
b@1481 1628 %
b@1481 1629 \def\fileversion{1.01}
b@1481 1630 \def\filedate{2001/04/12}
b@1481 1631 \NeedsTeXFormat{LaTeX2e}
b@1481 1632 %\ProvidesPackage{aeguill}[2001/04/12 1.01 % % GM
b@1481 1633 %AE fonts with french guillemets (D. Roegel)] % GM - keeping the log file clean(er)
b@1481 1634 %\RequirePackage{ae} % GM May 2007 - already embedded here
b@1481 1635
b@1481 1636 \newcommand{\@ae@switch}[4]{#4}
b@1481 1637 \DeclareOption{ec}{\renewcommand\@ae@switch[4]{#1}}
b@1481 1638 \DeclareOption{cm}{\renewcommand\@ae@switch[4]{#2}}
b@1481 1639 \DeclareOption{cyr}{\renewcommand\@ae@switch[4]{#3}}
b@1481 1640 \DeclareOption{pl}{\renewcommand\@ae@switch[4]{#4}}
b@1481 1641
b@1481 1642
b@1481 1643 %
b@1481 1644 % Load necessary packages
b@1481 1645 %
b@1481 1646 \@ae@switch{% ec
b@1481 1647 % do nothing
b@1481 1648 }{% cm
b@1481 1649 \RequirePackage{latexsym}% GM - May 2007 - already 'mentioned as required' up above
b@1481 1650 }{% cyr
b@1481 1651 \RequirePackage[OT2,T1]{fontenc}%
b@1481 1652 }{% pl
b@1481 1653 \RequirePackage[OT4,T1]{fontenc}%
b@1481 1654 }
b@1481 1655
b@1481 1656 % The following command will be compared to \frenchname,
b@1481 1657 % as defined in french.sty and frenchle.sty.
b@1481 1658 \def\aeguillfrenchdefault{french}%
b@1481 1659
b@1481 1660 \let\guill@verbatim@font\verbatim@font
b@1481 1661 \def\verbatim@font{\guill@verbatim@font\ecguills{cmtt}%
b@1481 1662 \let\guillemotleft\@oguills\let\guillemotright\@fguills}
b@1481 1663
b@1481 1664 \begingroup \catcode`\<=13 \catcode`\>=13
b@1481 1665 \def\x{\endgroup
b@1481 1666 \def\ae@lfguill{<<}%
b@1481 1667 \def\ae@rfguill{>>}%
b@1481 1668 }\x
b@1481 1669
b@1481 1670 \newcommand{\ecguills}[1]{%
b@1481 1671 \def\selectguillfont{\fontencoding{T1}\fontfamily{#1}\selectfont}%
b@1481 1672 \def\@oguills{{\selectguillfont\symbol{19}}}%
b@1481 1673 \def\@fguills{{\selectguillfont\symbol{20}}}%
b@1481 1674 }
b@1481 1675
b@1481 1676 \newcommand{\aeguills}{%
b@1481 1677 \ae@guills
b@1481 1678 % We redefine \guillemotleft and \guillemotright
b@1481 1679 % in order to catch them when they are used
b@1481 1680 % with \DeclareInputText (in latin1.def for instance)
b@1481 1681 % We use \auxWARNINGi as a safe indicator that french.sty is used.
b@1481 1682 \gdef\guillemotleft{\ifx\auxWARNINGi\undefined
b@1481 1683 \@oguills % neither french.sty nor frenchle.sty
b@1481 1684 \else
b@1481 1685 \ifx\aeguillfrenchdefault\frenchname
b@1481 1686 \ae@lfguill % french.sty
b@1481 1687 \else
b@1481 1688 \@oguills % frenchle.sty
b@1481 1689 \fi
b@1481 1690 \fi}%
b@1481 1691 \gdef\guillemotright{\ifx\auxWARNINGi\undefined
b@1481 1692 \@fguills % neither french.sty nor frenchle.sty
b@1481 1693 \else
b@1481 1694 \ifx\aeguillfrenchdefault\frenchname
b@1481 1695 \ae@rfguill % french.sty
b@1481 1696 \else
b@1481 1697 \@fguills % frenchle.sty
b@1481 1698 \fi
b@1481 1699 \fi}%
b@1481 1700 }
b@1481 1701
b@1481 1702 %
b@1481 1703 % Depending on the class option
b@1481 1704 % define the internal command \ae@guills
b@1481 1705 \@ae@switch{% ec
b@1481 1706 \newcommand{\ae@guills}{%
b@1481 1707 \ecguills{cmr}}%
b@1481 1708 }{% cm
b@1481 1709 \newcommand{\ae@guills}{%
b@1481 1710 \def\selectguillfont{\fontencoding{U}\fontfamily{lasy}%
b@1481 1711 \fontseries{m}\fontshape{n}\selectfont}%
b@1481 1712 \def\@oguills{\leavevmode\nobreak
b@1481 1713 \hbox{\selectguillfont (\kern-.20em(\kern.20em}\nobreak}%
b@1481 1714 \def\@fguills{\leavevmode\nobreak
b@1481 1715 \hbox{\selectguillfont \kern.20em)\kern-.2em)}%
b@1481 1716 \ifdim\fontdimen\@ne\font>\z@\/\fi}}%
b@1481 1717 }{% cyr
b@1481 1718 \newcommand{\ae@guills}{%
b@1481 1719 \def\selectguillfont{\fontencoding{OT2}\fontfamily{wncyr}\selectfont}%
b@1481 1720 \def\@oguills{{\selectguillfont\symbol{60}}}%
b@1481 1721 \def\@fguills{{\selectguillfont\symbol{62}}}}
b@1481 1722 }{% pl
b@1481 1723 \newcommand{\ae@guills}{%
b@1481 1724 \def\selectguillfont{\fontencoding{OT4}\fontfamily{cmr}\selectfont}%
b@1481 1725 \def\@oguills{{\selectguillfont\symbol{174}}}%
b@1481 1726 \def\@fguills{{\selectguillfont\symbol{175}}}}
b@1481 1727 }
b@1481 1728
b@1481 1729
b@1481 1730 \AtBeginDocument{%
b@1481 1731 \ifx\GOfrench\undefined
b@1481 1732 \aeguills
b@1481 1733 \else
b@1481 1734 \let\aeguill@GOfrench\GOfrench
b@1481 1735 \gdef\GOfrench{\aeguill@GOfrench \aeguills}%
b@1481 1736 \fi
b@1481 1737 }
b@1481 1738
b@1481 1739 \endinput
b@1481 1740 %
b@1481 1741