Skip to content

Commit

Permalink
Internal for skiplos is blx@skipbiblist as per #267
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Kime authored and Philip Kime committed Sep 10, 2014
1 parent 67c7022 commit e9f4f3d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tex/latex/biblatex/biblatex1.sty
Expand Up @@ -469,7 +469,7 @@
\newtoggle{blx@setonly}
\newtoggle{blx@dataonly}
\newtoggle{blx@skipbib}
\newtoggle{blx@skiplos}
\newtoggle{blx@skipbiblist}
\newtoggle{blx@skiplab}
\newtoggle{blx@citation}
\newtoggle{blx@bibliography}
Expand Down Expand Up @@ -5867,7 +5867,7 @@
{\listcsxadd{blx@sort@\the\c@refsection}{\abx@field@entrykey}}
{\global\toggletrue{blx@addset}%
\toggletrue{blx@skipbib}%
\toggletrue{blx@skiplos}%
\toggletrue{blx@skipbiblist}%
\toggletrue{blx@skiplab}}%
\nottoggle{blx@skipbib}
{\listcsxadd{blx@sbib@\the\c@refsection}{\abx@field@entrykey}%
Expand All @@ -5876,7 +5876,7 @@
{\listcsxadd{blx@subt@\the\c@refsection @\abx@field@entrysubtype}{\abx@field@entrykey}}
{}}
{}%
\nottoggle{blx@skiplos}
\nottoggle{blx@skipbiblist}
{\blx@bbl@shorthand}
{}%
\nottoggle{blx@skiplab}
Expand Down Expand Up @@ -10607,18 +10607,18 @@
\settoggle{blx@skipbib}{#1}}
\DeclareTypeOption{skiplos}[true]{%
\settoggle{blx@skiplos}{#1}}
\settoggle{blx@skipbiblist}{#1}}
\DeclareEntryOption{skiplos}[true]{%
\settoggle{blx@skiplos}{#1}}
\settoggle{blx@skipbiblist}{#1}}
\DeclareTypeOption{skipbiblist}{%
\blx@warning@noline{%
skipbiblist option is Biber only, use 'skiplos' instead}%
\settoggle{blx@skiplos}{#1}}
\settoggle{blx@skipbiblist}{#1}}
\DeclareEntryOption{skipbiblist}{%
\blx@warning@noline{%
skipbiblist option is Biber only, use 'skiplos' instead}%
\settoggle{blx@skiplos}{#1}}
\settoggle{blx@skipbiblist}{#1}}
\DeclareTypeOption{skiplab}[true]{%
\settoggle{blx@skiplab}{#1}}
Expand All @@ -10627,11 +10627,11 @@
\DeclareTypeOption{dataonly}[true]{%
\settoggle{blx@skipbib}{#1}%
\settoggle{blx@skiplos}{#1}%
\settoggle{blx@skipbiblist}{#1}%
\settoggle{blx@skiplab}{#1}}
\DeclareEntryOption{dataonly}[true]{%
\settoggle{blx@skipbib}{#1}%
\settoggle{blx@skiplos}{#1}%
\settoggle{blx@skipbiblist}{#1}%
\settoggle{blx@skiplab}{#1}}
% Option processor/scheduler
Expand Down

0 comments on commit e9f4f3d

Please sign in to comment.