Guest User

Untitled

a guest
Oct 18th, 2011
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 51.53 KB | None | 0 0
  1. % tei2012.cls
  2. % I just changed CHI to TEI etc.
  3. % Carles F. Julià
  4. %
  5. % Adapted from:
  6. % chi2009.cls
  7. % Libby Hemphill August 18, 2005
  8. %
  9. % Also known as:
  10. % chi2006.cls - version 0.13
  11. % chi2005.cls - version 0.13
  12. % Dennis Chao July 23, 2004
  13. %
  14. % Also based on:
  15. % chiproceedings.cls - version 0.11
  16. % Jan Borchers <[email protected]>, September 7, 2000.
  17. %
  18. % And thanks to Tommi Ilmonen for his feedback.
  19. %
  20. % ---- Start of example  ----
  21. %
  22. % \documentclass{chi2009}
  23. % \usepackage{times}
  24. % \pagenumbering{arabic}  % Arabic page numbers for submission.  Remove this line to eliminate page numbers for the camera ready copy
  25. % \title{The Title}
  26. % \numberofauthors{2}
  27. % \author{
  28. %   \alignauthor Author 1
  29. %     \affaddr{Affiliation}\\
  30. %     \affaddr{Affiliation}\\
  31. %     \email{[email protected]}
  32. %   \alignauthor Author 2
  33. %     \affaddr{Affiliation}\\
  34. %     \affaddr{Affiliation}\\
  35. %     \email{[email protected]}
  36. % }
  37. %
  38. %\begin{document}
  39. %\maketitle
  40. %\abstract{This is the abstract}
  41. %\keywords{Put author keywords here}
  42. %\classification{The ACM Classification keywords here.}
  43. %
  44. %\section{Introduction}
  45. % ...
  46. %
  47. % ---- End of example  ----
  48. %
  49. % ---- Start of 'updates'  ----
  50. %
  51. % Allowance made to switch default fonts between those systems using
  52. % METAFONT and those using 'Type 1' or 'Truetype' fonts.
  53. % See LINE NUMBER 266 for details.
  54. % Also provided for enumerated/annotated Corollaries 'surrounded' by
  55. % enumerated Theorems (line 838).
  56. % Gerry November 11th. 1999
  57. % Updated the metafont names to use more modern Berry font naming schemes.
  58. % Andrew Duchowski.  2006
  59. %
  60. % Made the Permission Statement / Conference Info / Copyright Info
  61. % 'user definable' in the source .tex file OR automatic if
  62. % not specified.
  63. % This 'sp' version does NOT produce the permission block.
  64. %
  65. % Major change in January 2000 was to include a "blank line" in between
  66. % new paragraphs. This involved major changes to the, then, acmproc-sp.cls  1.0SP
  67. % file, precipitating a 'new' name: "acm_proc_article-sp.cls" V2.01SP.
  68. %
  69. % Georgia fixed bug in sub-sub-section numbering in paragraphs (July 29th. 2002)
  70. % JS/GM fix to vertical spacing before Proofs (July 30th. 2002)
  71. %
  72. % Footnotes inside table cells using \minipage (Oct. 2002)
  73. %
  74. % ---- End of 'updates' ----
  75. %
  76. \def\fileversion{V0.13}          % for ACM's tracking purposes  % DLC
  77. \def\filedate{July 23, 2004}    % Gerry Murray's tracking data % DLC
  78. \def\docdate {Friday 23rd. July 2004} % Gerry Murray (with deltas to doc} % DLC
  79. \usepackage{epsfig}
  80. \usepackage{amssymb}
  81. \usepackage{amsmath}
  82. \usepackage{amsfonts}
  83. %
  84. % ACM_PROC_ARTICLE-SP  DOCUMENT STYLE
  85. % G.K.M. Tobin August-October 1999
  86. %    adapted from ARTICLE document style by Ken Traub, Olin Shivers
  87. %    also using elements of esub2acm.cls
  88. % LATEST REVISION V2.6SP - OCTOBER 2002
  89. % ARTICLE DOCUMENT STYLE -- Released 16 March 1988
  90. %    for LaTeX version 2.09
  91. % Copyright (C) 1988 by Leslie Lamport
  92. %
  93. %
  94. %%% ACM_PROC_ARTICLE-SP is a document style for producing two-column camera-ready pages for
  95. %%% ACM conferences, according to ACM specifications.  The main features of
  96. %%% this style are:
  97. %%%
  98. %%% 1)  Two columns.
  99. %%% 2)  Side and top margins of 4.5pc, bottom margin of 6pc, column gutter of
  100. %%%     2pc, hence columns are 20pc wide and 55.5pc tall.  (6pc =3D 1in, approx)
  101. %%% 3)  First page has title information, and an extra 6pc of space at the
  102. %%%     bottom of the first column for the ACM copyright notice.
  103. %%% 4)  Text is 9pt on 10pt baselines; titles (except main) are 9pt bold.
  104. %%%
  105. %%%
  106. %%% There are a few restrictions you must observe:
  107. %%%
  108. %%% 1)  You cannot change the font size; ACM wants you to use 9pt.
  109. %%% 3)  You must start your paper with the \maketitle command.  Prior to the
  110. %%%     \maketitle you must have \title and \author commands.  If you have a
  111. %%%     \date command it will be ignored; no date appears on the paper, since
  112. %%%     the proceedings will have a date on the front cover.
  113. %%% 4)  Marginal paragraphs, tables of contents, lists of figures and tables,
  114. %%%     and page headings are all forbidden.
  115. %%% 5)  The `figure' environment will produce a figure one column wide; if you
  116. %%%     want one that is two columns wide, use `figure*'.
  117. %%%
  118. %
  119. %%% Copyright Space:
  120. %%% This style automatically leaves 1" blank space at the bottom of page 1/
  121. %%% column 1.  This space can optionally be filled with some text using the
  122. %%% \toappear{...} command.  If used, this command must be BEFORE the \maketitle
  123. %%% command.  If this command is defined AND [preprint] is on, then the
  124. %%% space is filled with the {...} text (at the bottom); otherwise, it is
  125. %%% blank.  If you use \toappearbox{...} instead of \toappear{...} then a
  126. %%% box will be drawn around the text (if [preprint] is on).
  127. %%%
  128. %%% A typical usage looks like this:
  129. %%%     \toappear{To appear in the Ninth AES Conference on Medievil Lithuanian
  130. %%%               Embalming Technique, June 1991, Alfaretta, Georgia.}
  131. %%% This will be included in the preprint, and left out of the conference
  132. %%% version.
  133. %%%
  134. %%% WARNING:
  135. %%% Some dvi-ps converters heuristically allow chars to drift from their
  136. %%% true positions a few pixels. This may be noticeable with the 9pt sans-serif
  137. %%% bold font used for section headers.
  138. %%% You may turn this hackery off via the -e option:
  139. %%%     dvips -e 0 foo.dvi >foo.ps
  140. %%%
  141.  
  142. \typeout{Document Class 'chi2009' <23rd July '04>.} % DLC
  143. \typeout{Shamelessly copied from Document Class 'chiproceedings' <7th Sep. '00>. Modified by Jan O. Borchers}        % DLC
  144. \typeout{And also based on Document Class 'acm_proc_article-sp' <2nd. October '02>.  Modified by G.K.M. Tobin} % DLC
  145. \typeout{Based in part upon document Style `acmconf' <22 May 89>. Hacked 4/91 by}
  146. \typeout{Excerpts were taken from (Journal Style) 'esub2acm.cls'.}
  147. %\typeout{****** Bugs/comments/suggestions  to Gerry Murray -- [email protected] ******} %DLC
  148.  
  149. \oddsidemargin 4.5pc
  150. \evensidemargin 4.5pc
  151. \advance\oddsidemargin by -1in  % Correct for LaTeX gratuitousness
  152. \advance\evensidemargin by -1in % Correct for LaTeX gratuitousness
  153. \marginparwidth 0pt             % Margin pars are not allowed.
  154. \marginparsep 11pt              % Horizontal space between outer margin and
  155.                                 % marginal note
  156.  
  157.                                 % Top of page:
  158. \topmargin 4.5pc                % Nominal distance from top of page to top of
  159. %\topmargin 6.5pc                % Nominal distance from top of page to top of  % 00-09-07 job (for A4)
  160.                                 % box containing running head.
  161. \advance\topmargin by -1in      % Correct for LaTeX gratuitousness
  162. \headheight 0pt                 % Height of box containing running head.
  163. \headsep 0pt                    % Space between running head and text.
  164.                                 % Bottom of page:
  165. \footskip 30pt                  % Distance from baseline of box containing foot
  166.                                 % to baseline of last line of text.
  167. \@ifundefined{footheight}{\newdimen\footheight}{}% this is for LaTeX2e
  168. \footheight 12pt                % Height of box containing running foot.
  169.  
  170.  
  171. %% Must redefine the top margin so there's room for headers and
  172. %% page numbers if you are using the preprint option. Footers
  173. %% are OK as is. Olin.
  174. \advance\topmargin by -37pt     % Leave 37pt above text for headers
  175. \headheight 12pt                % Height of box containing running head.
  176. \headsep 25pt                   % Space between running head and text.
  177.  
  178. \textheight 666pt       % 9 1/4 column height
  179. \textwidth 42pc         % Width of text line.
  180.                         % For two-column mode:
  181. \columnsep 2pc          %    Space between columns
  182. \columnseprule 0pt      %    Width of rule between columns.
  183. \hfuzz 1pt              % Allow some variation in column width, otherwise it's
  184.                         % too hard to typeset in narrow columns.
  185.  
  186. \footnotesep 5.6pt      % Height of strut placed at the beginning of every
  187.                         % footnote =3D height of normal \footnotesize strut,
  188.                         % so no extra space between footnotes.
  189.  
  190. \skip\footins 8.1pt plus 4pt minus 2pt  % Space between last line of text and
  191.                                         % top of first footnote.
  192. \floatsep 11pt plus 2pt minus 2pt       % Space between adjacent floats moved
  193.                                         % to top or bottom of text page.
  194. \textfloatsep 18pt plus 2pt minus 4pt   % Space between main text and floats
  195.                                         % at top or bottom of page.
  196. \intextsep 11pt plus 2pt minus 2pt      % Space between in-text figures and
  197.                                         % text.
  198. \@ifundefined{@maxsep}{\newdimen\@maxsep}{}% this is for LaTeX2e
  199. \@maxsep 18pt                           % The maximum of \floatsep,
  200.                                         % \textfloatsep and \intextsep (minus
  201.                                         % the stretch and shrink).
  202. \dblfloatsep 11pt plus 2pt minus 2pt    % Same as \floatsep for double-column
  203.                                         % figures in two-column mode.
  204. \dbltextfloatsep 18pt plus 2pt minus 4pt% \textfloatsep for double-column
  205.                                         % floats.
  206. \@ifundefined{@dblmaxsep}{\newdimen\@dblmaxsep}{}% this is for LaTeX2e
  207. \@dblmaxsep 18pt                        % The maximum of \dblfloatsep and
  208.                                         % \dbltexfloatsep.
  209. \@fptop 0pt plus 1fil    % Stretch at top of float page/column. (Must be
  210.                          % 0pt plus ...)
  211. \@fpsep 8pt plus 2fil    % Space between floats on float page/column.
  212. \@fpbot 0pt plus 1fil    % Stretch at bottom of float page/column. (Must be
  213.                          % 0pt plus ... )
  214. \@dblfptop 0pt plus 1fil % Stretch at top of float page. (Must be 0pt plus ...)
  215. \@dblfpsep 8pt plus 2fil % Space between floats on float page.
  216. \@dblfpbot 0pt plus 1fil % Stretch at bottom of float page. (Must be
  217.                          % 0pt plus ... )
  218. \marginparpush 5pt       % Minimum vertical separation between two marginal
  219.                          % notes.
  220.  
  221. \parskip 0pt                % Extra vertical space between paragraphs.
  222.                     % Set to 0pt outside sections, to keep section heads
  223.                     % uniformly spaced.  The value of parskip is set
  224.                     % to leading value _within_ sections.
  225.                     % 12 Jan 2000 gkmt
  226. \parindent 0pt                % Width of paragraph indentation.
  227. %\partopsep 2pt plus 1pt minus 1pt% Extra vertical space, in addition to
  228.                                  % \parskip and \topsep, added when user
  229.                                  % leaves blank line before environment.
  230. \partopsep 0pt                                                              % 00-09-07 job
  231.  
  232. \@lowpenalty   51       % Produced by \nopagebreak[1] or \nolinebreak[1]
  233. \@medpenalty  151       % Produced by \nopagebreak[2] or \nolinebreak[2]
  234. \@highpenalty 301       % Produced by \nopagebreak[3] or \nolinebreak[3]
  235.  
  236. \@beginparpenalty -\@lowpenalty % Before a list or paragraph environment.
  237. \@endparpenalty   -\@lowpenalty % After a list or paragraph environment.
  238. \@itempenalty     -\@lowpenalty % Between list items.
  239.  
  240. \@namedef{ds@10pt}{\@latexerr{The `10pt' option is not allowed in the `acmconf'
  241.  document style.}\@eha}
  242. \@namedef{ds@11pt}{\@latexerr{The `11pt' option is not allowed in the `acmconf'
  243.  document style.}\@eha}
  244. \@namedef{ds@12pt}{\@latexerr{The `12pt' option is not allowed in the `acmconf'
  245.  document style.}\@eha}
  246.  
  247. \@options
  248.  
  249. \lineskip 2pt           % \lineskip is 1pt for all font sizes.
  250. \normallineskip 2pt
  251. \def\baselinestretch{1}
  252.  
  253. \abovedisplayskip 9pt plus2pt minus4.5pt%
  254. \belowdisplayskip \abovedisplayskip
  255. \abovedisplayshortskip  \z@ plus3pt%
  256. \belowdisplayshortskip  5.4pt plus3pt minus3pt%
  257. \let\@listi\@listI     % Setting of \@listi added 9 Jun 87
  258.  
  259. \def\small{\@setsize\small{9pt}\viiipt\@viiipt
  260. \abovedisplayskip 7.6pt plus 3pt minus 4pt%
  261. \belowdisplayskip \abovedisplayskip
  262. \abovedisplayshortskip \z@ plus2pt%
  263. \belowdisplayshortskip 3.6pt plus2pt minus 2pt
  264. \def\@listi{\leftmargin\leftmargini %% Added 22 Dec 87
  265. \topsep 4pt plus 2pt minus 2pt\parsep 2pt plus 1pt minus 1pt
  266. \itemsep \parsep}}
  267.  
  268. \def\footnotesize{\@setsize\footnotesize{9pt}\ixpt\@ixpt
  269. \abovedisplayskip 6.4pt plus 2pt minus 4pt%
  270. \belowdisplayskip \abovedisplayskip
  271. \abovedisplayshortskip \z@ plus 1pt%
  272. \belowdisplayshortskip 2.7pt plus 1pt minus 2pt
  273. \def\@listi{\leftmargin\leftmargini %% Added 22 Dec 87
  274. \topsep 3pt plus 1pt minus 1pt\parsep 2pt plus 1pt minus 1pt
  275. \itemsep \parsep}}
  276.  
  277. \newcount\aucount
  278. \newcount\originalaucount
  279. \newdimen\auwidth
  280. \auwidth=\textwidth
  281. \newdimen\auskip
  282. \newcount\auskipcount
  283. \newdimen\auskip
  284. \global\auskip=1pc
  285. \newdimen\allauboxes
  286. \allauboxes=\auwidth
  287. \newtoks\addauthors
  288. \newcount\addauflag
  289. \global\addauflag=0 %Haven't shown additional authors yet
  290.  
  291. \newtoks\subtitletext
  292. \gdef\subtitle#1{\subtitletext={#1}}
  293.  
  294. \gdef\additionalauthors#1{\addauthors={#1}}
  295.  
  296. \gdef\numberofauthors#1{\global\aucount=#1
  297. \ifnum\aucount>3\global\originalaucount=\aucount \global\aucount=3\fi %g}
  298. \global\auskipcount=\aucount\global\advance\auskipcount by 1
  299. \global\multiply\auskipcount by 2
  300. \global\multiply\auskip by \auskipcount
  301. \global\advance\auwidth by -\auskip
  302. \global\divide\auwidth by \aucount}
  303.  
  304. % \and was modified to count the number of authors.  GKMT 12 Aug 1999
  305. \def\alignauthor{%                  % \begin{tabular}
  306. \end{tabular}%
  307.   \begin{tabular}[t]{p{\auwidth}}\centering}%
  308.  
  309. %  *** NOTE *** NOTE *** NOTE *** NOTE ***
  310. %  If you have 'font problems' then you may need
  311. %  to change these, e.g. 'arialb' instead of "arialbd".
  312. %  Gerry Murray 11/11/1999
  313. %  *** OR ** comment out block A and activate block B or vice versa.
  314. % **********************************************
  315. %
  316. %  -- Start of block A -- (Type 1 or Truetype fonts)
  317. %\newfont{\secfnt}{timesbd at 12pt} % was timenrb originally - now is timesbd
  318. %\newfont{\secit}{timesbi at 12pt}   %13 Jan 00 gkmt
  319. %\newfont{\subsecfnt}{timesi at 11pt} % was timenrri originally - now is timesi
  320. %\newfont{\subsecit}{timesbi at 11pt} % 13 Jan 00 gkmt -- was times changed to timesbi gm 2/4/2000
  321. %                         % because "normal" is italic, "italic" is Roman
  322. %\newfont{\ttlfnt}{arialbd at 18pt} % was arialb originally - now is arialbd
  323. %\newfont{\ttlit}{arialbi at 18pt}    % 13 Jan 00 gkmt
  324. %\newfont{\subttlfnt}{arial at 14pt} % was arialr originally - now is arial
  325. %\newfont{\subttlit}{ariali at 14pt} % 13 Jan 00 gkmt
  326. %\newfont{\subttlbf}{arialbd at 14pt}  % 13 Jan 00 gkmt
  327. %\newfont{\aufnt}{arial at 12pt} % was arialr originally - now is arial
  328. %\newfont{\auit}{ariali at 12pt} % 13 Jan 00 gkmt
  329. %\newfont{\affaddr}{arial at 10pt} % was arialr originally - now is arial
  330. %\newfont{\affaddrit}{ariali at 10pt} %13 Jan 00 gkmt
  331. %\newfont{\eaddfnt}{arial at 12pt} % was arialr originally - now is arial
  332. %\newfont{\ixpt}{times at 9pt} % was timenrr originally - now is times
  333. %\newfont{\confname}{timesi at 8pt} % was timenrri - now is timesi
  334. %\newfont{\crnotice}{times at 8pt} % was timenrr originally - now is times
  335. %\newfont{\ninept}{times at 9pt} % was timenrr originally - now is times
  336.  
  337. % *********************************************
  338. %  -- End of block A --
  339. %
  340. %
  341. % -- Start of block B -- METAFONT
  342. % +++++++++++++++++++++++++++++++++++++++++++++
  343. % Next (default) block for those using Metafont
  344. % Gerry Murray 11/11/1999
  345. % *** THIS BLOCK FOR THOSE USING METAFONT *****
  346. % *********************************************
  347. %%\newfont{\secfnt}{ptmb at 12pt}
  348. %\newfont{\secfnt}{phvb at 9pt}                    % 00-09-07 job
  349. %%\newfont{\secit}{ptmbi at 12pt}    %13 Jan 00 gkmt
  350. %\newfont{\secit}{phvbo at 9pt}    %13 Jan 00 gkmt % 00-09-07 job
  351. %%\newfont{\subsecfnt}{ptmri at 11pt}
  352. %\newfont{\subsecfnt}{phvro at 9pt}                % 00-09-07 job
  353. %%\newfont{\subsecit}{ptmbi at 11pt}  % 13 Jan 00 gkmt -- was ptmr changed to ptmbi gm 2/4/2000
  354. %\newfont{\subsecit}{phvr at 9pt}  % 13 Jan 00 gkmt -- was ptmr changed to ptmbi gm 2/4/2000     % 00-09-07 job
  355. %                         % because "normal" is italic, "italic" is Roman
  356. %\newfont{\ttlfnt}{phvb at 18pt}
  357. %\newfont{\ttlit}{phvbo at 18pt}    % GM 2/4/2000
  358. %\newfont{\subttlfnt}{phvr at 14pt}
  359. %\newfont{\subttlit}{phvro at 14pt} % GM 2/4/2000
  360. %\newfont{\subttlbf}{phvb at 14pt}  % 13 Jan 00 gkmt
  361. %%\newfont{\aufnt}{phvr at 12pt}
  362. %\newfont{\aufnt}{ptmb at 12pt}                    % 00-09-07 job
  363. %%\newfont{\auit}{phvro at 12pt}     % GM 2/4/2000
  364. %\newfont{\auit}{ptmbo at 12pt}    % GM 2/4/2000   % 00-09-07 job
  365. %%\newfont{\affaddr}{phvr at 10pt}
  366. %\newfont{\affaddr}{ptmr at 12pt}                  % 00-09-07 job
  367. %%\newfont{\affaddrit}{phvro at 10pt} % GM 2/4/2000
  368. %\newfont{\affaddrit}{ptmro at 12pt} % GM 2/4/2000 % 00-09-07 job
  369. %%\newfont{\eaddfnt}{phvr at 12pt}
  370. %\newfont{\eaddfnt}{ptmr at 12pt}                  % 00-09-07 job
  371. %%\newfont{\ixpt}{ptmr at 9pt}
  372. %\newfont{\ixpt}{ptmr at 10pt}          % 00-09-07 job
  373. %\newfont{\confname}{ptmri at 8pt}
  374. %\newfont{\crnotice}{ptmr at 8pt}
  375. %%\newfont{\ninept}{ptmr at 9pt}
  376. %\newfont{\ninept}{ptmr at 10pt}        % 00-09-07 job
  377. % *********************************************
  378. %  -- End of block B --
  379. %
  380. %
  381. % -- Start of block C -- METAFONT (modern usage)
  382. % +++++++++++++++++++++++++++++++++++++++++++++
  383. % Next (default) block for those using Metafont
  384. % Andrew Duchowski 06/19/2006
  385. % *** THIS BLOCK FOR THOSE USING METAFONT *****
  386. % *********************************************
  387. % notes: 7t fonts are 7-bit latex, 8t fonts are T1 fonts
  388. \newfont{\secfnt}{phvb7t at 9pt}                    % 05-16-2006 atd
  389. \newfont{\secit}{phvbo7t at 9pt}                    % 05-16-2006 atd
  390. \newfont{\subsecfnt}{phvro7t at 9pt}                    % 05-16-2006 atd
  391. \newfont{\subsecit}{phvr7t at 9pt}                    % 05-16-2006 atd
  392. \newfont{\ttlfnt}{phvb7t at 18pt}                    % 05-16-2006 atd
  393. \newfont{\ttlit}{phvbo7t at 18pt}                    % 05-16-2006 atd
  394. \newfont{\subttlfnt}{phvr7t at 14pt}                    % 05-16-2006 atd
  395. \newfont{\subttlit}{phvro7t at 14pt}                     % 05-16-2006 atd
  396. \newfont{\subttlbf}{phvb7t at 14pt}                    % 05-16-2006 atd
  397. \newfont{\aufnt}{ptmb7t at 12pt}                    % 05-16-2006 atd
  398. \newfont{\auit}{ptmbo7t at 12pt}                    % 05-16-2006 atd
  399. \newfont{\affaddr}{ptmr7t at 12pt}                    % 05-16-2006 atd
  400. \newfont{\affaddrit}{ptmro7t at 12pt}                    % 05-16-2006 atd
  401. \newfont{\eaddfnt}{ptmr7t at 12pt}                    % 05-16-2006 atd
  402. \newfont{\ixpt}{ptmr7t at 10pt}                    % 05-16-2006 atd
  403. \newfont{\confname}{ptmri7t at 8pt}                    % 05-16-2006 atd
  404. \newfont{\crnotice}{ptmr7t at 8pt}                    % 05-16-2006 atd
  405. \newfont{\ninept}{ptmr7t at 10pt}                    % 05-16-2006 atd
  406. % +++++++++++++++++++++++++++++++++++++++++++++
  407. % -- End of block C --
  408.  
  409. %\def\email#1{{{\eaddfnt{\vskip 4pt#1}}}}
  410. \def\email#1{{{\eaddfnt{#1}}}} % 00-09-07 job
  411.  
  412. \def\addauthorsection{\ifnum\originalaucount>3
  413.    \section{Additional Authors}\the\addauthors
  414.  \fi}
  415.  
  416. \newcount\savesection
  417. \newcount\sectioncntr
  418. \global\sectioncntr=1
  419.  
  420. \setcounter{secnumdepth}{3}
  421.  
  422. \def\appendix{\par
  423. \section*{APPENDIX}
  424. \setcounter{section}{0}
  425. \setcounter{subsection}{0}
  426. \def\thesection{\Alph{section}} }
  427.  
  428.  
  429. %\leftmargini 22.5pt
  430. \leftmargini 10pt % DLC
  431. \leftmarginii 19.8pt    % > \labelsep + width of '(m)'
  432. \leftmarginiii 16.8pt   % > \labelsep + width of 'vii.'
  433. \leftmarginiv 15.3pt    % > \labelsep + width of 'M.'
  434. \leftmarginv 9pt
  435. \leftmarginvi 9pt
  436.  
  437. \leftmargin\leftmargini
  438. \labelsep 4.5pt
  439. \labelwidth\leftmargini\advance\labelwidth-\labelsep
  440.  
  441. \def\@listI{\leftmargin\leftmargini \parsep 3.6pt plus 2pt minus 1pt%
  442. %\topsep 7.2pt plus 2pt minus 4pt%
  443. \topsep 0pt%                        % 00-09-07 job
  444. \itemsep 3.6pt plus 2pt minus 1pt}
  445.  
  446. \let\@listi\@listI
  447. \@listi
  448.  
  449. \def\@listii{\leftmargin\leftmarginii
  450.   \labelwidth\leftmarginii\advance\labelwidth-\labelsep
  451.   \topsep 3.6pt plus 2pt minus 1pt
  452.   \parsep 1.8pt plus 0.9pt minus 0.9pt
  453.   \itemsep \parsep}
  454.  
  455. \def\@listiii{\leftmargin\leftmarginiii
  456.    \labelwidth\leftmarginiii\advance\labelwidth-\labelsep
  457.    \topsep 1.8pt plus 0.9pt minus 0.9pt
  458.    \parsep \z@ \partopsep 1pt plus 0pt minus 1pt
  459.    \itemsep \topsep}
  460.  
  461. \def\@listiv{\leftmargin\leftmarginiv
  462.     \labelwidth\leftmarginiv\advance\labelwidth-\labelsep}
  463.  
  464. \def\@listv{\leftmargin\leftmarginv
  465.     \labelwidth\leftmarginv\advance\labelwidth-\labelsep}
  466.  
  467. \def\@listvi{\leftmargin\leftmarginvi
  468.     \labelwidth\leftmarginvi\advance\labelwidth-\labelsep}
  469.  
  470. \def\labelenumi{\theenumi.}
  471. \def\theenumi{\arabic{enumi}}
  472.  
  473. \def\labelenumii{(\theenumii)}
  474. \def\theenumii{\alph{enumii}}
  475. \def\p@enumii{\theenumi}
  476.  
  477. \def\labelenumiii{\theenumiii.}
  478. \def\theenumiii{\roman{enumiii}}
  479. \def\p@enumiii{\theenumi(\theenumii)}
  480.  
  481. \def\labelenumiv{\theenumiv.}
  482. \def\theenumiv{\Alph{enumiv}}
  483. \def\p@enumiv{\p@enumiii\theenumiii}
  484.  
  485. \def\labelitemi{$\bullet$}
  486. \def\labelitemii{\bf --}
  487. \def\labelitemiii{$\ast$}
  488. \def\labelitemiv{$\cdot$}
  489.  
  490. \def\verse{\let\\=\@centercr
  491.  \list{}{\itemsep\z@ \itemindent -1.5em\listparindent \itemindent
  492.          \rightmargin\leftmargin\advance\leftmargin 1.5em}\item[]}
  493. \let\endverse\endlist
  494. \def\quotation{\list{}{\listparindent 1.5em
  495.    \itemindent\listparindent
  496.    \rightmargin\leftmargin \parsep 0pt plus 1pt}\item[]}
  497. \let\endquotation=\endlist
  498. \def\quote{\list{}{\rightmargin\leftmargin}\item[]}
  499. \let\endquote=\endlist
  500.  
  501. \def\descriptionlabel#1{\hspace\labelsep \bf #1}
  502. \def\description{\list{}{\labelwidth\z@ \itemindent-\leftmargin
  503.       \let\makelabel\descriptionlabel}}
  504.  
  505. \let\enddescription\endlist
  506.  
  507. \def\theequation{\arabic{equation}}
  508.  
  509. \arraycolsep 4.5pt   % Half the space between columns in an array environment.
  510. \tabcolsep 5.4pt     % Half the space between columns in a tabular environment.
  511. \arrayrulewidth .4pt % Width of rules in array and tabular environment.
  512. \doublerulesep 1.8pt % Space between adjacent rules in array or tabular env.
  513.  
  514. \tabbingsep \labelsep   % Space used by the \' command.  (See LaTeX manual.)
  515.  
  516. \skip\@mpfootins =\skip\footins
  517.  
  518. \fboxsep =2.7pt      % Space left between box and text by \fbox and \framebox.
  519. \fboxrule =.4pt      % Width of rules in box made by \fbox and \framebox.
  520.  
  521. \def\thepart{\Roman{part}} % Roman numeral part numbers.
  522. \def\thesection       {\arabic{section}}
  523. \def\thesubsection    {\thesection.\arabic{subsection}}
  524. %\def\thesubsubsection {\thesubsection.\arabic{subsubsection}} % GM 7/30/2002
  525. %\def\theparagraph     {\thesubsubsection.\arabic{paragraph}}  % GM 7/30/2002
  526. \def\thesubparagraph  {\theparagraph.\arabic{subparagraph}}
  527.  
  528. \def\@pnumwidth{1.55em}
  529. \def\@tocrmarg {2.55em}
  530. \def\@dotsep{4.5}
  531. \setcounter{tocdepth}{3}
  532.  
  533. \def\tableofcontents{\@latexerr{\tableofcontents: Tables of contents are not
  534.  allowed in the `acmconf' document style.}\@eha}
  535.  
  536. \def\l@part#1#2{\addpenalty{\@secpenalty}
  537.   \addvspace{2.25em plus 1pt}  % space above part line
  538.    \begingroup
  539.    \@tempdima 3em       % width of box holding part number, used by
  540.      \parindent \z@ \rightskip \@pnumwidth      %% \numberline
  541.      \parfillskip -\@pnumwidth
  542.      {\large \bf        % set line in \large boldface
  543.      \leavevmode        % TeX command to enter horizontal mode.
  544.      #1\hfil \hbox to\@pnumwidth{\hss #2}}\par
  545.      \nobreak           % Never break after part entry
  546.    \endgroup}
  547.  
  548. \def\l@section#1#2{\addpenalty{\@secpenalty} % good place for page break
  549.    \addvspace{1.0em plus 1pt}   % space above toc entry
  550.    \@tempdima 1.5em             % width of box holding section number
  551.    \begingroup
  552.      \parindent \z@ \rightskip \@pnumwidth
  553.      \parfillskip -\@pnumwidth
  554.      \bf                        % Boldface.
  555.      \leavevmode                % TeX command to enter horizontal mode.
  556.       \advance\leftskip\@tempdima %% added 5 Feb 88 to conform to
  557.       \hskip -\leftskip           %% 25 Jan 88 change to \numberline
  558.      #1\nobreak\hfil \nobreak\hbox to\@pnumwidth{\hss #2}\par
  559.   \endgroup}
  560.  
  561.  
  562. \def\l@subsection{\@dottedtocline{2}{1.5em}{2.3em}}
  563. \def\l@subsubsection{\@dottedtocline{3}{3.8em}{3.2em}}
  564. \def\l@paragraph{\@dottedtocline{4}{7.0em}{4.1em}}
  565. \def\l@subparagraph{\@dottedtocline{5}{10em}{5em}}
  566.  
  567. \def\listoffigures{\@latexerr{\listoffigures: Lists of figures are not
  568.  allowed in the `acmconf' document style.}\@eha}
  569.  
  570. \def\l@figure{\@dottedtocline{1}{1.5em}{2.3em}}
  571.  
  572. \def\listoftables{\@latexerr{\listoftables: Lists of tables are not
  573.  allowed in the `acmconf' document style.}\@eha}
  574. \let\l@table\l@figure
  575.  
  576. \def\footnoterule{\kern-3\p@
  577.  \hrule width .4\columnwidth
  578.  \kern 2.6\p@}                 % The \hrule has default height of .4pt .
  579. % ------
  580. \long\def\@makefntext#1{\noindent
  581. %\hbox to .5em{\hss$^{\@thefnmark}$}#1}   % original
  582. \hbox to .5em{\hss\textsuperscript{\@thefnmark}}#1}  % C. Clifton / GM Oct. 2nd. 2002
  583. % -------
  584.  
  585. \long\def\@maketntext#1{\noindent
  586. #1}
  587.  
  588. \long\def\@maketitlenotetext#1#2{\noindent
  589.            \hbox to 1.8em{\hss$^{#1}$}#2}
  590.  
  591. \setcounter{topnumber}{2}
  592. \def\topfraction{.7}
  593. \setcounter{bottomnumber}{1}
  594. \def\bottomfraction{.3}
  595. \setcounter{totalnumber}{3}
  596. \def\textfraction{.2}
  597. \def\floatpagefraction{.5}
  598. \setcounter{dbltopnumber}{2}
  599. \def\dbltopfraction{.7}
  600. \def\dblfloatpagefraction{.5}
  601.  
  602. % According to the CHI specifications, captions should be centered.
  603. % This looks kind of bad for multi-line captions, so I only center
  604. % 1-line captions.  
  605. \long\def\@makecaption#1#2{
  606.  \vskip \baselineskip
  607.  \setbox\@tempboxa\hbox{\small
  608. \textbf{#1. #2}} % DLC
  609.   \ifdim \wd\@tempboxa >\hsize % IF longer than one line:
  610.      \small\textbf{#1. #2}\par     %   THEN set as ordinary paragraph.
  611.     \else                      %   ELSE  center.
  612.      \hbox to\hsize{\hfil\box\@tempboxa\hfil}\par
  613.  \fi}
  614.  
  615. \@ifundefined{figure}{\newcounter {figure}} % this is for LaTeX2e
  616.  
  617. \def\fps@figure{tbp}
  618. \def\ftype@figure{1}
  619. \def\ext@figure{lof}
  620. \def\fnum@figure{Figure \thefigure}
  621. \def\figure{\@float{figure}}
  622. \let\endfigure\end@float
  623. \@namedef{figure*}{\@dblfloat{figure}}
  624. \@namedef{endfigure*}{\end@dblfloat}
  625.  
  626. \@ifundefined{table}{\newcounter {table}} % this is for LaTeX2e
  627.  
  628. \def\fps@table{tbp}
  629. \def\ftype@table{2}
  630. \def\ext@table{lot}
  631. \def\fnum@table{Table \thetable}
  632. \def\table{\@float{table}}
  633. \let\endtable\end@float
  634. \@namedef{table*}{\@dblfloat{table}}
  635. \@namedef{endtable*}{\end@dblfloat}
  636.  
  637. \newtoks\titleboxnotes
  638. \newcount\titleboxnoteflag
  639.  
  640. \def\maketitle{\par
  641. \begingroup
  642.   \def\thefootnote{\fnsymbol{footnote}}
  643.   \def\@makefnmark{\hbox
  644.       to 0pt{$^{\@thefnmark}$\hss}}
  645.     \twocolumn[\@maketitle]
  646. \@thanks
  647. \endgroup
  648. \setcounter{footnote}{0}
  649. \let\maketitle\relax
  650. \let\@maketitle\relax
  651. \gdef\@thanks{}\gdef\@author{}\gdef\@title{}\gdef\@subtitle{}\let\thanks\relax
  652. }
  653.  %\@copyrightspace} % JRB 2008-08-13 this line was commented out for some reason
  654.                    % which meant that the copyright space wasn't reserved.
  655.                    % I re-enabled it.
  656.  
  657. %% CHANGES ON NEXT LINES
  658. \newif\if@ll % to record which version of LaTeX is in use
  659.  
  660. \expandafter\ifx\csname LaTeXe\endcsname\relax % LaTeX2.09 is used
  661. \else% LaTeX2e is used, so set ll to true
  662. \global\@lltrue
  663. \fi
  664.  
  665. \if@ll
  666.   \NeedsTeXFormat{LaTeX2e}
  667. %  \ProvidesClass{acm_proc_article-sp} [2002/2/10 - V2.6SP - based on esub2acm.sty <23 April 96>]
  668. %  \ProvidesClass{chi2009} [2003/9/22 - V0.12]  % DLC
  669.   \ProvidesClass{proposal} [2011/7/11 - V0.1]  
  670.  \RequirePackage{latexsym}% QUERY: are these two really needed?
  671.   \let\dooptions\ProcessOptions
  672. \else
  673.   \let\dooptions\@options
  674. \fi
  675. %% END CHANGES
  676.  
  677. \def\@height{height}
  678. \def\@width{width}
  679. \def\@minus{minus}
  680. \def\@plus{plus}
  681. \def\hb@xt@{\hbox to}
  682. \newif\if@faircopy
  683. \@faircopyfalse
  684. \def\ds@faircopy{\@faircopytrue}
  685.  
  686. \def\ds@preprint{\@faircopyfalse}
  687.  
  688. \@twosidetrue
  689. \@mparswitchtrue
  690. \def\ds@draft{\overfullrule 5\p@}
  691. %% CHANGE ON NEXT LINE
  692. \dooptions
  693.  
  694. \lineskip \p@
  695. \normallineskip \p@
  696. \def\baselinestretch{1}
  697. \def\@ptsize{0} %needed for amssymbols.sty
  698.  
  699. %% CHANGES ON NEXT LINES
  700. \if@ll% allow use of old-style font change commands in LaTeX2e
  701. \@maxdepth\maxdepth
  702. %
  703. \DeclareOldFontCommand{\rm}{\ninept\rmfamily}{\mathrm}
  704. \DeclareOldFontCommand{\sf}{\normalfont\sffamily}{\mathsf}
  705. \DeclareOldFontCommand{\tt}{\normalfont\ttfamily}{\mathtt}
  706. \DeclareOldFontCommand{\bf}{\normalfont\bfseries}{\mathbf}
  707. \DeclareOldFontCommand{\it}{\normalfont\itshape}{\mathit}
  708. \DeclareOldFontCommand{\sl}{\normalfont\slshape}{\@nomath\sl}
  709. \DeclareOldFontCommand{\sc}{\normalfont\scshape}{\@nomath\sc}
  710. \DeclareRobustCommand*{\cal}{\@fontswitch{\relax}{\mathcal}}
  711. \DeclareRobustCommand*{\mit}{\@fontswitch{\relax}{\mathnormal}}
  712. \fi
  713. %
  714. \if@ll
  715.  \renewcommand{\rmdefault}{cmr}  % was 'ttm'
  716. % Note! I have also found 'mvr' to work ESPECIALLY well.
  717. % Gerry - October 1999
  718. % You may need to change your LV1times.fd file so that sc is
  719. % mapped to cmcsc - -for smallcaps -- that is if you decide
  720. % to change {cmr} to {times} above. (Not recommended)
  721.   \renewcommand{\@ptsize}{}
  722.  \renewcommand{\normalsize}{%
  723. %    \@setfontsize\normalsize\@ixpt{10.5\p@}%\ninept%
  724.     \@setfontsize\normalsize\@xpt{11\p@}%\ninept% % from 9/10.5 to 10/11 00-09-07 job
  725.     \abovedisplayskip 6\p@ \@plus2\p@ \@minus\p@
  726.     \belowdisplayskip \abovedisplayskip
  727.     \abovedisplayshortskip 6\p@ \@minus 3\p@
  728.     \belowdisplayshortskip 6\p@ \@minus 3\p@
  729.     \let\@listi\@listI
  730.   }
  731. \else
  732.   \def\@normalsize{%changed next to 9 from 10
  733. %    \@setsize\normalsize{9\p@}\ixpt\@ixpt
  734.     \@setsize\normalsize{10\p@}\ixpt\@xpt        % from 9 to 10 00-09-07 job
  735.     \abovedisplayskip 6\p@ \@plus2\p@ \@minus\p@
  736.     \belowdisplayskip \abovedisplayskip
  737.     \abovedisplayshortskip 6\p@ \@minus 3\p@
  738.     \belowdisplayshortskip 6\p@ \@minus 3\p@
  739.     \let\@listi\@listI
  740.   }%
  741. \fi
  742. \if@ll
  743.   \newcommand\scriptsize{\@setfontsize\scriptsize\@viipt{8\p@}}
  744.  \newcommand\tiny{\@setfontsize\tiny\@vpt{6\p@}}
  745.  \newcommand\large{\@setfontsize\large\@xiipt{14\p@}}
  746.  \newcommand\Large{\@setfontsize\Large\@xivpt{18\p@}}
  747.  \newcommand\LARGE{\@setfontsize\LARGE\@xviipt{20\p@}}
  748.  \newcommand\huge{\@setfontsize\huge\@xxpt{25\p@}}
  749.  \newcommand\Huge{\@setfontsize\Huge\@xxvpt{30\p@}}
  750. \else
  751.  \def\scriptsize{\@setsize\scriptsize{8\p@}\viipt\@viipt}
  752.  \def\tiny{\@setsize\tiny{6\p@}\vpt\@vpt}
  753.  \def\large{\@setsize\large{14\p@}\xiipt\@xiipt}
  754.  \def\Large{\@setsize\Large{18\p@}\xivpt\@xivpt}
  755.  \def\LARGE{\@setsize\LARGE{20\p@}\xviipt\@xviipt}
  756.  \def\huge{\@setsize\huge{25\p@}\xxpt\@xxpt}
  757.  \def\Huge{\@setsize\Huge{30\p@}\xxvpt\@xxvpt}
  758. \fi
  759. \normalsize
  760.  
  761. % make aubox hsize/number of authors up to 3, less gutter
  762. % then showbox gutter showbox gutter showbox -- GKMT Aug 99
  763. \newbox\@acmtitlebox
  764. \def\@maketitle{\newpage
  765.  \null
  766.  \setbox\@acmtitlebox\vbox{%
  767. \baselineskip 20pt
  768. \vskip 2em                   % Vertical space above title.
  769.    \begin{center}
  770.    {\ttlfnt \@title\par}       % Title set in 18pt Helvetica (Arial) bold size.
  771. %    \vskip 1.5em                % Vertical space after title.
  772.     \vskip 1ex                  % Vertical space after title. % 00-09-07 job
  773. %This should be the subtitle.
  774. {\subttlfnt \the\subtitletext\par}\vskip 1.25em%\fi
  775.     {\baselineskip 16pt\aufnt   % each author set in \12 pt Arial, in a
  776.      \lineskip .5em             % tabular environment
  777.      \begin{tabular}[t]{c}\@author
  778.     \end{tabular}\par}
  779.     \vskip 1.5em               % Vertical space after author.
  780.    \end{center}}
  781.  \dimen0=\ht\@acmtitlebox
  782. % \advance\dimen0 by -12.75pc\relax % Increased space for title box -- KBT
  783.  \advance\dimen0 by -10.75pc\relax % Increased space for title box -- KBT  % 00-09-07 job (decreased)
  784.  \unvbox\@acmtitlebox
  785.  \ifdim\dimen0<0.0pt\relax\vskip-\dimen0\fi}
  786.  
  787.  
  788. \newcount\titlenotecount
  789. \global\titlenotecount=0
  790. \newtoks\tntoks
  791. \newtoks\tntokstwo
  792. \newtoks\tntoksthree
  793. \newtoks\tntoksfour
  794. \newtoks\tntoksfive
  795.  
  796. \def\abstract{
  797. \ifnum\titlenotecount>0 % was =1
  798.     \insert\footins{%
  799.     \reset@font\footnotesize
  800.         \interlinepenalty\interfootnotelinepenalty
  801.         \splittopskip\footnotesep
  802.         \splitmaxdepth \dp\strutbox \floatingpenalty \@MM
  803.         \hsize\columnwidth \@parboxrestore
  804.         \protected@edef\@currentlabel{%
  805.         }%
  806.         \color@begingroup
  807. \ifnum\titlenotecount=1
  808.       \@maketntext{%
  809.          \raisebox{4pt}{$\ast$}\rule\z@\footnotesep\ignorespaces\the\tntoks\@finalstrut\strutbox}%
  810. \fi
  811. \ifnum\titlenotecount=2
  812.       \@maketntext{%
  813.       \raisebox{4pt}{$\ast$}\rule\z@\footnotesep\ignorespaces\the\tntoks\par\@finalstrut\strutbox}%
  814. \@maketntext{%
  815.          \raisebox{4pt}{$\dagger$}\rule\z@\footnotesep\ignorespaces\the\tntokstwo\@finalstrut\strutbox}%
  816. \fi
  817. \ifnum\titlenotecount=3
  818.       \@maketntext{%
  819.          \raisebox{4pt}{$\ast$}\rule\z@\footnotesep\ignorespaces\the\tntoks\par\@finalstrut\strutbox}%
  820. \@maketntext{%
  821.          \raisebox{4pt}{$\dagger$}\rule\z@\footnotesep\ignorespaces\the\tntokstwo\par\@finalstrut\strutbox}%
  822. \@maketntext{%
  823.          \raisebox{4pt}{$\ddagger$}\rule\z@\footnotesep\ignorespaces\the\tntoksthree\@finalstrut\strutbox}%
  824. \fi
  825. \ifnum\titlenotecount=4
  826.       \@maketntext{%
  827.          \raisebox{4pt}{$\ast$}\rule\z@\footnotesep\ignorespaces\the\tntoks\par\@finalstrut\strutbox}%
  828. \@maketntext{%
  829.          \raisebox{4pt}{$\dagger$}\rule\z@\footnotesep\ignorespaces\the\tntokstwo\par\@finalstrut\strutbox}%
  830. \@maketntext{%
  831.          \raisebox{4pt}{$\ddagger$}\rule\z@\footnotesep\ignorespaces\the\tntoksthree\par\@finalstrut\strutbox}%
  832. \@maketntext{%
  833.          \raisebox{4pt}{$\S$}\rule\z@\footnotesep\ignorespaces\the\tntoksfour\@finalstrut\strutbox}%
  834. \fi
  835. \ifnum\titlenotecount=5
  836.       \@maketntext{%
  837.          \raisebox{4pt}{$\ast$}\rule\z@\footnotesep\ignorespaces\the\tntoks\par\@finalstrut\strutbox}%
  838. \@maketntext{%
  839.          \raisebox{4pt}{$\dagger$}\rule\z@\footnotesep\ignorespaces\the\tntokstwo\par\@finalstrut\strutbox}%
  840. \@maketntext{%
  841.          \raisebox{4pt}{$\ddagger$}\rule\z@\footnotesep\ignorespaces\the\tntoksthree\par\@finalstrut\strutbox}%
  842. \@maketntext{%
  843.          \raisebox{4pt}{$\S$}\rule\z@\footnotesep\ignorespaces\the\tntoksfour\par\@finalstrut\strutbox}%
  844. \@maketntext{%
  845.          \raisebox{4pt}{$\P$}\rule\z@\footnotesep\ignorespaces\the\tntoksfive\@finalstrut\strutbox}%
  846. \fi
  847.    \color@endgroup} %g}
  848. \fi
  849. \setcounter{footnote}{0}
  850. \section*{ABSTRACT}\normalsize %\the\parskip \the\baselineskip%\ninept
  851. }
  852.  
  853. \def\endabstract{\if@twocolumn\else\endquotation\fi}
  854.  
  855. \def\keywords{\if@twocolumn
  856. \section*{Author Keywords}
  857. \else \small
  858. \quotation
  859. \fi}
  860.  
  861. \def\classification{%\if@twocolumn
  862. \section*{ACM Classification Keywords}
  863. %\else \small
  864. %\quotation\the\parskip
  865. %\fi}
  866. }
  867.  
  868. % I've pulled the check for 2 cols, since proceedings are _always_
  869. % two-column  11 Jan 2000 gkmt
  870. \def\terms{%\if@twocolumn
  871. \section*{General Terms}
  872. %\else \small
  873. %\quotation\the\parskip
  874. %\fi}
  875. }
  876.  
  877. % -- Classification needs to be a bit smart due to optionals - Gerry/Georgia November 2nd. 1999
  878. \newcount\catcount
  879. \global\catcount=1
  880.  
  881. \def\category#1#2#3{%
  882. \ifnum\catcount=1
  883. \section*{ACM Classification Keywords}  % DLC
  884. \advance\catcount by 1\else{\unskip; }\fi
  885.    \@ifnextchar [{\@category{#1}{#2}{#3}}{\@category{#1}{#2}{#3}[]}%
  886. }
  887.  
  888. \def\@category#1#2#3[#4]{%
  889.     \begingroup
  890.         \let\and\relax
  891. %            #1 [\textbf{#2}]%
  892.             #1 #2%   % DLC
  893.             \if!#4!%
  894.                 \if!#3!\else : #3\fi
  895.             \else
  896.                 :\space
  897.                 \if!#3!\else #3\kern\z@---\hskip\z@\fi
  898.                 \textit{#4}%
  899.             \fi
  900.     \endgroup
  901. }
  902. %
  903.  
  904. %%% This section (written by KBT) handles the 1" box in the lower left
  905. %%% corner of the left column of the first page by creating a picture,
  906. %%% and inserting the predefined string at the bottom (with a negative
  907. %%% displacement to offset the space allocated for a non-existent
  908. %%% caption).
  909. %%%
  910. \newtoks\copyrightnotice
  911. \def\ftype@copyrightbox{8}
  912. \def\@copyrightspace{
  913. \@float{copyrightbox}[b]
  914. \begin{center}
  915. \setlength{\unitlength}{1pc}
  916. \begin{picture}(20,6) %Space for copyright notice
  917. \put(0,-0.95){\crnotice{\@toappear}}
  918. \end{picture}
  919. \end{center}
  920. \end@float}
  921.  
  922. \def\@toappear{} % Default setting blank - commands below change this.
  923. \long\def\toappear#1{\def\@toappear{\parbox[b]{20pc}{\baselineskip 9pt#1}}}
  924. \def\toappearbox#1{\def\@toappear{\raisebox{5pt}{\framebox[20pc]{\parbox[b]{19pc}{#1}}}}}
  925.  
  926. \newtoks\conf
  927. \newtoks\confinfo
  928. \def\conferenceinfo#1#2{\global\conf={#1}\global\confinfo{#2}}
  929.  
  930.  
  931. \def\marginpar{\@latexerr{The \marginpar command is not allowed in the
  932.  `acmconf' document style.}\@eha}
  933.  
  934. \mark{{}{}}     % Initializes TeX's marks
  935.  
  936. \def\today{\ifcase\month\or
  937.  January\or February\or March\or April\or May\or June\or
  938.  July\or August\or September\or October\or November\or December\fi
  939.  \space\number\day, \number\year}
  940.  
  941. \def\@begintheorem#1#2{%
  942.     \trivlist
  943.     \item[%
  944.         \hskip 10\p@
  945.         \hskip \labelsep
  946.         {{\sc #1}\hskip 5\p@\relax#2.}%
  947.     ]
  948.     \it
  949. }
  950. \def\@opargbegintheorem#1#2#3{%
  951.     \trivlist
  952.     \item[%
  953.         \hskip 10\p@
  954.         \hskip \labelsep
  955.         {\sc #1\ #2\             % This mod by Gerry to enumerate corollaries
  956.    \setbox\@tempboxa\hbox{(#3)}  % and bracket the 'corollary title'
  957.         \ifdim \wd\@tempboxa>\z@ % and retain the correct numbering of e.g. theorems
  958.             \hskip 5\p@\relax    % if they occur 'around' said corollaries.
  959.             \box\@tempboxa       % Gerry - Nov. 1999.
  960.         \fi.}%
  961.     ]
  962.     \it
  963. }
  964. \newif\if@qeded
  965. \global\@qededfalse
  966.  
  967. % -- original
  968. %\def\proof{%
  969. %  \vspace{-\parskip} % GM July 2000 (for tighter spacing)
  970. %    \global\@qededfalse
  971. %    \@ifnextchar[{\@xproof}{\@proof}%
  972. %}
  973. % -- end of original
  974.  
  975. % (JSS) Fix for vertical spacing bug - Gerry Murray July 30th. 2002
  976. \def\proof{%
  977. \vspace{-\lastskip}\vspace{-\parsep}\penalty-51%
  978. \global\@qededfalse
  979. \@ifnextchar[{\@xproof}{\@proof}%
  980. }
  981.  
  982. \def\endproof{%
  983.     \if@qeded\else\qed\fi
  984.     \endtrivlist
  985. }
  986. \def\@proof{%
  987.     \trivlist
  988.     \item[%
  989.         \hskip 10\p@
  990.         \hskip \labelsep
  991.         {\sc Proof.}%
  992.     ]
  993.     \ignorespaces
  994. }
  995. \def\@xproof[#1]{%
  996.     \trivlist
  997.     \item[\hskip 10\p@\hskip \labelsep{\sc Proof #1.}]%
  998.     \ignorespaces
  999. }
  1000. \def\qed{%
  1001.     \unskip
  1002.     \kern 10\p@
  1003.     \begingroup
  1004.         \unitlength\p@
  1005.         \linethickness{.4\p@}%
  1006.         \framebox(6,6){}%
  1007.     \endgroup
  1008.     \global\@qededtrue
  1009. }
  1010.  
  1011. \def\newdef#1#2{%
  1012.     \expandafter\@ifdefinable\csname #1\endcsname
  1013.         {\@definecounter{#1}%
  1014.          \expandafter\xdef\csname the#1\endcsname{\@thmcounter{#1}}%
  1015.          \global\@namedef{#1}{\@defthm{#1}{#2}}%
  1016.          \global\@namedef{end#1}{\@endtheorem}%
  1017.     }%
  1018. }
  1019. \def\@defthm#1#2{%
  1020.     \refstepcounter{#1}%
  1021.     \@ifnextchar[{\@ydefthm{#1}{#2}}{\@xdefthm{#1}{#2}}%
  1022. }
  1023. \def\@xdefthm#1#2{%
  1024.     \@begindef{#2}{\csname the#1\endcsname}%
  1025.     \ignorespaces
  1026. }
  1027. \def\@ydefthm#1#2[#3]{%
  1028.     \trivlist
  1029.     \item[%
  1030.         \hskip 10\p@
  1031.         \hskip \labelsep
  1032.         {\it #2%
  1033.          \savebox\@tempboxa{#3}%
  1034.          \ifdim \wd\@tempboxa>\z@
  1035.             \ \box\@tempboxa
  1036.          \fi.%
  1037.         }]%
  1038.     \ignorespaces
  1039. }
  1040. \def\@begindef#1#2{%
  1041.     \trivlist
  1042.     \item[%
  1043.         \hskip 10\p@
  1044.         \hskip \labelsep
  1045.         {\it #1\ \rm #2.}%
  1046.     ]%
  1047. }
  1048. \def\theequation{\arabic{equation}}
  1049.  
  1050. \newcounter{part}
  1051. \newcounter{section}
  1052. \newcounter{subsection}[section]
  1053. \newcounter{subsubsection}[subsection]
  1054. \newcounter{paragraph}[subsubsection]
  1055. \def\thepart{\Roman{part}}
  1056. \def\thesection{\arabic{section}}
  1057. \def\thesubsection{\thesection.\arabic{subsection}}
  1058. \def\thesubsubsection{\thesubsection.\arabic{subsubsection}} %removed \subsecfnt 29 July 2002 gkmt
  1059. \def\theparagraph{\thesubsubsection.\arabic{paragraph}} %removed \subsecfnt 29 July 2002 gkmt
  1060.  
  1061. \newif\if@uchead
  1062. \@ucheadfalse
  1063.  
  1064. %% CHANGES: NEW NOTE
  1065. %% NOTE: OK to use old-style font commands below, since they were
  1066. %% suitably redefined for LaTeX2e
  1067. %% END CHANGES
  1068. %\setcounter{secnumdepth}{3}
  1069. \setcounter{secnumdepth}{-2} % DLC
  1070. \def\part{%
  1071.     \@startsection{part}{9}{\z@}{-10\p@ \@plus -4\p@ \@minus -2\p@}
  1072.        {4\p@}{\normalsize\@ucheadtrue}%
  1073. }
  1074.  
  1075. % Rationale for changes made in next four definitions:
  1076. % "Before skip" is made elastic to provide some give in setting columns (vs.
  1077. % parskip, which is non-elastic to keep section headers "anchored" to their
  1078. % subsequent text.
  1079. %
  1080. % "After skip" is minimized -- BUT setting it to 0pt resulted in run-in heads, despite
  1081. % the documentation asserted only after-skip < 0pt would have result.
  1082. %
  1083. % Baselineskip added to style to ensure multi-line section titles, and section heads
  1084. % followed by another section head rather than text, are decently spaced vertically.
  1085. % 12 Jan 2000 gkmt
  1086. \def\section{%
  1087.     \@startsection{section}{1}{\z@}{-10\p@ \@plus -4\p@ \@minus -2\p@}%
  1088.     {0.5pt}{\baselineskip=14pt\secfnt\@ucheadtrue}%
  1089. }
  1090.  
  1091. \def\subsection{%
  1092.     \@startsection{subsection}{2}{\z@}{-10\p@ \@plus -4\p@ \@minus -2\p@}
  1093.    {0.5pt}{\baselineskip=14pt\secfnt}%
  1094. }
  1095. \def\subsubsection{%
  1096.     \@startsection{subsubsection}{3}{\z@}{-10\p@ \@plus -4\p@ \@minus -2\p@}%
  1097.     {0.5pt}{\baselineskip=14pt\subsecfnt}%
  1098. }
  1099.  
  1100. \def\paragraph{%
  1101.     \@startsection{paragraph}{3}{\z@}{-10\p@ \@plus -4\p@ \@minus -2\p@}%
  1102.     {0.5pt}{\baselineskip=14pt\subsecfnt}%
  1103. }
  1104.  
  1105. \let\@period=.
  1106. \def\@startsection#1#2#3#4#5#6{%
  1107.         \if@noskipsec  %gkmt, 11 aug 99
  1108.         \global\let\@period\@empty
  1109.         \leavevmode
  1110.         \global\let\@period.%
  1111.     \fi
  1112.     \par
  1113.     \@tempskipa #4\relax
  1114.     \@afterindenttrue
  1115.     \ifdim \@tempskipa <\z@
  1116.         \@tempskipa -\@tempskipa
  1117.         \@afterindentfalse
  1118.     \fi
  1119.     %\if@nobreak  11 Jan 00 gkmt
  1120.         %\everypar{}
  1121.     %\else
  1122.         \addpenalty\@secpenalty
  1123.         \addvspace\@tempskipa
  1124.     %\fi
  1125.     \parskip=0pt
  1126.     \@ifstar
  1127.         {\@ssect{#3}{#4}{#5}{#6}}
  1128.        {\@dblarg{\@sect{#1}{#2}{#3}{#4}{#5}{#6}}}%
  1129. }
  1130.  
  1131.  
  1132. \def\@ssect#1#2#3#4#5{%
  1133.   \@tempskipa #3\relax
  1134.   \ifdim \@tempskipa>\z@
  1135.     \begingroup
  1136.       #4{%
  1137.         \@hangfrom{\hskip #1}%
  1138.           \interlinepenalty \@M #5\@@par}%
  1139.     \endgroup
  1140.   \else
  1141.     \def\@svsechd{#4{\hskip #1\relax #5}}%
  1142.   \fi
  1143.   \vskip -10.5pt  %gkmt, 7 jan 00 -- had been -14pt, now set to parskip
  1144.   \@xsect{#3}\parskip=10.5pt} % within the starred section, parskip = leading 12 Jan 2000 gkmt
  1145.  
  1146.  
  1147. \def\@sect#1#2#3#4#5#6[#7]#8{%
  1148.     \ifnum #2>\c@secnumdepth
  1149.         \let\@svsec\@empty
  1150.     \else
  1151.         \refstepcounter{#1}%
  1152.         \edef\@svsec{%
  1153.             \begingroup
  1154.                 %\ifnum#2>2 \noexpand\rm \fi % changed to next 29 July 2002 gkmt
  1155.             \ifnum#2>2 \noexpand#6 \fi
  1156.                 \csname the#1\endcsname
  1157.             \endgroup
  1158.             \ifnum #2=1\relax .\fi
  1159.             \hskip 1em
  1160.         }%
  1161.     \fi
  1162.     \@tempskipa #5\relax
  1163.     \ifdim \@tempskipa>\z@
  1164.         \begingroup
  1165.             #6\relax
  1166.             \@hangfrom{\hskip #3\relax\@svsec}%
  1167.             \begingroup
  1168.                 \interlinepenalty \@M
  1169.                 \if@uchead
  1170.                     \uppercase{#8}%
  1171.                 \else
  1172.                     #8%
  1173.                 \fi
  1174.                 \par
  1175.             \endgroup
  1176.         \endgroup
  1177.         \csname #1mark\endcsname{#7}%
  1178.         \vskip -10.5pt  % -14pt gkmt, 11 aug 99 -- changed to -\parskip 11 Jan 2000
  1179.       \addcontentsline{toc}{#1}{%
  1180.             \ifnum #2>\c@secnumdepth \else
  1181.                 \protect\numberline{\csname the#1\endcsname}%
  1182.             \fi
  1183.             #7%
  1184.         }%
  1185.     \else
  1186.         \def\@svsechd{%
  1187.             #6%
  1188.             \hskip #3\relax
  1189.             \@svsec
  1190.             \if@uchead
  1191.                 \uppercase{#8}%
  1192.             \else
  1193.                 #8%
  1194.             \fi
  1195.             \csname #1mark\endcsname{#7}%
  1196.             \addcontentsline{toc}{#1}{%
  1197.                 \ifnum #2>\c@secnumdepth \else
  1198.                     \protect\numberline{\csname the#1\endcsname}%
  1199.                 \fi
  1200.                 #7%
  1201.             }%
  1202.         }%
  1203.     \fi
  1204.     \@xsect{#5}\parskip=10.5pt% within the section, parskip = leading 12 Jan 2000 gkmt
  1205. }
  1206. \def\@xsect#1{%
  1207.     \@tempskipa #1\relax
  1208.     \ifdim \@tempskipa>\z@
  1209.         \par
  1210.         \nobreak
  1211.         \vskip \@tempskipa
  1212.         \@afterheading
  1213.     \else
  1214.         \global\@nobreakfalse
  1215.         \global\@noskipsectrue
  1216.         \everypar{%
  1217.             \if@noskipsec
  1218.                 \global\@noskipsecfalse
  1219.                 \clubpenalty\@M
  1220.                 \hskip -\parindent
  1221.                 \begingroup
  1222.                     \@svsechd
  1223.                     \@period
  1224.                 \endgroup
  1225.                 \unskip
  1226.                 \@tempskipa #1\relax
  1227.                 \hskip -\@tempskipa
  1228.             \else
  1229.                 \clubpenalty \@clubpenalty
  1230.                 \everypar{}%
  1231.             \fi
  1232.         }%
  1233.     \fi
  1234.     \ignorespaces
  1235. }
  1236.  
  1237. \def\@trivlist{%
  1238.     \@topsepadd\topsep
  1239.     \if@noskipsec
  1240.         \global\let\@period\@empty
  1241.         \leavevmode
  1242.         \global\let\@period.%
  1243.     \fi
  1244.     \ifvmode
  1245.         \advance\@topsepadd\partopsep
  1246.     \else
  1247.         \unskip
  1248.         \par
  1249.     \fi
  1250.     \if@inlabel
  1251.         \@noparitemtrue
  1252.         \@noparlisttrue
  1253.     \else
  1254.         \@noparlistfalse
  1255.         \@topsep\@topsepadd
  1256.     \fi
  1257.     \advance\@topsep \parskip
  1258.     \leftskip\z@skip
  1259.     \rightskip\@rightskip
  1260.     \parfillskip\@flushglue
  1261.     \@setpar{\if@newlist\else{\@@par}\fi}
  1262.    \global\@newlisttrue
  1263.    \@outerparskip\parskip
  1264. }
  1265.  
  1266. %%% Actually, 'abbrev' works just fine as the default - Gerry Feb. 2000
  1267. %%% Bibliography style.
  1268.  
  1269. \parindent 0pt
  1270. \typeout{Using 'Abbrev' bibliography style}
  1271. \newcommand\bibyear[2]{%
  1272.     \unskip\quad\ignorespaces#1\unskip
  1273.     \if#2..\quad \else \quad#2 \fi
  1274. }
  1275. \newcommand{\bibemph}[1]{{\em#1}}
  1276. \newcommand{\bibemphic}[1]{{\em#1\/}}
  1277. \newcommand{\bibsc}[1]{{\sc#1}}
  1278. \def\@normalcite{%
  1279.     \def\@cite##1##2{[##1\if@tempswa , ##2\fi]}%
  1280. }
  1281. \def\@citeNB{%
  1282.     \def\@cite##1##2{##1\if@tempswa , ##2\fi}%
  1283. }
  1284. \def\@citeRB{%
  1285.     \def\@cite##1##2{##1\if@tempswa , ##2\fi]}%
  1286. }
  1287. \def\start@cite#1#2{%
  1288.     \edef\citeauthoryear##1##2##3{%
  1289.         ###1%
  1290.         \ifnum#2=\z@ \else\ ###2\fi
  1291.     }%
  1292.     \ifnum#1=\thr@@
  1293.         \let\@@cite\@citeyear
  1294.     \else
  1295.         \let\@@cite\@citenormal
  1296.     \fi
  1297.     \@ifstar{\@citeNB\@@cite}{\@normalcite\@@cite}%
  1298. }
  1299. \def\cite{\start@cite23}
  1300. \def\citeNP{\cite*}
  1301. \def\citeA{\start@cite10}
  1302. \def\citeANP{\citeA*}
  1303. \def\shortcite{\start@cite23}
  1304. \def\shortciteNP{\shortcite*}
  1305. \def\shortciteA{\start@cite20}
  1306. \def\shortciteANP{\shortciteA*}
  1307. \def\citeyear{\start@cite30}
  1308. \def\citeyearNP{\citeyear*}
  1309. \def\citeN{%
  1310.     \@citeRB
  1311.     \def\citeauthoryear##1##2##3{##1\ [##3%
  1312.         \def\reserved@a{##1}%
  1313.         \def\citeauthoryear####1####2####3{%
  1314.             \def\reserved@b{####1}%
  1315.             \ifx\reserved@a\reserved@b
  1316.                 ####3%
  1317.             \else
  1318.                 \errmessage{Package acmart Error: author mismatch
  1319.                          in \string\citeN^^J^^J%
  1320.                     See the acmart package documentation for explanation}%
  1321.             \fi
  1322.         }%
  1323.     }%
  1324.     \@ifstar\@citeyear\@citeyear
  1325. }
  1326. \def\shortciteN{%
  1327.     \@citeRB
  1328.     \def\citeauthoryear##1##2##3{##2\ [##3%
  1329.         \def\reserved@a{##2}%
  1330.         \def\citeauthoryear####1####2####3{%
  1331.             \def\reserved@b{####2}%
  1332.             \ifx\reserved@a\reserved@b
  1333.                 ####3%
  1334.             \else
  1335.                 \errmessage{Package acmart Error: author mismatch
  1336.                          in \string\shortciteN^^J^^J%
  1337.                     See the acmart package documentation for explanation}%
  1338.             \fi
  1339.         }%
  1340.     }%
  1341.     \@ifstar\@citeyear\@citeyear % changed from  "\@ifstart" 12 Jan 2000 gkmt
  1342. }
  1343.  
  1344. \def\@citenormal{%
  1345.     \@ifnextchar [{\@tempswatrue\@citex;}
  1346.                  {\@tempswafalse\@citex,[]}% was ; Gerry 2/24/00
  1347. }
  1348. \def\@citeyear{%
  1349.     \@ifnextchar [{\@tempswatrue\@citex,}%
  1350.                   {\@tempswafalse\@citex,[]}%
  1351. }
  1352. \def\@citex#1[#2]#3{%
  1353.     \let\@citea\@empty
  1354.     \@cite{%
  1355.         \@for\@citeb:=#3\do{%
  1356.             \@citea
  1357.             \def\@citea{#1 }%
  1358.             \edef\@citeb{\expandafter\@iden\@citeb}%
  1359.             \if@filesw
  1360.                 \immediate\write\@auxout{\string\citation{\@citeb}}%
  1361.             \fi
  1362.             \@ifundefined{b@\@citeb}{%
  1363.                 {\bf ?}%
  1364.                 \@warning{%
  1365.                     Citation `\@citeb' on page \thepage\space undefined%
  1366.                 }%
  1367.             }%
  1368.             {\csname b@\@citeb\endcsname}%
  1369.         }%
  1370.     }{#2}%
  1371. }
  1372. \let\@biblabel\@gobble
  1373. \newdimen\bibindent
  1374. \setcounter{enumi}{1}
  1375. \bibindent=0em
  1376. \def\thebibliography#1{%
  1377. \ifnum\addauflag=0\addauthorsection\global\addauflag=1\fi
  1378.     \section{%
  1379.        {REFERENCES}
  1380.        \@mkboth{{\refname}}{{\refname}}%
  1381.     }%
  1382. %    \list{[\arabic{enumi}]}{%
  1383.     \list{\arabic{enumi}.}{% DLC
  1384. %        \settowidth\labelwidth{[#1]}%
  1385.         \settowidth\labelwidth{#1.}% DLC
  1386.         \leftmargin\labelwidth
  1387.         \advance\leftmargin\labelsep
  1388.         \advance\leftmargin\bibindent
  1389.         \itemindent -\bibindent
  1390.         \listparindent \itemindent
  1391.         \usecounter{enumi}
  1392.    }%
  1393.     \let\newblock\@empty
  1394.     \raggedright  %% 7 JAN 2000 gkmt
  1395.     \sloppy
  1396.     \sfcode`\.=1000\relax
  1397. }
  1398.  
  1399.  
  1400. \gdef\balancecolumns
  1401. {\vfill\eject
  1402. \global\@colht=\textheight
  1403. \global\ht\@cclv=\textheight
  1404. }
  1405.  
  1406. \newcount\colcntr
  1407. \global\colcntr=0
  1408. \newbox\savebox
  1409.  
  1410. \gdef \@makecol {%
  1411. \global\advance\colcntr by 1
  1412. \ifnum\colcntr>2 \global\colcntr=1\fi
  1413.    \ifvoid\footins
  1414.      \setbox\@outputbox \box\@cclv
  1415.    \else
  1416.      \setbox\@outputbox \vbox{%
  1417. \boxmaxdepth \@maxdepth
  1418.        \@tempdima\dp\@cclv
  1419.        \unvbox \@cclv
  1420.        \vskip-\@tempdima
  1421.        \vskip \skip\footins
  1422.        \color@begingroup
  1423.          \normalcolor
  1424.          \footnoterule
  1425.          \unvbox \footins
  1426.        \color@endgroup
  1427.        }%
  1428.    \fi
  1429.    \xdef\@freelist{\@freelist\@midlist}%
  1430.    \global \let \@midlist \@empty
  1431.    \@combinefloats
  1432.    \ifvbox\@kludgeins
  1433.      \@makespecialcolbox
  1434.    \else
  1435.      \setbox\@outputbox \vbox to\@colht {%
  1436. \@texttop
  1437.        \dimen@ \dp\@outputbox
  1438.        \unvbox \@outputbox
  1439.    \vskip -\dimen@
  1440.        \@textbottom
  1441.        }%
  1442.    \fi
  1443.    \global \maxdepth \@maxdepth
  1444. }
  1445. \def\titlenote{\@ifnextchar[\@xtitlenote{\stepcounter\@mpfn
  1446. \global\advance\titlenotecount by 1
  1447. \ifnum\titlenotecount=1
  1448.    \raisebox{9pt}{$\ast$}
  1449. \fi
  1450. \ifnum\titlenotecount=2
  1451.    \raisebox{9pt}{$\dagger$}
  1452. \fi
  1453. \ifnum\titlenotecount=3
  1454.    \raisebox{9pt}{$\ddagger$}
  1455. \fi
  1456. \ifnum\titlenotecount=4
  1457. \raisebox{9pt}{$\S$}
  1458. \fi
  1459. \ifnum\titlenotecount=5
  1460. \raisebox{9pt}{$\P$}
  1461. \fi
  1462.         \@titlenotetext
  1463. }}
  1464.  
  1465. \long\def\@titlenotetext#1{\insert\footins{%
  1466. \ifnum\titlenotecount=1\global\tntoks={#1}\fi
  1467. \ifnum\titlenotecount=2\global\tntokstwo={#1}\fi
  1468. \ifnum\titlenotecount=3\global\tntoksthree={#1}\fi
  1469. \ifnum\titlenotecount=4\global\tntoksfour={#1}\fi
  1470. \ifnum\titlenotecount=5\global\tntoksfive={#1}\fi
  1471.     \reset@font\footnotesize
  1472.     \interlinepenalty\interfootnotelinepenalty
  1473.     \splittopskip\footnotesep
  1474.     \splitmaxdepth \dp\strutbox \floatingpenalty \@MM
  1475.     \hsize\columnwidth \@parboxrestore
  1476.     \protected@edef\@currentlabel{%
  1477.     }%
  1478.     \color@begingroup
  1479.    \color@endgroup}}
  1480.  
  1481. %%%%%%%%%%%%%%%%%%%%%%%%%
  1482. \ps@plain
  1483. \baselineskip=11pt
  1484. \let\thepage\relax % For  NO page numbers - Gerry Nov. 30th. 1999
  1485. \def\setpagenumber#1{\global\setcounter{page}{#1}}
  1486. %\pagenumbering{arabic}  % Arabic page numbers but commented out for NO page numbes - Gerry Nov. 30th. 1999
  1487. \twocolumn             % Double column.
  1488. \flushbottom           % Even bottom -- alas, does not balance columns at end of document
  1489. \pagestyle{plain}
  1490.  
  1491. % Need Copyright Year and Copyright Data to be user definable (in .tex file).
  1492. % Gerry Nov. 30th. 1999
  1493. \newtoks\copyrtyr
  1494. \newtoks\acmcopyr
  1495. \newtoks\boilerplate
  1496. \def\CopyrightYear#1{\global\copyrtyr{#1}}
  1497. \def\crdata#1{\global\acmcopyr{#1}}
  1498. \def\permission#1{\global\boilerplate{#1}}
  1499. %
  1500. \newtoks\copyrightetc
  1501. \global\copyrightetc{\ } %  Need to have 'something' so that adequate space is left for pasting in a line if "confinfo" is supplied.
  1502.  
  1503.  
  1504. % End of tei2012.cls - version 0.1
  1505.  
  1506.  
Advertisement
Add Comment
Please, Sign In to add comment