summaryrefslogtreecommitdiff
path: root/texmf-dist/tex/latex/fetchbibpes/fbpes.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'texmf-dist/tex/latex/fetchbibpes/fbpes.cfg')
-rw-r--r--texmf-dist/tex/latex/fetchbibpes/fbpes.cfg28
1 files changed, 28 insertions, 0 deletions
diff --git a/texmf-dist/tex/latex/fetchbibpes/fbpes.cfg b/texmf-dist/tex/latex/fetchbibpes/fbpes.cfg
new file mode 100644
index 00000000..37c124d5
--- /dev/null
+++ b/texmf-dist/tex/latex/fetchbibpes/fbpes.cfg
@@ -0,0 +1,28 @@
+%
+% fbpes.cfg: Customize the from option from the fbpes family
+% Below is a sample redefinition of \defaultBible and the from key of the
+% fbpes family. Modify or delete as desired.
+%
+\endinput
+
+\defaultBible{NKJV}
+\define@choicekey+{fbpes}{from}[\val\nr]%
+ {NKJV,KJV,KJV+,ISV,RV,YLT}[NKJV]{%
+ \ifcase\nr\relax
+ \def\fbpes@from{ NKJV}\or
+ \def\fbpes@from{ KJV}\or
+ \def\fbpes@from{ KJV+}\or
+ \def\fbpes@from{ ISV}\or
+ \def\fbpes@from{ RV}\or
+ \def\fbpes@from{ YLT}\fi
+}{%
+ \if@ddtoBiblesUsed
+ \def\fbpes@from{ #1}\setkeys{bibadd}{addfrom=#1}\else
+ \PackageWarning{fetchbibpes}{Bad Choice of \val\MessageBreak
+ will use \fb@defaultBible\space instead}\def\fbpes@from{}\fi
+}
+
+Or, perhaps, a preferred method is
+
+\renewcommand{\defaultBible}{NKJV}
+\addtoBibles{NKJV,RV,YLT}