1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187
|
# llncs class
# Matthew Bertucci 3/27/2022 for v2.21
#include:aliascnt
#include:multicol
#keyvals:\documentclass/llncs#c
citeauthoryear
runningheads
# options passed to article class
a4paper
a5paper
b5paper
letterpaper
legalpaper
executivepaper
landscape
10pt
11pt
12pt
oneside
twoside
draft
final
titlepage
notitlepage
onecolumn
twocolumn
leqno
fleqn
#endkeyvals
\authorrunning{abbreviated author list}
\email{email address%URL}#U
\fnmsep
\inst{number}
\institute{institutes%text}
\keywords{keywords%text}
\orcidID{ORCID identifier}
\subtitle{text}
\titlerunning{abbreviated title%text}
\url{URL}#U
\grole#m
\getsto#m
\lid#m
\gid#m
\bbbc#m
\bbbf#m
\bbbh#m
\bbbk#m
\bbbm#m
\bbbn#m
\bbbp#m
\bbbq#m
\bbbr#m
\bbbs#m
\bbbt#m
\bbbz#m
\bbbone#m
\begin{theorem}
\end{theorem}
\begin{claim}
\end{claim}
\begin{proof}
\end{proof}
\begin{case}
\end{case}
\begin{conjecture}
\end{conjecture}
\begin{corollary}
\end{corollary}
\begin{definition}
\end{definition}
\begin{example}
\end{example}
\begin{exercise}
\end{exercise}
\begin{lemma}
\end{lemma}
\begin{note}
\end{note}
\begin{problem}
\end{problem}
\begin{property}
\end{property}
\begin{proposition}
\end{proposition}
\begin{question}
\end{question}
\begin{solution}
\end{solution}
\begin{remark}
\end{remark}
\qed
\spnewtheorem{envname}{caption}{cap font}{body font}#N
\spnewtheorem{envname}[numbered like]{caption}{cap font}{body font}#N
\spnewtheorem*{envname}{caption}{cap font}{body font}#N
#keyvals:\bibliographystyle#c
splncs04
#endkeyvals
\doi{DOI}
# not documented
\ackname#*
\addcontentsmark{file}{type}{text}#*
\addcontentsmarkwop{file}{type}{text}#*
\addnumcontentsmark{file}{type}{text}#*
\addtocmark[num]{file}{type}{text}#*
\addtocmark{file}{type}{text}#*
\andname#*
\authcount{arg}#*
\authrun#*
\backmatter#*
\calctocindent#*
\chapter*{title}#*L1
\chapter[short title]{title}#*L1
\chapter{title}#*L1
\chaptermark{code}#*
\chaptername#*
\claimname#*
\clearheadinfo#*
\conjecturename#*
\contriblistname#*
\corollaryname#*
\definitionname#*
\examplename#*
\exercisename#*
\fnindent#*
\fnnstart#*
\frontmatter#*
\headlineindent#*
\homedir#*
\hyperhrefextend#*
\idxquad#*
\instindent#*
\institutename#*
\keywordname#*
\lastand#*
\lastandname#*
\lemmaname#*
\mailname#*
\mainmatter#*
\noteaddname#*
\notename#*
\phantomsection#*
\problemname#*
\proofname#*
\propertyname#*
\propositionname#*
\questionname#*
\remarkname#*
\seename#*
\solutionname#*
\squareforqed#*
\subclassname#*
\theauco#*
\thechapter#*
\theopargself#*
\theoremname#*
\thisbottomragged#*
\titrun#*
\tocauthor{name}#*
\tocchpnum#*
\tocparanum#*
\tocparatotal#*
\tocsecnum#*
\tocsectotal#*
\tocsubparanum#*
\tocsubsecnum#*
\tocsubsectotal#*
\tocsubsubsecnum#*
\tocsubsubsectotal#*
\toctitle{text}#*
\ts#*
#ifOption:citeauthoryear
\citeauthoryear#*
#endif
#ifOption:oribibl
\oribibl#*
#endif
|