Skip to content

Commit

Permalink
Move a couple of style options to a more sensible place
Browse files Browse the repository at this point in the history
  • Loading branch information
dcpurton committed Jan 18, 2016
1 parent efcc0e3 commit eaec073
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions latex/biblatex-sbl.def
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,6 @@

\ProvidesFile{biblatex-sbl.def}[\sbl@abx@defid]

\protected\def\blx@imc@printreleasedate{}
\blx@regimcs{\printreleasedate}
\DeclareBibliographyOption{releasedate}{%
\ifcsdef{mkbibrange#1}
{\protected\def\blx@imc@printreleasedate{\csuse{mkbibrange#1}{release}}}
{\blx@err@invopt{releasedate=#1}{}}}

\DeclareBibliographyOption{ibidpage}[true]{%
\ifstrequal{#1}{true}
{\ExecuteBibliographyOptions{loccittracker=true}}
{\ExecuteBibliographyOptions{loccittracker=false}}}

% ------------------------------------------------------------------
% CITEPAGES OPTION
% ------------------------------------------------------------------
Expand Down Expand Up @@ -182,9 +170,21 @@


% ------------------------------------------------------------------
% STYLE OPTION
% STYLE OPTIONS
% ------------------------------------------------------------------

\protected\def\blx@imc@printreleasedate{}
\blx@regimcs{\printreleasedate}
\DeclareBibliographyOption{releasedate}{%
\ifcsdef{mkbibrange#1}
{\protected\def\blx@imc@printreleasedate{\csuse{mkbibrange#1}{release}}}
{\blx@err@invopt{releasedate=#1}{}}}

\DeclareBibliographyOption{ibidpage}[true]{%
\ifstrequal{#1}{true}
{\ExecuteBibliographyOptions{loccittracker=true}}
{\ExecuteBibliographyOptions{loccittracker=false}}}

\ExecuteBibliographyOptions{%
citetracker,
punctfont,
Expand Down

0 comments on commit eaec073

Please sign in to comment.