summaryrefslogtreecommitdiff
path: root/texmf-dist/doc/latex/fetchbibpes/examples/combpkgs.tex
blob: 5c647f9921fafdcd500957daa5f203793cc74b81 (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
%
% Download and install aeb_mobile (aeb-mobile), the spdef is part of that package.
%   use=builddefs creates a switch \ifbuilddefs set to true
%   !use=builddefs creates a switch \ifbuilddefs set to false
%
%   Use use=builddefs to create new DEF files from TXT files
%   Use !use=builddefs to compile the rest of the document, skipping over
%       the use of bibpes.
%
\RequirePackage[use=builddefs]{spdef}
\ifbuilddefs
%
% The bibpes portion of the document
%
\documentclass{article}
%
% Uncomment the options as needed, only the
% txtfilein is required
%
\usepackage[%!build,% after building the DEF file, you can get a listing without rebuilding by specifying the !build option
%    infolder=<folder>,
%    outfolder=<folder>,
%    txtfilein=<file>
]{bibpes}

\bibpesBody\fi

%
% Begin the fetchbibpes portion of the document
%
\documentclass{article}

\usepackage[
    deffolder=mydefs,
    useverses={Col,Gen1,Gen-YLT}
]{fetchbibpes}

\useBookStyle{abbr=long,roman=false}

\parindent0pt \parskip6pt

\begin{document}

\fetchverse{Col 1:6}

\fetchverse[from=Alt]{Col 1:6}

\fetchverse[from=YLT]{Gen 1:1}

\end{document}