aboutsummaryrefslogtreecommitdiff
path: root/icite.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'icite.dtx')
-rw-r--r--icite.dtx20
1 files changed, 17 insertions, 3 deletions
diff --git a/icite.dtx b/icite.dtx
index 1ba3d02..8c843c8 100644
--- a/icite.dtx
+++ b/icite.dtx
@@ -416,7 +416,7 @@ Running "make install" installs the files in the local TeX tree.
416%</driver> 416%</driver>
417% \fi 417% \fi
418% 418%
419% \CheckSum{269} 419% \CheckSum{0}
420% 420%
421% \CharacterTable 421% \CharacterTable
422% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z 422% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
@@ -994,6 +994,9 @@ Running "make install" installs the files in the local TeX tree.
994 \def\ic@dfltind{#1} 994 \def\ic@dfltind{#1}
995 \fi 995 \fi
996} 996}
997\newif\ifno@bibengine
998\define@boolkey{icite.sty}[@pkg@]{nobibengine}[true]{%
999 \if@pkg@nobibengine\no@bibenginetrue\else\fi}
997\ExecuteOptionsX{citecmd} 1000\ExecuteOptionsX{citecmd}
998\ProcessOptionsX\relax 1001\ProcessOptionsX\relax
999% \end{macrocode} 1002% \end{macrocode}
@@ -1114,7 +1117,10 @@ Running "make install" installs the files in the local TeX tree.
1114 \index{\@sortedauthor!\@sortedtitle}% 1117 \index{\@sortedauthor!\@sortedtitle}%
1115 \fi\fi% 1118 \fi\fi%
1116 \fi}} 1119 \fi}}
1120 \ifno@bibengine\@useauthor, \TitleStyle{\@usetitle}%
1121 \else%
1117 \csname #4\endcsname{#3}% 1122 \csname #4\endcsname{#3}%
1123 \fi%
1118 } 1124 }
1119 {\IfNoValueTF{#2}% 1125 {\IfNoValueTF{#2}%
1120 {\DTLifdbempty{icite@indices}{% 1126 {\DTLifdbempty{icite@indices}{%
@@ -1138,7 +1144,11 @@ Running "make install" installs the files in the local TeX tree.
1138 \index{\@sortedauthor!\@sortedtitle!#1}% 1144 \index{\@sortedauthor!\@sortedtitle!#1}%
1139 \fi\fi% 1145 \fi\fi%
1140 \fi}}% 1146 \fi}}%
1141 \csname #4\endcsname[{#1}]{#3}} 1147 \ifno@bibengine\@useauthor, \TitleStyle{\@usetitle}, {#1}%
1148 \else%
1149 \csname #4\endcsname[{#1}]{#3}%
1150 \fi%
1151 }
1142 {\DTLifdbempty{icite@indices}{% 1152 {\DTLifdbempty{icite@indices}{%
1143 \ifno@index\else 1153 \ifno@index\else
1144 \ifdefault@index% 1154 \ifdefault@index%
@@ -1160,7 +1170,11 @@ Running "make install" installs the files in the local TeX tree.
1160 \index{\@sortedauthor!\@sortedtitle!#2}% 1170 \index{\@sortedauthor!\@sortedtitle!#2}%
1161 \fi\fi% 1171 \fi\fi%
1162 \fi}}% 1172 \fi}}%
1163 \csname #4\endcsname[#1][{#2}]{#3}}% 1173 \ifno@bibengine #1 \@useauthor, \TitleStyle{\@usetitle}, {#2}%
1174 \else%
1175 \csname #4\endcsname[#1][{#2}]{#3}%
1176 \fi%
1177 }%
1164 }% 1178 }%
1165} 1179}
1166% \end{macrocode} 1180% \end{macrocode}