Annotation of OpenXM/doc/ascm2001p/sprocl.sty, Revision 1.1
1.1 ! noro 1: %UNIX --- UPDATED ON 13/8/97
! 2: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
! 3: % SPROCL.STY %
! 4: % Style file to be used for standard (8.5 x 6)size proceedings %
! 5: % files to be published by World Scientific Publishing Co. %
! 6: % written in Latex and using some reconstructions designed by %
! 7: % Susan Hezlet, based on a style file by Lukas Nellen. %
! 8: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
! 9:
! 10: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
! 11: % Making the Title, with definitions for date, abstract etc %
! 12: % This part written by David Cassel %
! 13: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
! 14:
! 15: \def\@aabuffer{}
! 16: \def\author #1{\expandafter\def\expandafter\@aabuffer\expandafter
! 17: {\@aabuffer \small\rm #1\relax \par}}
! 18: \def\address#1{\expandafter\def\expandafter\@aabuffer\expandafter
! 19: {\@aabuffer \small\it #1\relax \par\vspace{1em}}}
! 20:
! 21: \def\maketitle{
! 22: \begin{center}
! 23: {\bf \@title \par}
! 24: \vskip 2em % Vertical space after title.
! 25: \@aabuffer\relax
! 26: \end{center} \par
! 27: \gdef\@aabuffer{}
! 28: }
! 29:
! 30: \def\abstracts#1{
! 31: \begin{center}
! 32: {\begin{minipage}{4.2truein}
! 33: \footnotesize
! 34: \parindent=0pt #1\par
! 35: \end{minipage}}\end{center}
! 36: \vskip 2em \par}
! 37:
! 38: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
! 39: % Margins, textwidths, indentations etc %
! 40: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
! 41:
! 42: \fussy
! 43: \flushbottom
! 44: \parindent 0.25in
! 45: \oddsidemargin 0.75in
! 46: \evensidemargin 0.75in
! 47: \topmargin=1in
! 48: \headheight=0.1in
! 49: \headsep= 0.2in
! 50: \footskip=0.3in
! 51: \footheight=0.3in
! 52: \textheight = 6.7in
! 53: \textwidth 4.7in
! 54: \def\section{\@startsection {section}{1}{\z@}{-3.25ex plus -1ex minus
! 55: -.2ex}{1.5ex plus .2ex}{\bf }}
! 56: \def\subsection{\@startsection{subsection}{2}{\z@}{-3.25ex plus -1ex minus
! 57: -.2ex}{1.5ex plus .2ex}{\it }}
! 58:
! 59: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
! 60: % alpha footnotes, no running heads and silly citations. %
! 61: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
! 62:
! 63: \def\thefootnote{\alph{footnote}}
! 64: %\def\@makefnmark{\noindent{$\!^{\@thefnmark}$}} %for PC
! 65:
! 66: \renewcommand{\@makefntext}[1]{\noindent{\@makefnmark}#1} %for UNIX
! 67:
! 68: \pagestyle{plain}
! 69:
! 70: \renewenvironment{thebibliography}[1]
! 71: {\begin{list}{\arabic{enumi}.}
! 72: {\usecounter{enumi}\setlength{\parsep}{0pt}
! 73: \setlength{\itemsep}{0pt}
! 74: \settowidth
! 75: {\labelwidth}{#1.}\sloppy}}{\end{list}}
! 76:
! 77: %---------------------------------------------------------------------------
! 78: %FOLLOWING THREE COMMANDS ARE FOR `LIST' COMMAND.
! 79: \topsep=0in\parsep=0in\itemsep=0in
! 80:
! 81: \newcounter{arabiclistc}
! 82: \newenvironment{arabiclist}
! 83: {\setcounter{arabiclistc}{0}
! 84: \begin{list}{\arabic{arabiclistc}}
! 85: {\usecounter{arabiclistc}
! 86: \setlength{\parsep}{0pt}
! 87: \setlength{\itemsep}{0pt}}}{\end{list}}
! 88:
! 89: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
! 90: % ACKNOWLEDGEMENT: this portion is from John Hershberger %
! 91: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
! 92:
! 93: \def\@citex[#1]#2{\if@filesw\immediate\write\@auxout
! 94: {\string\citation{#2}}\fi
! 95: \def\@citea{}\@cite{\@for\@citeb:=#2\do
! 96: {\@citea\def\@citea{,}\@ifundefined
! 97: {b@\@citeb}{{\bf ?}\@warning
! 98: {Citation `\@citeb' on page \thepage \space undefined}}
! 99: {\csname b@\@citeb\endcsname}}}{#1}}
! 100:
! 101: \newif\if@cghi
! 102: \def\cite{\@cghitrue\@ifnextchar [{\@tempswatrue
! 103: \@citex}{\@tempswafalse\@citex[]}}
! 104: \def\citelow{\@cghifalse\@ifnextchar [{\@tempswatrue
! 105: \@citex}{\@tempswafalse\@citex[]}}
! 106: \def\@cite#1#2{{$\!^{#1}$\if@tempswa\typeout
! 107: {IJCGA warning: optional citation argument
! 108: ignored: `#2'} \fi}}
! 109: \newcommand{\citeup}{\cite}
! 110:
! 111: \setcounter{secnumdepth}{2}
! 112:
! 113: \def\baselinestretch{1.0}
! 114: \ifx\selectfont\undefined
! 115: \@normalsize\else\let\glb@currsize=\relax\selectfont
! 116: \fi
! 117:
! 118: \ifx\selectfont\undefined
! 119: \def\@singlespacing{%
! 120: \def\baselinestretch{1}\ifx\@currsize\normalsize\@normalsize\else\@currsize\fi%
! 121: }
! 122: \else
! 123: \def\@singlespacing{\def\baselinestretch{1}\let\glb@currsize=\relax\selectfont}
! 124: \fi
! 125:
! 126: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
! 127: % Footnote size table and figure captions %
! 128: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
! 129:
! 130: \long\def\@makecaption#1#2{
! 131: \vskip 10pt
! 132: \setbox\@tempboxa\hbox{\footnotesize #1: #2}
! 133: \ifdim \wd\@tempboxa >\hsize \footnotesize #1: #2\par \else \hbox
! 134: to\hsize{\hfil\box\@tempboxa\hfil}
! 135: \fi}
! 136:
! 137: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
! 138: % %
! 139: % END OF FILE SPROCL.STY %
! 140: % %
! 141: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
! 142:
! 143:
! 144:
! 145:
! 146:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>