diff options
-rw-r--r-- | icite.dtx | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |