LaTeX document class for Lecture Notes in Computer Science
springer, Information for Authors.
We have llncs.cls for latex2e, and llncs.sty for latex2.9.
llncs.cls loads article.cls and then its definitions. Hence, llncs.4ht asks article.4ht to load the definitions in llncs-a.4ht
<..llncs.4ht..>
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% llncs.4ht 2014-07-12-22:36 %
% Copyright (C) 2000--2009 Eitan M. Gurari %
<.TeX4ht copyright.>
\Hinclude{\input llncs-a.4ht}{article}
\endinput
-_-_-
<..llncs-a.4ht..>
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% llncs-a.4ht 2014-07-12-22:36 %
% Copyright (C) 2000--2009 Eitan M. Gurari %
<.TeX4ht copyright.>
\ifx \:UnDef
<.llcns sty.>
\else
<.llcns cls.>
\fi
\let\:spthm=\@spthm
\def\@spthm{<.seed begin theorem.>\:spthm}
\Hinput{llncs}
\endinput
-_-_-
<..llcns sty..>
\let\ll:maketitle=\@maketitle
\def\@maketitle{%
\ll:maketitle \Configure{maketitle}{}{}{}{}\Configure{newpage}{}}
-_-_-
<..llcns cls..>
\let\ll:maketitle=\@maketitle
\def\@maketitle{%
\let\sva:author\a:author \def\a:author{\protect\sva:author}%
\let\svb:author\b:author \def\b:author{\protect\svb:author}%
\ll:maketitle \Configure{maketitle}{}{}{}{}\Configure{newpage}{}}
-_-_-
<..llcns cls..>+
\def\:tempc#1{\a:email\o:email:{#1}\b:email}
\HLet\email\:tempc
\NewConfigure{email}{2}
\def\:tempc{%
\pend:def\@institute{\a:institute}%
\append:def\@institute{\b:institute}%
\o:institutename:
}
\HLet\institutename\:tempc
\NewConfigure{institute}{2}
-_-_-
<..llcns cls..>+
\def\@Begintheorem#1#2#3{\a:newtheorem#3\trivlist
\item[\hskip\labelsep{#2#1\@thmcounterend}]\b:newtheorem}
-_-_-
<..lncse.4ht..>
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% llncse.4ht 2014-07-12-22:36 %
% Copyright (C) 2002--2009 Eitan M. Gurari %
<.TeX4ht copyright.>
\Hinclude{\input lncse-a.4ht}{article}
\endinput
-_-_-
<..lncse-a.4ht..>
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% llncse-a.4ht 2014-07-12-22:36 %
% Copyright (C) 2002--2009 Eitan M. Gurari %
<.TeX4ht copyright.>
<.lncse title page.>
<.lncse theorems.>
<.lncse chapter.>
\Hinput{lncse}
\endinput
-_-_-
<..lncse title page..>
\ifx \o:@maketitle:\UnDef
\let\o:@maketitle:\@maketitle
\fi
\def\@maketitle{%
\pend:def\@title{\Protect\a:ttl}\append:def\@title{\Protect\b:ttl}
\pend:def\@date{\a:date}\append:def\@date{\b:date}%
\pend:def\@author{\Protect\a:author}\append:def\@author{\Protect\b:author}%
\def\and{\a:and}%
\a:mktl \o:@maketitle: \b:mktl
}
\let\maketitle\o:maketitle:
\def\institutename{\par
\begingroup
\parskip=\z@
\parindent=\z@
\setcounter{@inst}{1}%
\def\and{\c:institute \stepcounter{@inst}\c:inst
$\sp{\the@inst}$\d:inst \ignorespaces}%
\setbox0=\vbox{\def\thanks##1{}\everypar{}\@institute}%
\ifnum\value{@inst}>9\relax\setbox0=\hbox{$\sp{88}$\enspace}%
\else\setbox0=\hbox{$\sp{8}$\enspace}\fi
\ignorespaces \a:institute
\ifnum\value{@inst}=1\relax \else
\setcounter{footnote}{\c@@inst}%
\setcounter{@inst}{1}%
\c:inst ${\sp\the@inst}$\d:inst
\fi
\@institute \b:institute\par
\endgroup}
\def\inst#1{\unskip\a:inst$\sp{#1}$\b:inst}
\def\fnmsep{\unskip$\sp,$}
\NewConfigure{institute}{3}
\NewConfigure{inst}{4}
-_-_-
<..lncse theorems..>
\def\:Thm{\o:@Thm:}
\def\:temp{\let\sv:item\item
\def\item[##1]{<.no page break before item.>\let\item\sv:item
\item[##1]\b:newtheorem}%
\a:newtheorem\AutoRefstepAnchor
\:Thm }
\HLet\@Thm\:temp
-_-_-
<..lncse chapter..>
\let\:tempb\chapter
\Def:Section\chapter{\thechapter}{#1}
\let\:chapter\chapter
\let\chapter\:tempb
\def\@makechapterhead#1{}
\let\no@chapter\@chapter
\def\@chapter[#1]#2{%
<.adjust minipageNum for setcounter footnote 0.>%
{\SkipRefstepAnchor \let\addcontentsline\:gobbleIII\no@chapter[#1]{}}%
\HtmlEnv \Toc:Title{#1}\:chapter{#2}}
\Def:Section\likechapter{}{#1}
\let\:likechapter\likechapter
\let\likechapter\:UnDef
\let\no@schapter\@schapter
\def\@schapter#1{%
{\let\addcontentsline\:gobbleIII\no@schapter{}}%
\HtmlEnv \:likechapter{#1}}
\let\no@appendix\appendix
\Def:Section\appendix{\thechapter}{#1}
\let\:appendix\appendix
\def\appendix{%
\def\@chapter[##1]##2{%
<.adjust minipageNum for setcounter footnote 0.>%
{\def\addcontentsline####1####2####3{}\no@chapter[##1]{}}%
\HtmlEnv \Toc:Title{##1}\:appendix{##2}}%
\no@appendix}
-_-_-