summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/biblatex/doc/examples/96-dates.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/biblatex/doc/examples/96-dates.tex')
-rw-r--r--macros/latex/contrib/biblatex/doc/examples/96-dates.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/macros/latex/contrib/biblatex/doc/examples/96-dates.tex b/macros/latex/contrib/biblatex/doc/examples/96-dates.tex
index d1e88e2f53..24f7b863d8 100644
--- a/macros/latex/contrib/biblatex/doc/examples/96-dates.tex
+++ b/macros/latex/contrib/biblatex/doc/examples/96-dates.tex
@@ -18,10 +18,10 @@
@misc{date2,
note = {Dates with circa and uncertain markers},
author = {Author2},
- date = {1723%}, % year with EDTF approximate (circa) and uncertainty markers
+ date = {1723%}, % year with ISO8601-2 approximate (circa) and uncertainty markers
origdate = {1934-02~}, % year and month with circa marker
eventdate = {1976?}, % year with uncertainty marker
- urldate = {1922~}, % year with EDTF approximate (circa) marker
+ urldate = {1922~}, % year with ISO8601-2 approximate (circa) marker
}
@misc{date3,
note = {Date ranges},
@@ -42,7 +42,7 @@
@misc{date5,
note = {Seasons},
author = {Author5},
- date = {1723-21}, % season (21=spring, 22=summer, 23=autumn, 24=winter)
+ date = {1723-21}, % year divisions (21=spring)
origdate = {1934-24~}, % uncertain year plus season
eventdate = {1934-22/1934-23}, % range with seasons
}
@@ -83,7 +83,7 @@
}
\end{filecontents}
\usepackage[style=authoryear,%
- % dateabbrev=false,% when false, don't abbreviate months/seasons
+ % dateabbrev=false,% when false, don't abbreviate months/year divisions
% julian=true,% convert dates before gregorianstart to Julian Calendar
% gregorianstart=1582-10-15,% Default
alldates=short,%