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.cfg26
1 files changed, 7 insertions, 19 deletions
diff --git a/texmf-dist/tex/latex/fetchbibpes/fbpes.cfg b/texmf-dist/tex/latex/fetchbibpes/fbpes.cfg
index 37c124d5..be4172b0 100644
--- a/texmf-dist/tex/latex/fetchbibpes/fbpes.cfg
+++ b/texmf-dist/tex/latex/fetchbibpes/fbpes.cfg
@@ -1,28 +1,16 @@
%
-% 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.
+% fbpes.cfg: Creating a new set of registered Bible translations
+% Below is a sample declarations for \defaultBible and \registerBibles.
+% Modify or delete from the list 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
-}
+\registerBibles{NKJV,KJV,KJV+,ISV,RV,YLT}
+
Or, perhaps, a preferred method is
-\renewcommand{\defaultBible}{NKJV}
+\defaultBible{NKJV}
\addtoBibles{NKJV,RV,YLT}