%% Modified by Catherine Pili¸re June 21, 2000 %% %% ESSLLI is an altered version of the standard REPORT class for %% LaTeX2e, made for proceedings where each contribution is given %% a separate chapter. %% %% 1998/04, Geert-Jan Kruijff, %% Institute of Formal & Applied Linguistics (UFAL) %% Department of Mathematics & Physics, Charles University %% Malostranske namesti 25, CZ-118 00, Prague, Czech Republic %% %% %% % Main alterations to the REPORT.CLS: % % * Chapter-headings have a different layout (hrule, less top-space), % and can have \chaptersubtitle{}, \chapterauthor{}, % chapterabstract (environment), and chapterquote (environment). % % * pagestyle(headings) has a different standard (small boldfont) % % * "draft"-mode prints 'Draft,\today' at the bottom of each page. % The actual text can be changed by renewing the command \drafttext % % * thispagestyle(offprint) prints the following message at 'this' page % \offprhead - Offprint-header -> e.g. "Paper presented at" % \offprocc - Offprint-occasion -> e.g. "Logic Colloquium" % \offprauthors - Offprint-authors -> e.g. "Tintin" % Note that offprauthors is automatically preceeded by \copyright. % Pagenumber is placed at the center of the bottomline, above the msg. % % * \maketitle has been significantly redone, so as to provide a decent % layout of the page. % \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesClass{esslli} [1998/04/22 v1.0 esslli.cls] \typeout{} \typeout{ESSLLI Proceedings LaTeX-2e Style File, by Geert-Jan M. Kruijff 1998/04} \typeout{} \newcommand\drafttext{} % Actual value gets filled in DeclareOptions \newcommand\@ptsize{} % % Commands for variable offprint-printing % Added by GJ, June 14, 1997 \newcommand\offprinthead{} \newcommand\offprintocc{} \newcommand\offprintauthors{} \newcommand{\offprhead}[1]{\renewcommand{\offprinthead}{#1}} \newcommand{\offprocc}[1]{\renewcommand{\offprintocc}{#1}} \newcommand{\offprauthors}[1]{\renewcommand{\offprintauthors}{#1}} \newcommand{\marginlabel}[1] {\mbox{}\marginpar{\raggedleft\hspace{0pt}\scriptsize{\textsl{#1}}}} \newcommand\@isdraft % Commands for makegjtitle \newcommand\Subtitle{} \newcommand\Title{} \newcommand\Author{} % \newif\if@isdraft \newif\if@restonecol \newif\if@titlepage \@titlepagetrue \newif\if@openright \if@compatibility\else \DeclareOption{a4paper} {\setlength\paperheight {297mm}% \setlength\paperwidth {210mm}} \DeclareOption{a5paper} {\setlength\paperheight {210mm}% \setlength\paperwidth {148mm}} \DeclareOption{b5paper} {\setlength\paperheight {250mm}% \setlength\paperwidth {176mm}} \DeclareOption{letterpaper} {\setlength\paperheight {11in}% \setlength\paperwidth {8.5in}} \DeclareOption{legalpaper} {\setlength\paperheight {14in}% \setlength\paperwidth {8.5in}} \DeclareOption{executivepaper} {\setlength\paperheight {10.5in}% \setlength\paperwidth {7.25in}} \DeclareOption{landscape} {\setlength\@tempdima {\paperheight}% \setlength\paperheight {\paperwidth}% \setlength\paperwidth {\@tempdima}} \fi \if@compatibility \renewcommand\@ptsize{0} \else \DeclareOption{10pt}{\renewcommand\@ptsize{0}} \fi \DeclareOption{11pt}{\renewcommand\@ptsize{1}} \DeclareOption{12pt}{\renewcommand\@ptsize{2}} \if@compatibility\else \DeclareOption{oneside}{\@twosidefalse \@mparswitchfalse} \fi \DeclareOption{twoside}{\@twosidetrue \@mparswitchtrue} \DeclareOption{draft}{\setlength\overfullrule{0pt} \@isdrafttrue \renewcommand\drafttext{\small{\textsc{Draft Manuscript} (\today)}\hfil} } % Standard draft output. \if@compatibility\else \DeclareOption{final}{\setlength\overfullrule{0pt}\renewcommand\drafttext{}} \fi \DeclareOption{titlepage}{\@titlepagetrue} \if@compatibility\else \DeclareOption{notitlepage}{\@titlepagefalse} \fi \if@compatibility \else \DeclareOption{openright}{\@openrighttrue} \DeclareOption{openany}{\@openrightfalse} \fi \if@compatibility\else \DeclareOption{onecolumn}{\@twocolumnfalse} \fi \DeclareOption{twocolumn}{\@twocolumntrue} \DeclareOption{leqno}{\input{leqno.clo}} \DeclareOption{fleqn}{\input{fleqn.clo}} \DeclareOption{openbib}{% \AtEndOfPackage{% \renewcommand\@openbib@code{% \advance\leftmargin\bibindent \itemindent -\bibindent \listparindent \itemindent \parsep \z@ }% \renewcommand\newblock{\par}}% } \ExecuteOptions{letterpaper,10pt,oneside,onecolumn,final,openany} \ProcessOptions \input{size1\@ptsize.clo} \setlength\lineskip{1\p@} \setlength\normallineskip{1\p@} \renewcommand\baselinestretch{} \setlength\parskip{0\p@ \@plus \p@} \@lowpenalty 51 \@medpenalty 151 \@highpenalty 301 \setcounter{topnumber}{2} \renewcommand\topfraction{.7} \setcounter{bottomnumber}{1} \renewcommand\bottomfraction{.3} \setcounter{totalnumber}{3} \renewcommand\textfraction{.2} \renewcommand\floatpagefraction{.5} \setcounter{dbltopnumber}{2} \renewcommand\dbltopfraction{.7} \renewcommand\dblfloatpagefraction{.5} %\newcommand\drafttext{\small{\textsc{Draft},\today}\hfil } \if@twoside \def\ps@headings{% %\let\@oddfoot\drafttext\let\@evenfoot\drafttext % altered \def\@oddfoot{\hfil\thepage\hfil}% \def\@evenfoot{\hfil\thepage\hfil}% \def\@evenhead{\hfil{\scriptsize \bfseries\leftmark}\hfil}% altered \def\@oddhead{\hfil{\scriptsize \bfseries\chaptauth}\hfil}% altered \let\@mkboth\markboth \def\chaptermark##1{% \markboth {##1}{}}% \def\sectionmark##1{% \markright {\small{% altered \ifnum \c@secnumdepth >\z@ \thesection. \ % \fi ##1}}}} \else \def\ps@headings{% \let\@oddfoot\drafttext %altered \def\@oddhead{{\bfseries\rightmark}\hfil\small{\textbf{\thepage}}}% altered \let\@mkboth\markboth \def\chaptermark##1{% \markright {\small{% altered \ifnum \c@secnumdepth >\m@ne \@chapapp\ \thechapter. \ % \fi ##1}}}} \fi \def\ps@myheadings{% \let\@oddfoot\@empty\let\@evenfoot\@empty \def\@evenhead{\thepage\hfil\slshape\chaptermark}% \def\@oddhead{{\slshape\chapterauthor}\hfil\thepage}% \let\@mkboth\@gobbletwo \let\chaptermark\@gobble \let\sectionmark\@gobble } \if@titlepage \newcommand\maketitle{\begin{titlepage}% % % GJ-style titlepage by means of \maketitle % \let\footnotesize\small \let\footnoterule\relax \let \footnote \thanks % \vspace{8cm} \noindent\rule{\linewidth}{1mm} \vspace{1cm} \begin{center} \vbox{ \Huge{\textsc{\@title}}\\[.5cm] % \normalsize{\textsc{\subtitle}} \\[1cm] \normalsize{\textsc{\@author}}\\[2cm] \noindent\rule{\linewidth}{.5mm} } \end{center} % \vspace{9cm} \end{titlepage}% \if@isdraft % Here commands if draftmode is on. \fi \setcounter{footnote}{0}% \global\let\thanks\relax \global\let\maketitle\relax \global\let\@thanks\@empty \global\let\@author\@empty \global\let\@date\@empty \global\let\@title\@empty \global\let\title\relax \global\let\author\relax \global\let\date\relax \global\let\and\relax } \else \newcommand\maketitle{\par \begingroup \renewcommand\thefootnote{\@fnsymbol\c@footnote}% \def\@makefnmark{\rlap{\@textsuperscript{\normalfont\@thefnmark}}}% \long\def\@makefntext##1{\parindent 1em\noindent \hb@xt@1.8em{% \hss\@textsuperscript{\normalfont\@thefnmark}}##1}% \if@twocolumn \ifnum \col@number=\@ne \@maketitle \else \twocolumn[\@maketitle]% \fi \else \newpage \global\@topnum\z@ % Prevents figures from going at top of page. \@maketitle \fi \thispagestyle{firstpage}\@thanks \endgroup \setcounter{footnote}{0}% \global\let\thanks\relax \global\let\maketitle\relax \global\let\@maketitle\relax \global\let\@thanks\@empty \global\let\@author\@empty \global\let\@date\@empty \global\let\@title\@empty \global\let\title\relax \global\let\author\relax \global\let\date\relax \global\let\and\relax } %\def\@maketitle{% % \newpage % \null % \vskip 2em% % \begin{center}% % \let \footnote \thanks % {\LARGE \@title \par}% % \vskip 1.5em% % {\large % \lineskip .5em% % \begin{tabular}[t]{c}% % \@author % \end{tabular}\par}% % \vskip 1em% % {\large \@date}% % \end{center}% % \par % \vskip 1.5em} \def\@maketitle{% \newpage \null \vspace{11cm} \begin{flushleft} \Huge{\textsc{\@title}}\\[.5cm] % \normalsize{\textsc{\@subtitle}} \\[1cm] \normalsize{\textsc{\author}} \end{flushleft} \vspace{9cm}} \fi \newcommand*\chaptermark[1]{} \setcounter{secnumdepth}{2} \newcounter {part} \newcounter {chapter} \newcounter {section}[chapter] \newcounter {subsection}[section] \newcounter {subsubsection}[subsection] \newcounter {paragraph}[subsubsection] \newcounter {subparagraph}[paragraph] \renewcommand\thepart {\@Roman\c@part} \renewcommand\thechapter {\@arabic\c@chapter} %\renewcommand\thesection {\thechapter.\@arabic\c@section} \renewcommand\thesection {\@arabic\c@section} \renewcommand\thesubsection {\thesection.\@arabic\c@subsection} \renewcommand\thesubsubsection{\thesubsection .\@arabic\c@subsubsection} \renewcommand\theparagraph {\thesubsubsection.\@arabic\c@paragraph} \renewcommand\thesubparagraph {\theparagraph.\@arabic\c@subparagraph} \newcommand\@chapapp{\chaptername} \newcommand\part{% \if@openright \cleardoublepage \else \clearpage \fi \thispagestyle{plain}% \if@twocolumn \onecolumn \@tempswatrue \else \@tempswafalse \fi \null\vfil \secdef\@part\@spart} \def\@part[#1]#2{% \ifnum \c@secnumdepth >-2\relax \refstepcounter{part}% \addcontentsline{toc}{part}{\thepart\hspace{1em}#1}% \else \addcontentsline{toc}{part}{#1}% \fi \markboth{}{}% {\centering \interlinepenalty \@M \normalfont \ifnum \c@secnumdepth >-2\relax \huge\bfseries \partname~\thepart \par \vskip 20\p@ \fi \Huge \bfseries #2\par}% \@endpart} \def\@spart#1{% {\centering \interlinepenalty \@M \normalfont \Huge \bfseries #1\par}% \@endpart} \def\@endpart{\vfil\newpage \if@twoside \null \thispagestyle{empty}% \newpage \fi \if@tempswa \twocolumn \fi} \newcommand\chapter{\if@openright\cleardoublepage\else\clearpage\fi \thispagestyle{plain}% \global\@topnum\z@ \@afterindentfalse \secdef\@chapter\@schapter} \def\@chapter[#1]#2{\refstepcounter{chapter}% \def\chaptertitle{#1}% \chaptermark{#1}% \addtocontents{lof}{\protect\addvspace{10\p@}}% \addtocontents{lot}{\protect\addvspace{10\p@}}% \if@twocolumn \@topnewpage[\@makechapterhead{#2}]% \else \@makechapterhead{#2}% \@afterheading \fi \tableofcontents} \def\@makechapterhead#1{% \vspace*{20\p@}% GJ: less space off the top (used to be 50) {\parindent \z@ \raggedright \normalfont \leavevmode \hrulefill \linebreak \null \vspace{-25pt} \par% add a horizontal rule between the chapter number and the title % {\flushright \LARGE \bfseries #1\par\nobreak} {\flushleft \LARGE \bfseries #1\par\nobreak} % Left mode \vskip 40\p@ }} \def\@schapter#1{\if@twocolumn \@topnewpage[\@makeschapterhead{#1}]% \else \@makeschapterhead{#1}% \@afterheading \fi} \def\@makeschapterhead#1{% \vspace*{20\p@}% {%\parindent \z@ \raggedright \parindent \z@ %\raggedleft % Left or right .... \normalfont \interlinepenalty\@M \leavevmode \hrulefill \linebreak \null \vspace{-25pt} \par% add a horizontal rule between the chapter number and the title \vspace{12pt} \Large \bfseries #1 \par\nobreak \vskip 40\p@ }} % % Added by GJ, June 12 1997 % \newenvironment{chapterabstract} {\vspace{-10pt}\scriptsize \begin{list}{}{% \setlength{\rightmargin}{\leftmargin}} \item[]\textsc{Abstract. }} {\end{list}\normalsize\vspace{5pt}} \newcommand{\chaptersubtitle}[1]{\vspace{-35pt}\begin{flushleft}\large\textbf{#1}\end{flushleft}} \newcommand{\chaptauth}{} \newcommand{\chaptaff}{} \newcommand{\chaptmail}{} \newcommand{\chapterauthor}[1]{\noindent\textsc{#1}\par%\vspace{30pt}% \renewcommand{\chaptauth}{#1}% \addcontentsline{toc}{chapter}{\chaptertitle{} (\chaptauth)}% } \newcommand{\chapteraffiliation}[1]{\noindent\textup{\scriptsize{#1}}\par%\vspace{30pt}% \renewcommand{\chaptaff}{#1}} \newcommand{\chapteremail}[1]{\noindent\textup{\scriptsize{#1}}\vspace{20pt}% \renewcommand{\chaptmail}{#1}} % % Added by GJ, June 13 1997 % \newenvironment{chapterquote} {\vspace{-10pt} \begin{list}{}{% \setlength{\rightmargin}{0pt}\setlength{\leftmargin}{80pt}} \item[]\ignorespaces} {\end{list}\vspace{10pt}} % % Added by GJ, June 14 1997 % % headers \usepackage{fancyhdr} \pagestyle{fancy} \fancyhead{}\fancyfoot{}\fancyhf{} \fancyhead[RE]{\textit{\paperauthor}} \fancyhead[LE,RO]{\thepage} \fancyhead[LO]{\textit{\title}} % remove the line in the header. \renewcommand{\headrulewidth}{0pt} \headsep=0.6cm \def\ps@offprint{\advance\footskip by30pt% \let\@oddhead\@empty\let\@evenhead\@empty \def\@evenfoot{\vbox{ \begin{center}\thepage\end{center}\vspace{5pt} \scriptsize{\offprinthead}\hfil \\ \scriptsize{\textnormal{\offprintocc}}\hfil\\ % \copyright \scriptsize{\offprintauthors} }}% \def\@oddfoot{\@evenfoot}% } \def\ps@firstpage{%\footskip0pt \let\@oddhead\@empty\let\@evenhead\@empty \def\@evenfoot{\rlap{\vtop{\baselineskip10pt\hbox{}\hbox{} \hbox{\scriptsize Proceedings of the Eleventh ESSLLI Student Session} \hbox{\scriptsize Janneke Huitink \& Sophia Katrenko (editors)} \hbox{\scriptsize Copyright \copyright{} 2006, the author(s)}}}% \hfil\thepage\hfil}% \def\@oddfoot{\@evenfoot}% } % % Added by GJ, April 22 1998 % \def\ps@studses{\advance\footskip by30pt% \let\@oddhead\@empty\let\@evenhead\@empty \def\@evenfoot{\vbox{ \begin{center}\thepage\end{center}\vspace{5pt} \textit{\scriptsize{Proceedings of the Third ESSLLI Student Session}} \\ \scriptsize{Ivana Kruijff-Korbayov\'a (editor)}.\\ \scriptsize{Chapter \thechapter{}, Copyright} \copyright \scriptsize{1998, \chaptauth.\hfil} }}% \def\@oddfoot{\@evenfoot}% } % -------------------------------------------------------------------------- \newcommand\section{\@startsection {section}{1}{\z@}% {-3.5ex \@plus -1ex \@minus -.2ex}% {2.3ex \@plus.2ex}% {\normalfont\Large\bfseries}} \newcommand\subsection{\@startsection{subsection}{2}{\z@}% {-3.25ex\@plus -1ex \@minus -.2ex}% {1.5ex \@plus .2ex}% {\normalfont\large\bfseries}} \newcommand\subsubsection{\@startsection{subsubsection}{3}{\z@}% {-3.25ex\@plus -1ex \@minus -.2ex}% {1.5ex \@plus .2ex}% {\normalfont\normalsize\bfseries}} \newcommand\paragraph{\@startsection{paragraph}{4}{\z@}% {3.25ex \@plus1ex \@minus.2ex}% {-1em}% {\normalfont\normalsize\bfseries}} \newcommand\subparagraph{\@startsection{subparagraph}{5}{\parindent}% {3.25ex \@plus1ex \@minus .2ex}% {-1em}% {\normalfont\normalsize\bfseries}} \if@twocolumn \setlength\leftmargini {2em} \else \setlength\leftmargini {2.5em} \fi \leftmargin \leftmargini \setlength\leftmarginii {2.2em} \setlength\leftmarginiii {1.87em} \setlength\leftmarginiv {1.7em} \if@twocolumn \setlength\leftmarginv {.5em} \setlength\leftmarginvi {.5em} \else \setlength\leftmarginv {1em} \setlength\leftmarginvi {1em} \fi \setlength \labelsep {.5em} \setlength \labelwidth{\leftmargini} \addtolength\labelwidth{-\labelsep} \@beginparpenalty -\@lowpenalty \@endparpenalty -\@lowpenalty \@itempenalty -\@lowpenalty \renewcommand\theenumi{\@arabic\c@enumi} \renewcommand\theenumii{\@alph\c@enumii} \renewcommand\theenumiii{\@roman\c@enumiii} \renewcommand\theenumiv{\@Alph\c@enumiv} \newcommand\labelenumi{\theenumi.} \newcommand\labelenumii{(\theenumii)} \newcommand\labelenumiii{\theenumiii.} \newcommand\labelenumiv{\theenumiv.} \renewcommand\p@enumii{\theenumi} \renewcommand\p@enumiii{\theenumi(\theenumii)} \renewcommand\p@enumiv{\p@enumiii\theenumiii} \newcommand\labelitemi{$\m@th\bullet$} \newcommand\labelitemii{\normalfont\bfseries --} \newcommand\labelitemiii{$\m@th\ast$} \newcommand\labelitemiv{$\m@th\cdot$} \newenvironment{description} {\list{}{\labelwidth\z@ \itemindent-\leftmargin \let\makelabel\descriptionlabel}} {\endlist} \newcommand*\descriptionlabel[1]{\hspace\labelsep \normalfont\bfseries #1} \if@titlepage \newenvironment{abstract}{% \titlepage \null\vfil \@beginparpenalty\@lowpenalty \begin{center}% \bfseries \abstractname \@endparpenalty\@M \end{center}}% {\par\vfil\null\endtitlepage} \else \newenvironment{abstract}{% \if@twocolumn \section*{\abstractname}% \else \small \begin{center}% {\bfseries \abstractname\vspace{-.5em}\vspace{\z@}}% \end{center}% \quotation \fi} {\if@twocolumn\else\endquotation\fi} \fi \newenvironment{verse} {\let\\\@centercr \list{}{\itemsep \z@ \itemindent -1.5em% \listparindent\itemindent \rightmargin \leftmargin \advance\leftmargin 1.5em}% \item\relax} {\endlist} \newenvironment{quotation} {\list{}{\listparindent 1.5em% \itemindent \listparindent \rightmargin \leftmargin \parsep \z@ \@plus\p@}% \item\relax} {\endlist} \newenvironment{quote} {\list{}{\rightmargin\leftmargin}% \item\relax} {\endlist} \if@compatibility \newenvironment{titlepage} {% \if@twocolumn \@restonecoltrue\onecolumn \else \@restonecolfalse\newpage \fi \thispagestyle{empty}% \setcounter{page}\z@ }% {\if@restonecol\twocolumn \else \newpage \fi } \else \newenvironment{titlepage} {% \if@twocolumn \@restonecoltrue\onecolumn \else \@restonecolfalse\newpage \fi \thispagestyle{empty}% \setcounter{page}\@ne }% {\if@restonecol\twocolumn \else \newpage \fi \if@twoside\else \setcounter{page}\@ne \fi } \fi \newcommand\appendix{\par \setcounter{chapter}{0}% \setcounter{section}{0}% \renewcommand\@chapapp{\appendixname}% \renewcommand\thechapter{\@Alph\c@chapter}} \setlength\arraycolsep{5\p@} \setlength\tabcolsep{6\p@} \setlength\arrayrulewidth{.4\p@} \setlength\doublerulesep{2\p@} \setlength\tabbingsep{\labelsep} \skip\@mpfootins = \skip\footins \setlength\fboxsep{3\p@} \setlength\fboxrule{.4\p@} \@addtoreset{equation}{chapter} \renewcommand\theequation{\thechapter.\@arabic\c@equation} \newcounter{figure}[chapter] \renewcommand\thefigure{\thechapter.\@arabic\c@figure} \def\fps@figure{tbp} \def\ftype@figure{1} \def\ext@figure{lof} \def\fnum@figure{\figurename~\thefigure} \newenvironment{figure} {\@float{figure}} {\end@float} \newenvironment{figure*} {\@dblfloat{figure}} {\end@dblfloat} \newcounter{table}[chapter] \renewcommand\thetable{\thechapter.\@arabic\c@table} \def\fps@table{tbp} \def\ftype@table{2} \def\ext@table{lot} \def\fnum@table{\tablename~\thetable} \newenvironment{table} {\@float{table}} {\end@float} \newenvironment{table*} {\@dblfloat{table}} {\end@dblfloat} \newlength\abovecaptionskip \newlength\belowcaptionskip \setlength\abovecaptionskip{10\p@} \setlength\belowcaptionskip{0\p@} \long\def\@makecaption#1#2{% \vskip\abovecaptionskip \sbox\@tempboxa{#1: #2}% \ifdim \wd\@tempboxa >\hsize #1: #2\par \else \global \@minipagefalse \hb@xt@\hsize{\hfil\box\@tempboxa\hfil}% \fi \vskip\belowcaptionskip} \DeclareOldFontCommand{\rm}{\normalfont\rmfamily}{\mathrm} \DeclareOldFontCommand{\sf}{\normalfont\sffamily}{\mathsf} \DeclareOldFontCommand{\tt}{\normalfont\ttfamily}{\mathtt} \DeclareOldFontCommand{\bf}{\normalfont\bfseries}{\mathbf} \DeclareOldFontCommand{\it}{\normalfont\itshape}{\mathit} \DeclareOldFontCommand{\sl}{\normalfont\slshape}{\@nomath\sl} \DeclareOldFontCommand{\sc}{\normalfont\scshape}{\@nomath\sc} \DeclareRobustCommand*\cal{\@fontswitch\relax\mathcal} \DeclareRobustCommand*\mit{\@fontswitch\relax\mathnormal} \newcommand\@pnumwidth{1.55em} \newcommand\@tocrmarg{2.55em} \newcommand\@dotsep{4.5} \setcounter{tocdepth}{2} \newcommand\tableofcontents{% \if@twocolumn \@restonecoltrue\onecolumn \else \@restonecolfalse \fi % \chapter*{\contentsname % \@mkboth{% % \MakeUppercase\contentsname}{\MakeUppercase\contentsname}}% \@starttoc{toc}% \if@restonecol\twocolumn\fi } \def\@starttoc#1{% \begingroup \makeatletter % \@input{\jobname.#1}% \if@filesw \expandafter\newwrite\csname tf@#1\endcsname \immediate\openout \csname tf@#1\endcsname \jobname.#1\relax \fi \@nobreakfalse \endgroup} \newcommand*\l@part[2]{% \ifnum \c@tocdepth >-2\relax \addpenalty{-\@highpenalty}% \addvspace{2.25em \@plus\p@}% \begingroup \setlength\@tempdima{3em}% \parindent \z@ \rightskip \@pnumwidth \parfillskip -\@pnumwidth {\leavevmode \large \bfseries #1\hfil \hb@xt@\@pnumwidth{\hss #2}}\par \nobreak \global\@nobreaktrue \everypar{\global\@nobreakfalse\everypar{}}% \endgroup \fi} \newcommand*\l@chapter[2]{% \ifnum \c@tocdepth >\m@ne \addpenalty{-\@highpenalty}% \vskip 1.0em \@plus\p@ \setlength\@tempdima{1.5em}% \begingroup \parindent \z@ \rightskip \@pnumwidth \parfillskip -\@pnumwidth \leavevmode \bfseries \advance\leftskip\@tempdima \hskip -\leftskip #1\nobreak\hfil \nobreak\hb@xt@\@pnumwidth{\hss #2}\par \penalty\@highpenalty \endgroup \fi} \newcommand*\l@section{\@dottedtocline{1}{1.5em}{2.3em}} \newcommand*\l@subsection{\@dottedtocline{2}{3.8em}{3.2em}} \newcommand*\l@subsubsection{\@dottedtocline{3}{7.0em}{4.1em}} \newcommand*\l@paragraph{\@dottedtocline{4}{10em}{5em}} \newcommand*\l@subparagraph{\@dottedtocline{5}{12em}{6em}} \newcommand\listoffigures{% \if@twocolumn \@restonecoltrue\onecolumn \else \@restonecolfalse \fi \chapter*{\listfigurename \@mkboth{\MakeUppercase\listfigurename}% {\MakeUppercase\listfigurename}}% \@starttoc{lof}% \if@restonecol\twocolumn\fi } \newcommand*\l@figure{\@dottedtocline{1}{1.5em}{2.3em}} \newcommand\listoftables{% \if@twocolumn \@restonecoltrue\onecolumn \else \@restonecolfalse \fi \chapter*{\listtablename \@mkboth{% \MakeUppercase\listtablename}{\MakeUppercase\listtablename}}% \@starttoc{lot}% \if@restonecol\twocolumn\fi } \let\l@table\l@figure % % Change in thebibliography-environment, 1998/04/22 GJ: % Instead of \chapter*, \subsection* is used to enable in-chapter % bibliographies. % \newdimen\bibindent \setlength\bibindent{1.5em} \newenvironment{thebibliography}[1] {\subsection*{\bibname \@mkboth{\MakeUppercase\bibname}{\MakeUppercase\bibname}}% \small{} \list{\@biblabel{\@arabic\c@enumiv}}% {\settowidth\labelwidth{\@biblabel{#1}}% \leftmargin\labelwidth \advance\leftmargin\labelsep \@openbib@code \usecounter{enumiv}% \let\p@enumiv\@empty \renewcommand\theenumiv{\@arabic\c@enumiv}}% \sloppy\clubpenalty4000\widowpenalty4000% \sfcode`\.\@m} {\def\@noitemerr {\@latex@warning{Empty `thebibliography' environment}}% \endlist} \newcommand\newblock{\hskip .11em\@plus.33em\@minus.07em} \let\@openbib@code\@empty \newenvironment{theindex} {\if@twocolumn \@restonecolfalse \else \@restonecoltrue \fi \columnseprule \z@ \columnsep 35\p@ \twocolumn[\@makeschapterhead{\indexname}]% \@mkboth{\MakeUppercase\indexname}% {\MakeUppercase\indexname}% \thispagestyle{plain}\parindent\z@ \parskip\z@ \@plus .3\p@\relax \let\item\@idxitem} {\if@restonecol\onecolumn\else\clearpage\fi} \newcommand\@idxitem{\par\hangindent 40\p@} \newcommand\subitem{\@idxitem \hspace*{20\p@}} \newcommand\subsubitem{\@idxitem \hspace*{30\p@}} \newcommand\indexspace{\par \vskip 10\p@ \@plus5\p@ \@minus3\p@\relax} \renewcommand\footnoterule{% \kern-3\p@ \hrule\@width.4\columnwidth \kern2.6\p@} \@addtoreset{footnote}{chapter} \newcommand\@makefntext[1]{% \parindent 1em% \noindent \hb@xt@1.8em{\hss\@makefnmark}#1} \newcommand\contentsname{Table of Contents} \newcommand\listfigurename{List of Figures} \newcommand\listtablename{List of Tables} \newcommand\bibname{Bibliography} \newcommand\indexname{Index} \newcommand\figurename{Figure} \newcommand\tablename{Table} \newcommand\partname{Part} \newcommand\chaptername{Chapter} \newcommand\appendixname{Appendix} \newcommand\abstractname{Abstract} \newcommand\today{} \edef\today{\ifcase\month\or January\or February\or March\or April\or May\or June\or July\or August\or September\or October\or November\or December\fi \space\number\day, \number\year} \setlength\columnsep{10\p@} \setlength\columnseprule{0\p@} \pagestyle{plain} \pagenumbering{arabic} \if@twoside \else \raggedbottom \fi \if@twocolumn \twocolumn \sloppy \flushbottom \else \onecolumn \fi \endinput %% %% End of file `esslli.cls'.