summaryrefslogtreecommitdiff
path: root/texmf-dist/doc/latex/fetchbibpes/examples/bibpes_sr.tex
blob: 50af534e03de0412ce0091db585e2ed6b67aadc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
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}