From 694aabbdf7b498f3aaac0e60d82ad8899a76d6db Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 29 Apr 2010 23:56:06 +0000 Subject: bibleref 1.11 (29apr10) git-svn-id: svn://tug.org/texlive/trunk@18047 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/source/latex/bibleref/bibleref.dtx | 38 +++++++++++++++------- .../texmf-dist/source/latex/bibleref/bibleref.ins | 2 +- 2 files changed, 27 insertions(+), 13 deletions(-) (limited to 'Master/texmf-dist/source/latex') diff --git a/Master/texmf-dist/source/latex/bibleref/bibleref.dtx b/Master/texmf-dist/source/latex/bibleref/bibleref.dtx index 19b3b6fdcfb..a1ec034df4f 100644 --- a/Master/texmf-dist/source/latex/bibleref/bibleref.dtx +++ b/Master/texmf-dist/source/latex/bibleref/bibleref.dtx @@ -4,7 +4,7 @@ % -macrocode "bibleref.perl" % -setambles ".*\.perl=>\nopreamble\nopostamble" % -comment "bibleref.perl" -% -comment "sample.tex" +% -comment ".+\.tex" % -src "(.+)\.(sty)=>\1.\2" % -src "(.+)\.(tex)=>\1.\2" % -src "bibleref.perl=>bibleref.perl" @@ -12,7 +12,7 @@ % -author "Nicola Talbot" % -dir "source" % bibleref -% Created on 2010/4/27 21:44 +% Created on 2010/4/29 14:21 %\fi %\iffalse %<*package> @@ -82,14 +82,14 @@ \newcommand*{\app}[1]{\texttt{#1}} \OnlyDescription -\CheckSum{1786} +\CheckSum{1772} \begin{document} \DocInput{bibleref.dtx} \end{document} % %\fi -%\title{bibleref.sty v1.10: a \LaTeXe\ package for +%\title{bibleref.sty v1.11: a \LaTeXe\ package for %typesetting bible references} %\author{Nicola Talbot\\[10pt] %School of Computing Sciences\\ @@ -97,7 +97,7 @@ %Norwich. Norfolk. NR4 7TJ.\\ %United Kingdom\\ %\url{http://theoval.cmp.uea.ac.uk/~nlct/}} -%\date{27th April 2010} +%\date{29th April 2010} %\maketitle %\tableofcontents % @@ -342,7 +342,7 @@ % Declare package % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{bibleref}[2010/04/27 1.10 (NLCT)] +\ProvidesPackage{bibleref}[2010/04/29 1.11 (NLCT)] % \end{macrocode} % Need to do some conditional stuff % \begin{macrocode} @@ -1183,9 +1183,13 @@ Unknown biblerefstyle '#1'}{}}{\csname brs@#1\endcsname}} \ifx\@br@tmp\@empty \else \ifnum\@br@tmp<10\relax - \@bv@addtochidxsort{0#1}% + \@bv@addtochidxsort{00#1}% \else - \@bv@addtochidxsort{#1}% + \ifnum\@br@tmp<100\relax + \@bv@addtochidxsort{0#1}% + \else + \@bv@addtochidxsort{#1}% + \fi \fi \@bv@do{\BRversestyle{#1}}% \fi @@ -1240,9 +1244,13 @@ Unknown biblerefstyle '#1'}{}}{\csname brs@#1\endcsname}} \ifx\@bv@tmp\@empty \else \ifnum\@bv@tmp<10\relax - \@bv@addtochidxsort{0#1:}% + \@bv@addtochidxsort{00#1:}% \else - \@bv@addtochidxsort{#1:}% + \ifnum\@bv@tmp<100\relax + \@bv@addtochidxsort{0#1:}% + \else + \@bv@addtochidxsort{#1:}% + \fi \fi \@bv@do{\BRchapterstyle{#1}}% \fi @@ -1258,9 +1266,13 @@ Unknown biblerefstyle '#1'}{}}{\csname brs@#1\endcsname}} \ifx\@bv@tmp\@empty \else \ifnum\@bv@tmp<10\relax - \@bv@addtochidxsort{0#1:}% + \@bv@addtochidxsort{00#1:}% \else - \@bv@addtochidxsort{#1:}% + \ifnum\@bv@tmp<100\relax + \@bv@addtochidxsort{0#1:}% + \else + \@bv@addtochidxsort{#1:}% + \fi \fi \@bv@do{\BRchapterstyle{#1}}% \fi @@ -1426,6 +1438,7 @@ Unknown biblerefstyle '#1'}{}}{\csname brs@#1\endcsname}} %<*sample-multind.tex> % \end{macrocode} %\fi +%\iffalse %\subsection{Sample Document with Multiple Indices} % \begin{macrocode} \documentclass{article} @@ -1471,6 +1484,7 @@ Another new testament reference \ibibleverse{Matt}. \printindex{general}{General Index} \end{document} % \end{macrocode} +%\fi %\iffalse % \begin{macrocode} % diff --git a/Master/texmf-dist/source/latex/bibleref/bibleref.ins b/Master/texmf-dist/source/latex/bibleref/bibleref.ins index 2277885da0b..2832f99b728 100644 --- a/Master/texmf-dist/source/latex/bibleref/bibleref.ins +++ b/Master/texmf-dist/source/latex/bibleref/bibleref.ins @@ -1,4 +1,4 @@ -% bibleref.ins generated using makedtx version 0.94b 2010/4/27 21:44 +% bibleref.ins generated using makedtx version 0.94b 2010/4/29 14:21 \input docstrip \preamble -- cgit v1.2.3