Tweaks to make ttl validators happy
[carla.git] / data / presentation / lac2018 / lac2018.sty
blobf92c19269fbe146f2047de0bfc5f8cc43a37c321
2 % lac2018.sty
4 \typeout{}
5 \typeout{LAC2018 Proceedings style -- January 2018}
6 %\typeout{only slightly different from}
7 %\typeout{Coling 2004 Proceedings style -- February 2004}
8 %\typeout{only slightly different from}
9 %\typeout{ACL-COLING 1998 Proceedings style -- March 31st 1998}
10 \typeout{}
12 % ----------------------------------------------------------------------
14 % This is the LaTeX style file for the Linux Audio Conference
15 % It is an almost unmodified copy of colacl.sty, the style file
16 % of Coling (International Conference on Computational Linguistics).
17 % Many thanks to Coling for their permission to use it!
18 % The original may be found here:
19 % http://www.issco.unige.ch/coling2004/coling2004downloads.html
21 % ----------------------------------------------------------------------
23 % This is the LaTeX style file for ACL-COLING 1998. It is based on
24 % a series of similar files prepared for previous conferences by
25 % Fernando Pereira, Paul Jacobs, Stuart Shieber, Peter F.
26 % Patel-Schneider and others. Various changes have been made, chiefly
27 % to save space in the final output or remove redundant definitions.
29 % colacl.sty is designed for use as a package or option with the
30 % standard LaTeX article class, and the BibTeX style acl.bst.
32 % Author/title and citation formatting differs slightly from standard
33 % LaTeX; see AUTHOR FORMATS and CITATION FORMATS below for more
34 % information.
36 % This file is supplied as a hopefully convenient implementation of
37 % some of the "instructions for authors" repeated below. It is not
38 % guaranteed to work in any given LaTeX installation or in conjunction
39 % with any given class, package or style, and it is not intended as
40 % a LaTeX tutorial.
42 % ----------------------------------------------------------------------
43 % Instructions for authors
45 % (i) Maximum length of full papers: 8 pages.
47 % (ii) Paper size: A4.
49 % (iii) Margins: set so that text lies within a rectangle 9in (23cm)
50 % high and 6.5in (16.5cm) wide.
52 % (iv) Body of text to be set in two columns. Full-width figures
53 % (i.e. using \begin{figure*}) and tables may be used if
54 % necessary.
56 % (v) Use standard fonts, e.g. Computer Modern Roman, Times Roman, no
57 % smaller than 10pt.
59 % (vi) No page numbering.
61 % Items (iii), (iv) and (vi) are handled by this file, and should
62 % therefore not be overridden by resetting \textwidth, \textheight,
63 % \pagestyle etc. in your document, or by using styles or packages
64 % which have the same effect.
66 % ----------------------------------------------------------------------
67 % To convert papers prepared with colaclsub.sty to the final format
68 % for use with colacl.sty:
70 % (1) Remove commands specific to the original submission format
71 % (\type, \subject, \contact, \conference, \makeidpage).
73 % (2) Replace \summary{...} with an abstract, using the normal
74 % abstract environment, placed after \maketitle.
76 % A simple document template:
78 % \documentclass[11pt,letterpaper]{article}
79 % \usepackage{lac2012}
80 % \title{...}
81 % \author{...} % see below for possible formats
82 % \begin{document}
83 % \maketitle
84 % \begin{abstract}
85 % ... % contents of abstract
86 % \end{abstract}
87 % ... % contents of article
88 % \bibliographystyle{acl} % use acl.bst
89 % \bibliography{...}
90 % \end{document}
92 % Users of obsolete LaTeX versions can try:
94 % \documentstyle[lac2012]{article} % or [11pt,lac2012]
95 % \title{...}
96 % ...
99 % ----------------------------------------------------------------------
100 % AUTHOR FORMATS
102 % Author information can be set in various styles.
104 % For several authors from the same institution:
105 % \author{Author 1 \and ... \and Author n \\
106 % Address line \\ ... \\ Address line}
107 % if the names do not fit well on one line use
108 % Author 1 \\ {\bf Author 2} \\ ... \\ {\bf Author n} \\
110 % For authors from different institutions:
111 % \author{Author 1 \\ Address line \\ ... \\ Address line
112 % \And ... \And
113 % Author n \\ Address line \\ ... \\ Address line}
115 % To start a separate "row" of authors use \AND, as in
116 % \author{Author 1 \\ Address line \\ ... \\ Address line
117 % \AND
118 % Author 2 \\ Address line \\ ... \\ Address line \And
119 % Author 3 \\ Address line \\ ... \\ Address line}
121 % If the title and author information does not fit in the area allocated,
122 % place \setlength\titlebox{<new height>} after \usepackage{colacl},
123 % where <new height> can be something larger than 2.0in
125 % ----------------------------------------------------------------------
126 % CITATION FORMATS
128 % Three possible citation formats:
129 % "\cite{...}" produces a citation like "(Author, 1999)"
130 % "\shortcite{...}" produces a citation like "(1999)"
131 % "\newcite{...}" produces a citation like "Author (1999)"
133 % All three take an optional argument which can be used to add page
134 % references, etc.:
135 % "\newcite[1--6]{...}" produces a citation like "Author (1999, 1--6)"
137 % ----------------------------------------------------------------------
138 % IF IT DOESN'T WORK
140 % The error message "File `colacl.sty' not found." indicates that this
141 % file has not been installed in a location which is visible to your
142 % LaTeX. Try putting it in the same directory as your paper, and
143 % running LaTeX there. Consult your `Local Guide' documentation or
144 % your system administrator to find out how LaTeX searches for input
145 % files.
147 % "\documentclass..." is a LaTeX2e declaration. An error message
148 % "Undefined control sequence." followed by a line ending in
149 % "\documentclass" indicates that you have used this with an obsolete
150 % LaTeX installation. Use the "\documentstyle" variant shown above.
152 % As a last resort, forget about colacl.sty and simply copy the
153 % following lines (uncommented, obviously) into your document before
154 % the "\begin{document}":
156 % \setlength\topmargin{0.0in}
157 % \setlength\oddsidemargin{-0.0in}
158 % \setlength\textheight{9.0in}
159 % \setlength\textwidth{6.5in}
160 % \setlength\columnsep{0.25in}
161 % \setlength\headheight{0pt}
162 % \setlength\headsep{0pt}
163 % \thispagestyle{empty}
164 % \pagestyle{empty}
165 % \flushbottom
166 % \twocolumn
167 % \sloppy
169 % Some interactions with other packages may still occur. In order to
170 % remove the page number from the first page, you may have to place the
171 % "\thispagestyle{empty}" command immediately after "\maketitle".
173 % ----------------------------------------------------------------------
174 % NOTE: Some laser printers have a serious problem printing TeX output.
175 % These printing devices, commonly known as "write-white" laser
176 % printers, tend to make characters too light. To get around this
177 % problem, a darker set of fonts must be created for these devices.
179 % ----------------------------------------------------------------------
180 % Physical page layout - slightly modified from IJCAI by pj
181 % Physical page layout - slightly modified by rg for LAC
182 \newlength\myavierh
183 \setlength\myavierh{297mm}
184 %\message{The page height is \the\paperheight}
185 \ifdim \paperheight = \myavierh
186 \message{ !! Using ISO-A4 paper}
187 %% A4paper
188 \setlength\topmargin{0.0in}
189 \setlength\oddsidemargin{-0.0in}
190 \setlength\textheight{9.5in} %%sm was 9.0in
191 \setlength\textwidth{6.5in}
192 \setlength\columnsep{0.25in}
193 \newlength\titlebox
194 \setlength\titlebox{2.0in} % was 2.25in
195 \setlength\headheight{0pt}
196 \setlength\headsep{0pt}
197 \setlength\footskip{0pt} % irrelevant when no footers.
199 \else
200 %% US-Letter
201 \message{ !! Using US-Letter paper}
202 \setlength{\pdfpagewidth}{8.5in}
203 \setlength{\pdfpageheight}{11in}
204 \setlength\topmargin{0.0in}
205 \setlength\oddsidemargin{-0.2in}
206 \setlength\textheight{8.8in}
207 \setlength\textwidth{6.9in}
208 \setlength\columnsep{0.4in}
209 \newlength\titlebox
210 \setlength\titlebox{2.1in}
211 \setlength\headheight{0pt}
212 \setlength\headsep{0pt}
213 \setlength\footskip{0pt} % irrelevant when no footers.
216 \pagestyle{empty} % no page numbers
217 \thispagestyle{empty} % no page numbers
218 \flushbottom
219 \twocolumn
220 \sloppy
222 % We're never going to need a table of contents, so just flush it to
223 % save space --- suggested by drstrip@sandia-2
224 \def\addcontentsline#1#2#3{}
226 % ----------------------------------------------------------------------
227 % Title stuff, taken from deproc.
229 \def\maketitle{%
230 \par%
231 \begingroup%
232 \def\thefootnote{\fnsymbol{footnote}}%
233 \def\@makefnmark{\rlap{$^{\@thefnmark}$\hss}}%
234 % no paragraph breaks in \thanks
235 \long\def\@makefntext##1{%
236 \parindent 1em\noindent%
237 \hbox to 1em{$^{\@thefnmark}$}##1}
238 \twocolumn[\@maketitle] \@thanks%
239 \endgroup%
240 \setcounter{footnote}{0}%
241 \let\maketitle\relax\let\@maketitle\relax%
242 \gdef\@thanks{}\gdef\@author{}\gdef\@title{}%
243 \let\thanks\relax}
245 % some vertical space removed here: skip above and below title
247 \def\@maketitle{%
248 \vbox to \titlebox{%
249 \hsize\textwidth\linewidth\hsize%
250 \vskip 0.125in minus 0.05in%
251 \centering{\Large\bf \@title \par}%
252 \vskip 0.2in plus 0.1fil minus 0.1in
253 {\def\and{\unskip\enspace{\rm and}\enspace}%
254 \def\And{\end{tabular}\hss \egroup \hskip 1in plus 2fil
255 \hbox to 0pt\bgroup\hss \begin{tabular}[t]{c}\bf}%
256 \def\AND{\end{tabular}\hss\egroup \hfil\hfil\egroup
257 \vskip 0.25in plus 1fil minus 0.125in
258 \hbox to \linewidth\bgroup\large \hfil\hfil
259 \hbox to 0pt\bgroup\hss \begin{tabular}[t]{c}\bf}
260 \hbox to \linewidth \bgroup\large \hfil\hfil
261 \hbox to 0pt\bgroup\hss \begin{tabular}[t]{c}\bf\@author
262 \end{tabular}\hss\egroup
263 \hfil\hfil\egroup}
264 \vskip 0.3in plus 2fil minus 0.1in
267 % ----------------------------------------------------------------------
268 % abstract, changed for LAC2005
270 % \renewenvironment{abstract}{\section*{\centerline{Abstract}}}{}
271 \renewenvironment{abstract}{\section*{Abstract}}{}
273 % ----------------------------------------------------------------------
274 % keywords, added for LAC2005
276 \def\keywords{\section*{Keywords}}
278 % ----------------------------------------------------------------------
279 % bibliography and citations
281 % most of cite format is from aclsub.sty by SMS
283 % don't box citations, separate with ; and a space
284 % Replaced for multiple citations (pj)
285 % don't box citations and also add space, semicolon between multiple
286 % citations
288 \def\@citex[#1]#2{\if@filesw\immediate\write\@auxout{\string\citation{#2}}\fi
289 \def\@citea{}\@cite{\@for\@citeb:=#2\do
290 {\@citea\def\@citea{; }\@ifundefined
291 {b@\@citeb}{{\bf ?}\@warning
292 {Citation `\@citeb' on page \thepage \space undefined}}%
293 {\csname b@\@citeb\endcsname}}}{#1}}
295 % Allow short (name-less) citations, when used in
296 % conjunction with a bibliography style that creates labels like
297 % \citename{<names>, }<year>
299 \let\@internalcite\cite
300 \def\cite{\def\citename##1{##1, }\@internalcite}
301 \def\longcite{\def\citename##1{##1, }\@internalcite}
303 \def\shortcite{\def\citename##1{}\@internalcite}
304 \def\newcite{\def\citename##1{{##1}\ (}\@internalciteb}
306 % Macros for \newcite, which leaves name in running text, and is
307 % otherwise like \shortcite.
309 \def\@citexb[#1]#2{\if@filesw\immediate\write\@auxout{\string\citation{#2}}\fi
310 \def\@citea{}\@newcite{\@for\@citeb:=#2\do
311 {\@citea\def\@citea{;\penalty\@m\ }\@ifundefined
312 {b@\@citeb}{{\bf ?}\@warning
313 {Citation `\@citeb' on page \thepage \space undefined}}%
314 % gjr: hbox causes too many bad linebreaks
315 %\hbox{\csname b@\@citeb\endcsname}}}{#1}}
316 {\csname b@\@citeb\endcsname}}}{#1}}
318 \def\@internalciteb{%
319 \@ifnextchar [{\@tempswatrue\@citexb}{\@tempswafalse\@citexb[]}}
321 \def\@newcite#1#2{{#1\if@tempswa, #2\fi)}}
323 % gjr: no labels in this bibliography style
324 % \def\@biblabel#1{\def\citename##1{##1}[#1]\hfill}
325 \def\@biblabel#1{}
327 % use square brackets after all
328 %%% More changes made by SMS (originals in latex.tex)
329 % Use parentheses instead of square brackets in the text.
330 % \def\@cite#1#2{({#1\if@tempswa , #2\fi})}
332 % Don't put a label in the bibliography at all. Just use the unlabeled format
333 % instead.
334 % gjr: removed \@mkboth -- no headers here.
335 % gjr: reduced vertical space between entries (plus was .33em)
338 \def\thebibliography#1{\section*{References}\list
339 {[\arabic{enumi}]}{\settowidth\labelwidth{[#1]}\leftmargin\labelwidth
340 \advance\leftmargin\labelsep
341 \usecounter{enumi}}
342 \def\newblock{\hskip .11em plus .11em minus .07em}
343 \sloppy\clubpenalty4000\widowpenalty4000
344 \sfcode`\.=1000\relax}
345 \let\endthebibliography=\endlist
347 % \def\thebibliography#1{%
348 % \section*{References}
349 % \list{}{\setlength{\labelwidth}{0pt}
350 % \setlength{\leftmargin}{\parindent}
351 % \setlength{\itemsep}{0.11ex plus 0.11ex}
352 % \setlength{\parsep}{0ex}
353 % \setlength{\itemindent}{-\parindent}}
354 % \def\newblock{\hskip .11em plus .11em minus -.07em}
355 % \sloppy\clubpenalty4000\widowpenalty4000
356 % \sfcode`\.=1000\relax}
357 % \let\endthebibliography=\endlist
359 % Allow for a bibliography of sources of attested examples
360 \def\thesourcebibliography#1{%
361 \section*{Sources of Attested Examples}
362 \list{}{\setlength{\labelwidth}{0pt}
363 \setlength{\leftmargin}{\parindent}
364 \setlength{\itemsep}{0.11ex plus 0.11ex}
365 \setlength{\parsep}{0ex}
366 \setlength{\itemindent}{-\parindent}}
367 \def\newblock{\hskip .11em plus .11em minus -.07em}
368 \sloppy\clubpenalty4000\widowpenalty4000
369 \sfcode`\.=1000\relax}
370 \let\endthesourcebibliography=\endlist
372 \def\@lbibitem[#1]#2{\item[]\if@filesw
373 { \def\protect##1{\string ##1\space}\immediate
374 \write\@auxout{\string\bibcite{#2}{#1}}\fi\ignorespaces}}
376 \def\@bibitem#1{\item\if@filesw \immediate\write\@auxout
377 {\string\bibcite{#1}{\the\c@enumi}}\fi\ignorespaces}
379 % ----------------------------------------------------------------------
380 % Section headings with less space
382 \def\section{%
383 \@startsection{section}{1}{\z@}%
384 {-2.0ex plus -0.5ex minus -0.3ex}%
385 {0.8ex plus 0.3ex minus 0.2ex}%
386 {\large\bf\raggedright}}
387 \def\subsection{%
388 \@startsection{subsection}{2}{\z@}%
389 {-1.4ex plus -0.4ex minus -0.2ex}%
390 {0.6ex plus 0.2ex minus 0.1ex}%
391 {\normalsize\bf\raggedright}}
392 \def\subsubsection{%
393 \@startsection{subsubsection}{3}{\z@}%
394 {-0.8ex plus -0.3ex minus -0.1ex}%
395 {0.4ex plus 0.1ex minus 0.1ex}%
396 {\normalsize\bf\raggedright}}
397 \def\paragraph{%
398 \@startsection{paragraph}{4}{\z@}%
399 {-0.8ex plus -0.3ex minus -0.1ex}%
400 {-1em}%
401 {\normalsize\bf}}
402 \def\subparagraph{%
403 \@startsection{subparagraph}{5}{\parindent}%
404 {0.4ex plus 0.3ex minus 0.1ex}%
405 {-1em}%
406 {\normalsize\bf}}
409 % ----------------------------------------------------------------------
410 % Footnotes
412 %\footnotesep 6.65pt %
413 %\skip\footins 9pt plus 4pt minus 2pt
414 %\def\footnoterule{\kern-3pt \hrule width 5pc \kern 2.6pt }
415 %\setcounter{footnote}{0}
417 % ----------------------------------------------------------------------
418 % Lists and paragraphs
420 \setlength\parindent{1em}
422 \leftmargin 2em \leftmargini\leftmargin \leftmarginii 2em
423 \leftmarginiii 1.5em \leftmarginiv 1.0em \leftmarginv .5em \leftmarginvi .5em
424 \labelwidth\leftmargini\advance\labelwidth-\labelsep \labelsep 5pt
426 % ----------------------------------------------------------------------
427 % Floats (figures, tables etc.)
429 % Allow a larger proportion of the column/page to be taken up with
430 % floats than the standard classes. Also discourage the creation of
431 % columns/pages containing only floats.
433 % Maximum fraction of the page that can be occupied by floats:
435 \renewcommand\topfraction{.9}
436 \renewcommand\bottomfraction{.5}
437 \renewcommand\dbltopfraction{.9} % 2-column floats
439 % Minimum fraction of page that can be occupied by text:
441 \renewcommand\textfraction{.1}
443 % Maximum fraction of a page that can be occupied by floats before a
444 % separate float page is produced:
446 \renewcommand\floatpagefraction{0.9}
447 \renewcommand\dblfloatpagefraction{.9} % 2-column floats
449 % ----------------------------------------------------------------------
451 % Since we're using two columns, lines are short and we can get away
452 % with less vertical space between lines, within lists and around
453 % various kinds of display.
455 % Normally, these parameters are set in the size option to the class
456 % file (standard definitions are in classes.dtx). Here we want to
457 % accommodate 10pt, 11pt and 12pt, so we wrap the definitions in
458 % \ifcase.
461 % \normalsize
463 \ifcase\@ptsize%
464 \renewcommand{\normalsize}{% 10pt
465 \@setsize\normalsize{11.3pt}\xpt\@xpt%
466 \abovedisplayskip 10\p@\@plus2\p@\@minus5\p@%
467 \abovedisplayshortskip\z@\@plus3\p@%
468 \belowdisplayshortskip 4\p@\@plus3\p@\@minus3\p@%
469 \belowdisplayskip\abovedisplayskip%
470 \let\@listi\@listI}%
471 \or%
472 \renewcommand{\normalsize}{% 11pt
473 \@setsize\normalsize{12.6pt}\xipt\@xipt%
474 \abovedisplayskip11\p@\@plus2\p@\@minus4\p@%
475 \abovedisplayshortskip\z@\@plus3\p@%
476 \belowdisplayshortskip5\p@\@plus3\p@\@minus2\p@%
477 \belowdisplayskip\abovedisplayskip%
478 \let\@listi\@listI}%
479 \or%
480 \renewcommand{\normalsize}{% 12pt
481 \@setsize\normalsize{13pt}\xiipt\@xiipt%
482 \abovedisplayskip 11\p@ \@plus3\p@ \@minus5\p@%
483 \abovedisplayshortskip \z@ \@plus3\p@%
484 \belowdisplayshortskip 5\p@ \@plus3\p@ \@minus2\p@%
485 \belowdisplayskip\abovedisplayskip%
486 \let\@listi\@listI}%
487 \fi
489 % \small
491 \ifcase\@ptsize%
492 \renewcommand{\small}{% 10pt
493 \@setsize\small{10.5pt}\ixpt\@ixpt%
494 \abovedisplayskip 8\p@ \@plus3\p@ \@minus3\p@%
495 \abovedisplayshortskip \z@ \@plus2\p@%
496 \belowdisplayshortskip 3\p@ \@plus2\p@ \@minus2\p@%
497 \belowdisplayskip\abovedisplayskip%
498 \def\@listi{\leftmargin\leftmargini%
499 \topsep 3.5\p@ \@plus1.5\p@ \@minus1.5\p@%
500 \parsep 1.5\p@ \@plus\p@ \@minus\p@%
501 \itemsep \parsep}}%
502 \or%
503 \renewcommand{\small}{% 11pt
504 \@setsize\small{11.3pt}\xpt\@xpt%
505 \abovedisplayskip 9\p@ \@plus2\p@ \@minus4\p@%
506 \abovedisplayshortskip \z@ \@plus3\p@%
507 \belowdisplayshortskip 5\p@ \@plus2.5\p@ \@minus2.5\p@%
508 \belowdisplayskip\abovedisplayskip%
509 \def\@listi{\leftmargin\leftmargini%
510 \topsep 5\p@ \@plus2\p@ \@minus2\p@%
511 \parsep 2\p@ \@plus2\p@ \@minus\p@%
512 \itemsep \parsep}}%
513 \or%
514 \renewcommand{\small}{% 12pt
515 \@setsize\small{12pt}\xipt\@xipt%
516 \abovedisplayskip 9\p@ \@plus3\p@ \@minus4\p@%
517 \abovedisplayshortskip \z@ \@plus3\p@%
518 \belowdisplayshortskip 5\p@ \@plus2.5\p@ \@minus2\p@%
519 \belowdisplayskip\abovedisplayskip%
520 \def\@listi{\leftmargin\leftmargini%
521 \topsep 5.5\p@ \@plus2.5\p@ \@minus2.5\p@%
522 \parsep 4\p@ \@plus1.5\p@ \@minus\p@%
523 \itemsep \parsep}}%
527 % \footnotesize
529 \ifcase\@ptsize
530 \renewcommand{\footnotesize}{% 10pt
531 \@setsize\footnotesize{9.3pt}\viiipt\@viiipt%
532 \abovedisplayskip 5\p@ \@plus2\p@ \@minus3\p@%
533 \abovedisplayshortskip \z@ \@plus\p@%
534 \belowdisplayshortskip 2.5\p@\@plus\p@\@minus2\p@%
535 \belowdisplayskip\abovedisplayskip%
536 \def\@listi{\leftmargin\leftmargini%
537 \topsep 2.5\p@ \@plus\p@ \@minus\p@%
538 \parsep 1.5\p@ \@plus\p@ \@minus\p@%
539 \itemsep \parsep}}%
540 \or%
541 \renewcommand{\footnotesize}{% 11pt
542 \@setsize\footnotesize{10.3pt}\ixpt\@ixpt%
543 \abovedisplayskip 7\p@ \@plus2\p@ \@minus4\p@%
544 \abovedisplayshortskip \z@ \@plus\p@%
545 \belowdisplayshortskip 3\p@ \@plus2\p@ \@minus2\p@%
546 \belowdisplayskip\abovedisplayskip%
547 \def\@listi{\leftmargin\leftmargini%
548 \topsep 3\p@ \@plus2\p@ \@minus2\p@%
549 \parsep 2\p@ \@plus\p@ \@minus\p@%
550 \itemsep \parsep}}%
551 \or%
552 \renewcommand{\footnotesize}{% 12pt
553 \@setsize\footnotesize{11pt}\xpt\@xpt%
554 \abovedisplayskip 9\p@ \@plus2\p@ \@minus4\p@%
555 \abovedisplayshortskip \z@ \@plus3\p@%
556 \belowdisplayshortskip 5\p@ \@plus3\p@ \@minus3\p@%
557 \belowdisplayskip\abovedisplayskip%
558 \def\@listi{\leftmargin\leftmargini%
559 \topsep 4.5\p@ \@plus2\p@ \@minus2\p@%
560 \parsep 3\p@ \@plus\p@ \@minus\p@%
561 \itemsep \parsep}}%
562 \fi
565 % \large
567 \ifcase\@ptsize%
568 \renewcommand{\large}{\@setsize\large{13pt}\xiipt\@xiipt}% 10pt
569 \or%
570 \renewcommand{\large}{\@setsize\large{13pt}\xiipt\@xiipt}% 11pt
571 \or%
572 \renewcommand{\large}{\@setsize\large{16pt}\xivpt\@xivpt}% 12pt
575 % \Large
577 \ifcase\@ptsize%
578 \renewcommand{\Large}{\@setsize\Large{16pt}\xivpt\@xivpt}% 10pt
579 \or%
580 \renewcommand{\Large}{\@setsize\Large{16pt}\xivpt\@xivpt}% 11pt
581 \or%
582 \renewcommand{\Large}{\@setsize\Large{16pt}\xivpt\@xivpt}% 12pt
585 % Leave \scriptsize, \tiny, \huge, \Huge unchanged?
588 % Float separations, single and double-column
590 \ifcase\@ptsize%
591 \setlength\floatsep{10\p@ \@plus 2\p@ \@minus 2\p@}% 10pt
592 \setlength\textfloatsep{16\p@ \@plus 2\p@ \@minus 4\p@}%
593 \setlength\intextsep{10\p@ \@plus 2\p@ \@minus 2\p@}%
594 \setlength\dblfloatsep{10\p@ \@plus 2\p@ \@minus 2\p@}%
595 \setlength\dbltextfloatsep{16\p@ \@plus 2\p@ \@minus 4\p@}%
596 \or%
597 \setlength\floatsep{10\p@ \@plus 2\p@ \@minus 2\p@}% 11pt
598 \setlength\textfloatsep{16\p@ \@plus 2\p@ \@minus 4\p@}%
599 \setlength\intextsep{10\p@ \@plus 2\p@ \@minus 2\p@}%
600 \setlength\dblfloatsep{10\p@ \@plus 2\p@ \@minus 2\p@}%
601 \setlength\dbltextfloatsep{16\p@ \@plus 2\p@ \@minus 4\p@}%
602 \or%
603 \setlength\floatsep{12\p@ \@plus 3\p@ \@minus 3\p@}% 12pt
604 \setlength\textfloatsep{18\p@ \@plus 2\p@ \@minus 4\p@}%
605 \setlength\intextsep{12\p@ \@plus 3\p@ \@minus 3\p@}%
606 \setlength\dblfloatsep{12\p@ \@plus 2\p@ \@minus 4\p@}%
607 \setlength\dbltextfloatsep{18\p@ \@plus 2\p@ \@minus 4\p@}%
611 % Top-level list in \normalsize text
613 \ifcase\@ptsize%
614 \def\@listi{\leftmargin\leftmargini% 10pt
615 \topsep 6\p@ \@plus2\p@ \@minus2\p@%
616 \parsep 2\p@ \@plus0.5\p@ \@minus\p@%
617 \itemsep 2.5\p@ \@plus\p@ \@minus0.5\p@}%
618 \or%
619 \def\@listi{\leftmargin\leftmargini% 11pt
620 \topsep 8\p@ \@plus2\p@ \@minus2\p@%
621 \parsep 3\p@ \@plus1.5\p@ \@minus\p@%
622 \itemsep 3\p@ \@plus1.5\p@ \@minus\p@}%
623 \or%
624 \def\@listi{\leftmargin\leftmargini% 12pt
625 \topsep 9\p@ \@plus3\p@ \@minus4\p@%
626 \parsep 4\p@ \@plus2\p@ \@minus\p@%
627 \itemsep 4\p@ \@plus2\p@ \@minus\p@}%
629 \let\@listI\@listi
632 % Embedded lists unchanged.
636 % ----------------------------------------------------------------------
637 % End of colacl.sty
638 % ----------------------------------------------------------------------