diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-09-09 20:20:25 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-09-09 20:20:25 +0000 |
commit | 6d406252a4add5f456a627298ffdbed4d682adec (patch) | |
tree | 762a90362952f599a4a233cc4fae6b4ded339857 /Master/texmf-dist/source/latex/notes2bib/notes2bib.dtx | |
parent | 498364be0f294658661f0bc83110b6c163318a64 (diff) |
notes2bib v1.5 2008/09/08
git-svn-id: svn://tug.org/texlive/trunk@10526 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/notes2bib/notes2bib.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/notes2bib/notes2bib.dtx | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/Master/texmf-dist/source/latex/notes2bib/notes2bib.dtx b/Master/texmf-dist/source/latex/notes2bib/notes2bib.dtx index 6b7358304da..f57de5c6e80 100644 --- a/Master/texmf-dist/source/latex/notes2bib/notes2bib.dtx +++ b/Master/texmf-dist/source/latex/notes2bib/notes2bib.dtx @@ -15,13 +15,14 @@ % % The current maintainer of this work is Joseph Wright. % -% This work consists of the source file notes2bib.dtx -% and the derived files notes2bib.ins, -% notes2bib.sty, -% jawltxdoc.sty, -% notes2bib-manual.pdf, -% notes2bib.pdf and -% README +% This work consists of the file notes2bib.dtx +% xnotes2bib.dtx +% and the derived files notes2bib.pdf, +% notes2bib.sty, +% notes2bib.ins, +% xnotes2bib.pdf, +% xnotes2bib.sty and +% xnotes2bib.ins. % % TDS-ready files: % The compressed file notes2bib.tds.zip contains an unpacked @@ -135,7 +136,7 @@ unsorted bibliography styles are supported. \EnableCrossrefs \CodelineIndex \RecordChanges -%\OnlyDescription +\OnlyDescription \usepackage{jawltxdoc} \begin{document} \DocInput{\jobname.dtx} @@ -179,6 +180,8 @@ unsorted bibliography styles are supported. % and \opt{tail} implementation} %\changes{v1.4}{2008/06/21}{\eTeX\ made optional (again), with % control option to turn off use even if available} +%\changes{v1.5}{2008/09/08}{Bundle now includes experimental +% \LaTeX3 support} % %\DoNotIndex{\@auxout,\@empty,\@fileswfalse,\@for,\@ifnextchar} %\DoNotIndex{\@ifpackagelater,\@ifpackageloaded,\@ifundefined} @@ -553,20 +556,15 @@ unsorted bibliography styles are supported. %\section{The package code} % %\subsection{Package setup code} -%\begin{macro}{\niib@id} %\changes{v1.1}{2007/09/29}{Removed use of \pkg{xspace}} % The package starts with the usual identification code and support % loading. % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} -\def\niib@id$#1: #2.#3 #4 #5-#6-#7 #8 #9${% - #5/#6/#7\space v1.4a\space} \ProvidesPackage{notes2bib} - [\niib@id$Id: notes2bib.dtx 13 2008-07-22 20:06:39Z joseph $ - Integrating notes into the bibliography] + [2008/09/08 v1.5 Integrating notes into the bibliography] \RequirePackage{xkeyval}[2005/05/07] % \end{macrocode} -%\end{macro} %\begin{macro}{\niib@tempa} %\begin{macro}{\niib@tempb} % Some private temporary macros are declared. |