aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2024-06-17 18:35:09 +0200
committerRobert Alessi <alessi@robertalessi.net>2024-06-17 18:35:09 +0200
commit90be15f6f3f4984725843ccb8e04f804e4c025f0 (patch)
tree581553f2ff4b4087b5b69273fa5a530ce7cc0569
parentbafea457f75e2a1ba70876aef13803e2b7799b7c (diff)
downloadicite-90be15f6f3f4984725843ccb8e04f804e4c025f0.tar.gz
more expansion control in \get@bibentry
-rw-r--r--icite.dtx6
1 files changed, 3 insertions, 3 deletions
diff --git a/icite.dtx b/icite.dtx
index 6cb9fe0..6fa99d1 100644
--- a/icite.dtx
+++ b/icite.dtx
@@ -1101,7 +1101,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1101% \end{macrocode} 1101% \end{macrocode}
1102% The following packages are required by \pkg{icite}: 1102% The following packages are required by \pkg{icite}:
1103% \begin{macrocode} 1103% \begin{macrocode}
1104\RequirePackage{xparse} 1104\RequirePackage{etoolbox}
1105\RequirePackage{datatool} 1105\RequirePackage{datatool}
1106\RequirePackage{usebib} 1106\RequirePackage{usebib}
1107% \end{macrocode} 1107% \end{macrocode}
@@ -1126,7 +1126,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1126% does not return an error if the entry field is not found: 1126% does not return an error if the entry field is not found:
1127% \begin{macrocode} 1127% \begin{macrocode}
1128\def\get@bibentry#1#2{\@ifundefined{reuse@#1@#2}{} 1128\def\get@bibentry#1#2{\@ifundefined{reuse@#1@#2}{}
1129 {\@nameuse{reuse@#1@#2}}} 1129 {\expandonce{\@nameuse{reuse@#1@#2}}}}
1130% \end{macrocode} 1130% \end{macrocode}
1131% Create a new database which \pkg{icite} will use to connect 1131% Create a new database which \pkg{icite} will use to connect
1132% Bib\LaTeX\ \enquote*{subtypes} to indices. 1132% Bib\LaTeX\ \enquote*{subtypes} to indices.
@@ -1382,4 +1382,4 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1382%</package> 1382%</package>
1383% \fi 1383% \fi
1384%\Finale 1384%\Finale
1385\endinput \ No newline at end of file 1385\endinput