Sha256: d288a1118fc32ed881be0b487429d7ea4dca8f72c207f867c199c9b5b4e0d6ed
Contents?: true
Size: 1.01 KB
Versions: 4
Compression:
Stored size: 1.01 KB
Contents
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % In order to generate an Author Index do the following: % After TeXing this document start the program MakeIndex by typing % MAKEINDX -S SPRMINDX.STY <filename> % (generates an IND file for the Author Index) % into the DOS command line. % (At other systems you may have to use the command MAKEINDEX.) % Now TeX this file once again, then you will get an Author Index. % TeX this file once more, then the TOC will be complete. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \documentclass{llncs} \usepackage{makeidx} \makeindex \begin{document} \frontmatter \setcounter{page}{5} \pagestyle{headings} % switches on printing of running heads \input{front_matter/preface.tex} \input{front_matter/organisation.tex} \input{front_matter/sponsors.tex} \tableofcontents \mainmatter \input{titles/index.tex} \addtocmark[2]{Author Index} % additional numbered TOC entry \renewcommand{\indexname}{Author Index} \printindex \end{document}
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
lncs-0.0.4 | templates/main.tex |
lncs-0.0.3 | templates/main.tex |
lncs-0.0.2 | templates/main.tex |
lncs-0.0.1 | templates/main.tex |