diff options
author | Karl Berry <karl@freefriends.org> | 2010-04-29 13:41:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-04-29 13:41:25 +0000 |
commit | 3793428328652bd18a288a1ab5bd9f5aac85d765 (patch) | |
tree | 9c322f3a1325d505efd10961ecc711479008bd2d /Master/texmf-dist/doc/latex/bibleref/bibleref-manual.html | |
parent | 7b7497d5ec04f3a154975722b6b2725be6566271 (diff) |
bibleref 1.10 (27apr10)
git-svn-id: svn://tug.org/texlive/trunk@18041 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/bibleref/bibleref-manual.html')
-rw-r--r-- | Master/texmf-dist/doc/latex/bibleref/bibleref-manual.html | 32 |
1 files changed, 25 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/bibleref/bibleref-manual.html b/Master/texmf-dist/doc/latex/bibleref/bibleref-manual.html index cbd7f02c93c..802fbefbc33 100644 --- a/Master/texmf-dist/doc/latex/bibleref/bibleref-manual.html +++ b/Master/texmf-dist/doc/latex/bibleref/bibleref-manual.html @@ -7,8 +7,8 @@ original version by: Nikos Drakos, CBLU, University of Leeds Jens Lippmann, Marek Rouchal, Martin Wilck and others --> <HTML> <HEAD> -<TITLE>bibleref.sty v1.09: a LATEX2e package for typesetting bible references</TITLE> -<META NAME="description" CONTENT="bibleref.sty v1.09: a LATEX2e package for typesetting bible references"> +<TITLE>bibleref.sty v1.10: a LATEX2e package for typesetting bible references</TITLE> +<META NAME="description" CONTENT="bibleref.sty v1.10: a LATEX2e package for typesetting bible references"> <META NAME="keywords" CONTENT="bibleref-manual"> <META NAME="resource-type" CONTENT="document"> <META NAME="distribution" CONTENT="global"> @@ -22,7 +22,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds <BODY > -<H1 ALIGN="CENTER">bibleref.sty v1.09: a L<SUP><SMALL>A</SMALL></SUP>T<SMALL>E</SMALL>X2<SUB>e</SUB> package for +<H1 ALIGN="CENTER">bibleref.sty v1.10: a L<SUP><SMALL>A</SMALL></SUP>T<SMALL>E</SMALL>X2<SUB>e</SUB> package for typesetting bible references</H1> <P ALIGN="CENTER"><STRONG>Nicola Talbot <BR> @@ -36,7 +36,7 @@ Norwich. Norfolk. NR4 7TJ. United Kingdom <BR><TT><A NAME="tex2html1" HREF="http://theoval.cmp.uea.ac.uk/~nlct/">http://theoval.cmp.uea.ac.uk/~nlct/</A></TT></STRONG></P> -<P ALIGN="CENTER"><STRONG>26th April 2010</STRONG></P> +<P ALIGN="CENTER"><STRONG>27th April 2010</STRONG></P> <BR> <H2><A NAME="SECTION00010000000000000000"> @@ -75,7 +75,7 @@ parts of the bible. <P> <P> -<TT>\bibleverse{</TT><EM>book title</EM><TT>}({</TT><EM>chapter</EM><TT>}:</TT><I>verse(s)</I><TT>)</TT> +<TT>\bibleverse{</TT><EM>book title</EM><TT>}(</TT><I>chapter</I><TT>:</TT><I>verse(s)</I><TT>)</TT> <P> This command can be used to cite a bible book, chapter or verse or range of chapters or verses. @@ -154,7 +154,7 @@ Styles are listed in Table <A HREF="bibleref-manual.html#tab:styles">1</A>. <BR> <BR> <DIV ALIGN="CENTER"> -<A NAME="210"></A> +<A NAME="220"></A> <TABLE CELLPADDING=3> <CAPTION><STRONG>Table 1:</STRONG> Bible Citation Styles (can be used as package option or in the argument to @@ -205,6 +205,24 @@ Revelation to Apoc, do <code>\setbookname{Rev}{Apoc}</code>) <P> +If you want a different title for a book depending on whether it's +in the main body of the document or in the index, you can set the +index version using: + +<P> +<TT>\setindexbooktitle{</TT><EM>name</EM><TT>}{</TT><EM>title</EM><TT>}</TT> +<P> +In this case, <I>name</I> should be the name you'll use in +<TT>\ibibleverse</TT>. For example, if you do: +<PRE> +\setbooktitle{Psalms}{Psalm} +\setindexbooktitle{Psalms}{Psalms} +</PRE> +Then <code>\ibibleverse{Psalms}(2:)</code> will print Psalm the +document and Psalms in the index, but <code>\ibibleverse{Ps}(2:)</code> +will print Psalms in both the document and the index. + +<P> You can add a book using <P> @@ -360,7 +378,7 @@ especially from Jesse Billett, Brooks Moses and Ulrich M. Sc <A href="http://theoval.cmp.uea.ac.uk/~nlct/">Nicola L. C. Talbot</A>. <A HREF="http://www.cmp.uea.ac.uk/">School of Computing Sciences</A>. <A HREF="http://www.uea.ac.uk/">University of East Anglia.</A> -Last Modified: 2010-04-26 +Last Modified: 2010-04-27 </ADDRESS> </BODY> </HTML> |