summaryrefslogtreecommitdiff
path: root/texmf-dist/doc/latex/fetchbibpes/examples/bibpes_sr.tex
diff options
context:
space:
mode:
Diffstat (limited to 'texmf-dist/doc/latex/fetchbibpes/examples/bibpes_sr.tex')
-rw-r--r--texmf-dist/doc/latex/fetchbibpes/examples/bibpes_sr.tex59
1 files changed, 59 insertions, 0 deletions
diff --git a/texmf-dist/doc/latex/fetchbibpes/examples/bibpes_sr.tex b/texmf-dist/doc/latex/fetchbibpes/examples/bibpes_sr.tex
new file mode 100644
index 00000000..50af534e
--- /dev/null
+++ b/texmf-dist/doc/latex/fetchbibpes/examples/bibpes_sr.tex
@@ -0,0 +1,59 @@
+\documentclass{article}
+\usepackage{etoolbox}
+\usepackage{bibleref-parse}
+\usepackage[deffolder=exmpldefs,usesr,
+ useverses=verses]{fetchbibpes}
+\usepackage{makeidx}
+\usepackage[columns=1]{idxlayout}
+
+\makeatletter
+\renewcommand{\l@section}{\@dottedtocline{1}{1.5em}{4.75em}}
+\makeatother
+\renewcommand{\indexname}{Index to Scriptures}
+
+\setbooktitle{Genesis}{Gen}
+\setindexbooktitle{Gen}{Genesis (Gen)}
+\biblerefmap{Gen}{01}
+\setbooktitle{Matthew}{Mat}
+\setindexbooktitle{Matt}{Matthew (Mat)}
+\biblerefmap{Mat}{40}
+\setbooktitle{ICorinthians}{1Co}
+\setindexbooktitle{1Cor}{1 Corinthians (1Co)}
+\biblerefmap{1Co}{46}
+
+
+\makeindex
+
+\title{The \textsf{fetchbibpes} package\\[3pt]Illustrating the \textsf{sr} command}
+\author{D. P. Story}
+\date{\today}
+
+\begin{document}
+
+\maketitle
+
+\tableofcontents
+
+\section{Verses from Genesis}
+
+ Moses, the author of the Book of Genesis, describes creation, \sr{for it is
+ written}{Gen 1:1-10}: \fetchverses[showfirst]{Gen 1:1-10}
+
+ \sr{}{Php 2:13} ``\fetchverses{Php 2:13}''
+
+\section{Some words from Matthew}
+
+ \sr{In the times of old}{Mat 2:1-6, 2:9-10} \fetchverses[showfirst]{Mat 2:1-6}
+ \emph{And the passage continues with verse 9}, \fetchverses[showfirst]{Mat 2:9-10}
+
+
+\section{Passages from I Corinthians}
+
+Paul greets the Church at Corinthian \sr{}{1Co 1:1-3} \fetchverses{1Co 1:1-3}
+
+
+% Index to Scriptures
+ \newpage
+ \printindex
+
+\end{document}