diff options
author | Karl Berry <karl@freefriends.org> | 2008-11-01 00:35:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-11-01 00:35:42 +0000 |
commit | 71672704bcab050f2e52fc04c103bb4a9e92b586 (patch) | |
tree | 611db5b051a50af77765bee31bef9fbb8534ec00 /Master/texmf-dist/source/latex/notes2bib | |
parent | da2201da373d92a00f259d9723c62e4b7c156148 (diff) |
notes2bib update (31oct08)
git-svn-id: svn://tug.org/texlive/trunk@11144 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/notes2bib')
-rw-r--r-- | Master/texmf-dist/source/latex/notes2bib/notes2bib.dtx | 2 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/notes2bib/xnotes2bib.dtx | 26 |
2 files changed, 14 insertions, 14 deletions
diff --git a/Master/texmf-dist/source/latex/notes2bib/notes2bib.dtx b/Master/texmf-dist/source/latex/notes2bib/notes2bib.dtx index c5b2d6f5b9d..9f4f9dd5646 100644 --- a/Master/texmf-dist/source/latex/notes2bib/notes2bib.dtx +++ b/Master/texmf-dist/source/latex/notes2bib/notes2bib.dtx @@ -621,7 +621,7 @@ unsorted bibliography styles are supported. % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{notes2bib} - [2008/10/22 v1.6 Integrating notes into the bibliography] + [2008/10/31 v1.6a Integrating notes into the bibliography] \RequirePackage{xkeyval}[2005/05/07] % \end{macrocode} %\begin{macro}{\niib@tempa} diff --git a/Master/texmf-dist/source/latex/notes2bib/xnotes2bib.dtx b/Master/texmf-dist/source/latex/notes2bib/xnotes2bib.dtx index 6cd5acce8c2..74d2aefcc2c 100644 --- a/Master/texmf-dist/source/latex/notes2bib/xnotes2bib.dtx +++ b/Master/texmf-dist/source/latex/notes2bib/xnotes2bib.dtx @@ -95,7 +95,7 @@ This work consists of the file notes2bib.dtx %</internal>
%<*package>
\RequirePackage{l3names}
-\GetIdInfo$Id: xnotes2bib.dtx 5 2008-10-22 21:00:00Z joseph $
+\GetIdInfo$Id: xnotes2bib.dtx 6 2008-10-31 21:00:00Z joseph $
{Integrating notes into the bibliography (expl3 version)}
%</package>
%<*driver>
@@ -430,7 +430,7 @@ This work consists of the file notes2bib.dtx % \begin{macrocode}
\keys_manage_quick:n {
niib/.cd:,
- cite/.set:N = \niib_cite:n,
+ cite/.store~in~tlp:N = \niib_cite:n,
% \end{macrocode}
%\end{macro}
%\begin{macro}{\niib_debug:n}
@@ -475,12 +475,12 @@ This work consists of the file notes2bib.dtx % Some storage macros.
% \begin{macrocode}
/keys/current~module:n = niib,
- field/.set:c = field,
- key~after/.set:c = key_after,
- key~before/.set:c = key_before,
- key~mixed/.set:c = key_mixed,
- keyword/.set:c = keyword,
- name/.set:c = name,
+ field/.store~in~tlp:c = field,
+ key~after/.store~in~tlp:c = key_after,
+ key~before/.store~in~tlp:c = key_before,
+ key~mixed/.store~in~tlp:c = key_mixed,
+ keyword/.store~in~tlp:c = keyword,
+ name/.store~in~tlp:c = name,
% \end{macrocode}
%\end{macro}
%\end{macro}
@@ -518,11 +518,11 @@ This work consists of the file notes2bib.dtx % \cs{niib_KV_string:n}}
% \begin{macrocode}
/keys/current~module:n = niib,
- prefix/.set:c = prefix,
- presort~after/.set:c = presort_after,
- presort~before/.set:c = presort_before,
- presort~mixed/.set:c = presort_mixed,
- record/.set:c = record,
+ prefix/.store~in~tlp:c = prefix,
+ presort~after/.store~in~tlp:c = presort_after,
+ presort~before/.store~in~tlp:c = presort_before,
+ presort~mixed/.store~in~tlp:c = presort_mixed,
+ record/.store~in~tlp:c = record,
% \end{macrocode}
%\end{macro}
%\end{macro}
|