summaryrefslogtreecommitdiff
path: root/macros/latex209/contrib/ijcai89
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex209/contrib/ijcai89
Initial commit
Diffstat (limited to 'macros/latex209/contrib/ijcai89')
-rw-r--r--macros/latex209/contrib/ijcai89/ijcai89.sty162
-rw-r--r--macros/latex209/contrib/ijcai89/ijcai89.tex62
2 files changed, 224 insertions, 0 deletions
diff --git a/macros/latex209/contrib/ijcai89/ijcai89.sty b/macros/latex209/contrib/ijcai89/ijcai89.sty
new file mode 100644
index 0000000000..f53f45c3e4
--- /dev/null
+++ b/macros/latex209/contrib/ijcai89/ijcai89.sty
@@ -0,0 +1,162 @@
+% This is the LaTeX style file for IJCAI'89. Place it in a file called
+% ijcai89.sty in the TeX search path. (Placing it in the same directory
+% as the paper should also work.)
+
+% Prepared by Peter F. Patel-Schneider, liberally using the ideas of
+% other style hackers, including Barbara Beeton.
+% This style is NOT guaranteed to work. It is provided in the hope
+% that it will make the preparation of papers easier.
+%
+% There are undoubtably bugs in this style. If you make bug fixes,
+% improvements, etc. please let me know. My e-mail address is:
+% pfps@research.att.com
+
+% Papers are to be prepared using the ``named'' bibliography style,
+% as follows:
+% \documentstyle[ijcai89,named]{article}
+% \title{Title}
+% \author{Author 1 \and Author 2 \\ Address line \\ Address line \And
+% Author 3 \\ Address line \\ Address line}
+% \begin{document}
+% ...
+% \bibliography{bibliography-file}
+% \bibliographystyle{named}
+% \end{document}
+% The ``named'' style implements long and short citations for the ``named''
+% bibliography style.
+
+% Author information can be set in various styles:
+% For several authors from the same institution:
+% \author{Author 1 \and ... \and Author n \\
+% Address line \\ ... \\ Address line}
+% if the names do not fit well on one line use
+% Author 1 \\ {\bf Author 2} \\ ... \\ {\bf Author n} \\
+% For authors from different institutions:
+% \author{Author 1 \\ Address line \\ ... \\ Address line
+% \And ... \And
+% Author n \\ Address line \\ ... \\ Address line}
+% To start a seperate ``row'' of authors use \AND, as in
+% \author{Author 1 \\ Address line \\ ... \\ Address line
+% \AND
+% Author 2 \\ Address line \\ ... \\ Address line \And
+% Author 3 \\ Address line \\ ... \\ Address line}
+
+% If the title and author information does not fit in the area allocated,
+% place \setlength\titlebox{<new height>} after
+% \documentstyle[named,ijcai89]{article},
+% where <new height> is something like 2.25in
+
+\typeout{Conference Style for IJCAI-89 -- released 22 February 1988}
+
+% NOTE: Some laser printers have a serious problem printing TeX output.
+% These printing devices, commonly known as ``write-white'' laser
+% printers, tend to make characters too light. To get around this
+% problem, a darker set of fonts must be created for these devices.
+%
+
+% Physical page layout
+\setlength\topmargin{-0.375in} \setlength\oddsidemargin{-0.25in}
+\setlength\textheight{9.375in} \setlength\textwidth{7.0in}
+\setlength\columnsep{0.25in} \newlength\titlebox \setlength\titlebox{2.25in}
+\setlength\headheight{0pt} \setlength\headsep{0pt}
+\setlength\footheight{0pt} \setlength\footskip{0pt}
+\thispagestyle{empty} \pagestyle{empty}
+\flushbottom \twocolumn \sloppy
+
+% We're never going to need a table of contents, so just flush it to
+% save space --- suggested by drstrip@sandia-2
+\def\addcontentsline#1#2#3{}
+
+% Title stuff, taken from deproc.
+\def\maketitle{\par
+ \begingroup
+ \def\thefootnote{\fnsymbol{footnote}}
+ \def\@makefnmark{\hbox to 0pt{$^{\@thefnmark}$\hss}}
+ \twocolumn[\@maketitle] \@thanks
+ \endgroup
+ \setcounter{footnote}{0}
+ \let\maketitle\relax \let\@maketitle\relax
+ \gdef\@thanks{}\gdef\@author{}\gdef\@title{}\let\thanks\relax}
+\def\@maketitle{\vbox to \titlebox{\hsize\textwidth
+ \linewidth\hsize \vskip 0.625in minus 0.125in \centering
+ {\Large\bf \@title \par} \vskip 0.2in plus 1fil minus 0.1in
+ {\def\and{\unskip\enspace{\rm and}\enspace}%
+ \def\And{\end{tabular}\hss \egroup \hskip 1in plus 2fil
+ \hbox to 0pt\bgroup\hss \begin{tabular}[t]{c}\bf}%
+ \def\AND{\end{tabular}\hss\egroup \hfil\hfil\egroup
+ \vskip 0.25in plus 1fil minus 0.125in
+ \hbox to \linewidth\bgroup\large \hfil\hfil
+ \hbox to 0pt\bgroup\hss \begin{tabular}[t]{c}\bf}
+ \hbox to \linewidth\bgroup\large \hfil\hfil
+ \hbox to 0pt\bgroup\hss \begin{tabular}[t]{c}\bf\@author
+ \end{tabular}\hss\egroup
+ \hfil\hfil\egroup}
+ \vskip 0.3in plus 2fil minus 0.1in
+}}
+\renewenvironment{abstract}{\centerline{\large\bf
+ Abstract}\vspace{0.5ex}\begin{quote}}{\par\end{quote}\vskip 1ex}
+
+% sections with less space
+\def\section{\@startsection {section}{1}{\z@}{-2.0ex plus
+ -0.5ex minus -.2ex}{1.5ex plus 0.3ex minus .2ex}{\large\bf\raggedright}}
+\def\subsection{\@startsection{subsection}{2}{\z@}{-1.8ex plus
+ -0.5ex minus -.2ex}{0.8ex plus .2ex}{\normalsize\bf\raggedright}}
+\def\subsubsection{\@startsection{subsubsection}{3}{\z@}{1.5ex plus
+ 0.5ex minus .2ex}{0.5ex plus .2ex}{\normalsize\bf\raggedright}}
+\def\paragraph{\@startsection{paragraph}{4}{\z@}{1.5ex plus
+ 0.5ex minus .2ex}{-1em}{\normalsize\bf}}
+\def\subparagraph{\@startsection{subparagraph}{5}{\parindent}{1.5ex plus
+ 0.5ex minus .2ex}{-1em}{\normalsize\bf}}
+
+% Footnotes
+\footnotesep 6.65pt %
+\skip\footins 9pt plus 4pt minus 2pt
+\def\footnoterule{\kern-3pt \hrule width 5pc \kern 2.6pt }
+\setcounter{footnote}{0}
+
+% Lists and paragraphs
+\parindent 1em
+\topsep 4pt plus 1pt minus 2pt
+\partopsep 1pt plus 0.5pt minus 0.5pt
+\itemsep 2pt plus 1pt minus 0.5pt
+\parsep 2pt plus 1pt minus 0.5pt
+
+\leftmargin 2em \leftmargini\leftmargin \leftmarginii 2em
+\leftmarginiii 1.5em \leftmarginiv 1.0em \leftmarginv .5em \leftmarginvi .5em
+\labelwidth\leftmargini\advance\labelwidth-\labelsep \labelsep 5pt
+
+\def\@listi{\leftmargin\leftmargini}
+\def\@listii{\leftmargin\leftmarginii
+ \labelwidth\leftmarginii\advance\labelwidth-\labelsep
+ \topsep 2pt plus 1pt minus 0.5pt
+ \parsep 1pt plus 0.5pt minus 0.5pt
+ \itemsep \parsep}
+\def\@listiii{\leftmargin\leftmarginiii
+ \labelwidth\leftmarginiii\advance\labelwidth-\labelsep
+ \topsep 1pt plus 0.5pt minus 0.5pt
+ \parsep \z@ \partopsep 0.5pt plus 0pt minus 0.5pt
+ \itemsep \topsep}
+\def\@listiv{\leftmargin\leftmarginiv
+ \labelwidth\leftmarginiv\advance\labelwidth-\labelsep}
+\def\@listv{\leftmargin\leftmarginv
+ \labelwidth\leftmarginv\advance\labelwidth-\labelsep}
+\def\@listvi{\leftmargin\leftmarginvi
+ \labelwidth\leftmarginvi\advance\labelwidth-\labelsep}
+
+\abovedisplayskip 7pt plus2pt minus5pt%
+\belowdisplayskip \abovedisplayskip
+\abovedisplayshortskip 0pt plus3pt%
+\belowdisplayshortskip 4pt plus3pt minus3pt%
+
+% Less leading in most fonts (due to the narrow columns)
+% The choices were between 1-pt and 1.5-pt leading
+\def\@normalsize{\@setsize\normalsize{11pt}\xpt\@xpt}
+\def\small{\@setsize\small{10pt}\ixpt\@ixpt}
+\def\footnotesize{\@setsize\footnotesize{10pt}\ixpt\@ixpt}
+\def\scriptsize{\@setsize\scriptsize{8pt}\viipt\@viipt}
+\def\tiny{\@setsize\tiny{7pt}\vipt\@vipt}
+\def\large{\@setsize\large{14pt}\xiipt\@xiipt}
+\def\Large{\@setsize\Large{16pt}\xivpt\@xivpt}
+\def\LARGE{\@setsize\LARGE{20pt}\xviipt\@xviipt}
+\def\huge{\@setsize\huge{23pt}\xxpt\@xxpt}
+\def\Huge{\@setsize\Huge{28pt}\xxvpt\@xxvpt}
diff --git a/macros/latex209/contrib/ijcai89/ijcai89.tex b/macros/latex209/contrib/ijcai89/ijcai89.tex
new file mode 100644
index 0000000000..abc9ded12d
--- /dev/null
+++ b/macros/latex209/contrib/ijcai89/ijcai89.tex
@@ -0,0 +1,62 @@
+% This is the instructions for authors for IJCAI'89.
+\documentstyle[ijcai89,named]{article}
+% The file ijcai89.sty is the style file for IJCAI'89.
+% The file named.sty contains macros for named citations as produced
+% by named.bst.
+
+\title{IJCAI'89 Format Instructions for Authors \\ (Computer-Typeset Papers)}
+\author{Shirley Jowell\thanks{Acknowledgments to sponsoring agencies
+ appear here as a footnote.}\\
+ Morgan Kaufmann Publishers \\
+ 2929 Campus Drive, Suite 260 \\
+ San Mateo, California \hspace{1em} 94403
+ \And
+ Peter F. Patel-Schneider \\
+ AT\&T Bell Laboratories \\
+ 600 Mountain Avenue \\
+ Murray Hill, New Jersey \hspace{1em} 07974
+ }
+
+\newcommand{\usa}[2]{#1}
+
+\begin{document}
+
+\maketitle
+
+\begin{abstract}
+The {\it IJCAI'89 Proceedings} will be printed using the photo-offset print
+process directly from camera-ready copy furnished by the authors. To
+ensure that all papers in the {\it Proceedings} have a uniform appearance,
+authors are asked to adhere to the following instructions.
+\end{abstract}
+
+\section{Introduction}
+
+Papers produced for IJCAI'89 using computer typesetting systems (such as
+\LaTeX{} or Scribe) will be printed directly from {\bf $8$-$1/2 \times
+11''$} masters.
+
+Print your paper using a laser or other letter-quality printer in good
+condition. (If you have a ``write-white'' laser printer you must use fonts
+specifically designed for it---not fonts for ``write-black'' printers.)
+{\em Do not use line printers or dot matrix printers.} Papers with poor
+quality output, e.g., light or gray type, and papers that significantly
+deviate from these instructions, e.g., by using 8-point fonts, will not be
+included in the proceedings.
+
+Print your paper on heavy bond white paper. Do not fold or crease your paper.
+
+\subsection{Typewritten Papers}
+
+If you do not have access to a typesetting system, you can type your paper
+on special, oversize forms (``large mats'') that will be reduced before
+printing by Morgan Kaufmann Publishers.
+
+\usa{If you must type your paper, please contact
+Shirley Jowell at Morgan Kaufmann for a supply of mats and a
+separate set of instructions for typing your paper. {\em Discard these
+instructions\/ {\em (which are for computer-typeset papers only)} if you
+are typing your paper on large mats.}}{Included in this mailing is a set of
+large mats that should be adequate to handle your paper; also included is a
+separate set of instructions for using the mats. If you type your paper,
+{\em please discard these instructio \ No newline at end of file