annotate Write Up/llncsdoc.sty @ 3:475bddaf580c tip

Add report and Presentation
author Dave Moffat <d.j.moffat@qmul.ac.uk>
date Wed, 25 Feb 2015 16:07:05 +0000
parents
children
rev   line source
d@3 1 % This is LLNCSDOC.STY the modification of the
d@3 2 % LLNCS class file for the documentation of
d@3 3 % the class itself.
d@3 4 %
d@3 5 \def\AmS{{\protect\usefont{OMS}{cmsy}{m}{n}%
d@3 6 A\kern-.1667em\lower.5ex\hbox{M}\kern-.125emS}}
d@3 7 \def\AmSTeX{{\protect\AmS-\protect\TeX}}
d@3 8 %
d@3 9 \def\ps@myheadings{\let\@mkboth\@gobbletwo
d@3 10 \def\@oddhead{\hbox{}\hfil\small\rm\rightmark
d@3 11 \qquad\thepage}%
d@3 12 \def\@oddfoot{}\def\@evenhead{\small\rm\thepage\qquad
d@3 13 \leftmark\hfil}%
d@3 14 \def\@evenfoot{}\def\sectionmark##1{}\def\subsectionmark##1{}}
d@3 15 \ps@myheadings
d@3 16 %
d@3 17 \setcounter{tocdepth}{2}
d@3 18 %
d@3 19 \renewcommand{\labelitemi}{--}
d@3 20 \newenvironment{alpherate}%
d@3 21 {\renewcommand{\labelenumi}{\alph{enumi})}\begin{enumerate}}%
d@3 22 {\end{enumerate}\renewcommand{\labelenumi}{enumi}}
d@3 23 %
d@3 24 \def\bibauthoryear{\begingroup
d@3 25 \def\thebibliography##1{\section*{References}%
d@3 26 \small\list{}{\settowidth\labelwidth{}\leftmargin\parindent
d@3 27 \itemindent=-\parindent
d@3 28 \labelsep=\z@
d@3 29 \usecounter{enumi}}%
d@3 30 \def\newblock{\hskip .11em plus .33em minus -.07em}%
d@3 31 \sloppy
d@3 32 \sfcode`\.=1000\relax}%
d@3 33 \def\@cite##1{##1}%
d@3 34 \def\@lbibitem[##1]##2{\item[]\if@filesw
d@3 35 {\def\protect####1{\string ####1\space}\immediate
d@3 36 \write\@auxout{\string\bibcite{##2}{##1}}}\fi\ignorespaces}%
d@3 37 \begin{thebibliography}{}
d@3 38 \bibitem[1982]{clar:eke3} Clarke, F., Ekeland, I.: Nonlinear
d@3 39 oscillations and boundary-value problems for Hamiltonian systems.
d@3 40 Arch. Rat. Mech. Anal. 78, 315--333 (1982)
d@3 41 \end{thebibliography}
d@3 42 \endgroup}