diff options
author | Karl Berry <karl@freefriends.org> | 2016-12-11 22:31:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-12-11 22:31:44 +0000 |
commit | 72b09a95e33b49273735d86bd57a872cb6b77c92 (patch) | |
tree | 680667548afea02806b30f7fc4c925b65023d94a /Master/texmf-dist/tex/latex/biblatex/blx-dm.def | |
parent | 64f881b450c082430ef002e49f064817de27288a (diff) |
biblatex (11dec16)
git-svn-id: svn://tug.org/texlive/trunk@42680 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex/blx-dm.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex/blx-dm.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex/blx-dm.def b/Master/texmf-dist/tex/latex/biblatex/blx-dm.def index 829a5a811bd..7677cb148d6 100644 --- a/Master/texmf-dist/tex/latex/biblatex/blx-dm.def +++ b/Master/texmf-dist/tex/latex/biblatex/blx-dm.def @@ -105,8 +105,8 @@ {}} % Valid dateparts -\def\blx@notnulldateparts{year,month,day,hour,minute,second,timezone,season,endmonth,endday,endhour,endminute,endsecond,endtimezone,endseason} -\def\blx@nullokdateparts{endyear} +\def\blx@notnulldateparts{month,day,hour,minute,second,timezone,season,endmonth,endday,endhour,endminute,endsecond,endtimezone,endseason} +\def\blx@nullokdateparts{endyear,year} \edef\blx@dateparts{\blx@notnulldateparts,\blx@nullokdateparts} \newrobustcmd*{\DeclareDatamodelFields}[2][]{% |