diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/bibleref/sample.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/bibleref/sample.tex | 31 |
1 files changed, 27 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/bibleref/sample.tex b/Master/texmf-dist/doc/latex/bibleref/sample.tex index e7a87f94fde..ff2e72ee16d 100644 --- a/Master/texmf-dist/doc/latex/bibleref/sample.tex +++ b/Master/texmf-dist/doc/latex/bibleref/sample.tex @@ -5,7 +5,7 @@ %% The original source files were: %% %% bibleref.dtx (with options: `sample.tex,package') -%% Copyright (C) 2005 Nicola Talbot, all rights reserved. +%% Copyright (C) 2006 Nicola Talbot, all rights reserved. %% If you modify this file, you must change its name first. %% You are NOT ALLOWED to distribute this file alone. You are NOT %% ALLOWED to take money for the distribution or use of either this @@ -26,9 +26,13 @@ %% Right bracket \] Circumflex \^ Underscore \_ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} -\documentclass{ltxdoc} +\documentclass{article} \usepackage{bibleref} +\usepackage{makeidx} +\makeindex + +\renewcommand{\bvidxpgformat}{textit} \begin{document} \title{Sample Document} @@ -37,9 +41,9 @@ Long citation in text: \biblerefstyle{text} -\bibleverse{IICor}(12:15,18,21-32). +\bibleverse{IICor}(12:15,18,21-33). Short citation in footnote\footnote{% -\biblerefstyle{chicago}\bibleverse{IICor}(12:15,18,21-32)}. +\biblerefstyle{chicago}\bibleverse{IICor}(12:15,18,21-33)}. \section{Default Style} @@ -233,6 +237,25 @@ has verses in lower case Roman numerals, and redefines \bibleverse{IChronicles}(1:3)-(2:7) \end{tabular} +\section{MHRA Style---Indexed} + +\biblerefstyle{MHRA} +\noindent +\begin{tabular}{ll} +\verb|\ibibleverse{Ex}| & \ibibleverse{Ex}\\ +\verb|\ibibleverse{Exodus}(9:)| & \ibibleverse{Exodus}(9:)\\ +\verb|\ibibleverse{Exod}(20:17)| & \ibibleverse{Exod}(20:17)\\ +\verb|\ibibleverse{IICo}(12:21)| & \ibibleverse{IICo}(12:21)\\ +\verb|\ibibleverse{IICor}(12:21-32)| & \ibibleverse{IICor}(12:21-32)\\ +\verb|\ibibleverse{Ex}(20:17)(21:3)| & \ibibleverse{Ex}(20:17)(21:3)\\ +\verb|\ibibleverse{Ex}(15:)(17:)(20:)| & \ibibleverse{Ex}(15:)(17:)(20:)\\ +\verb|\ibibleverse{Rev}(1:2,5,7-9,11)| & \ibibleverse{Rev}(1:2,5,7-9,11)\\ +\verb|\ibibleverse{IChronicles}(1:3)-(2:7)| & +\ibibleverse{IChronicles}(1:3)-(2:7) +\end{tabular} + +\printindex + \end{document} \endinput %% |