summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex/examples/96-dates.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex/examples/96-dates.tex')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex/examples/96-dates.tex13
1 files changed, 11 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/96-dates.tex b/Master/texmf-dist/doc/latex/biblatex/examples/96-dates.tex
index de43e3fe244..58468b152ef 100644
--- a/Master/texmf-dist/doc/latex/biblatex/examples/96-dates.tex
+++ b/Master/texmf-dist/doc/latex/biblatex/examples/96-dates.tex
@@ -74,6 +74,14 @@
eventdate = {0402},
urldate = {-0382}
}
+@misc{date10,
+ note = {More Date ranges},
+ author = {Author10},
+ date = {1034/*}, % '*' = 'unknown' (ISO8601-2 draft)
+ origdate = {*/1034}, % '*' = 'unknown' (ISO8601-2 draft)
+ eventdate = {open/1034}, % open-start to year range
+ urldate = {/1034} % '' = 'open (ISO8601-2 draft)
+}
\end{filecontents}
\usepackage[style=authoryear,%
% dateabbrev=false,% when false, don't abbreviate months/seasons
@@ -175,7 +183,7 @@ gregorianstart=\textbf{\blx@gregorianstart}\\
\abx@dodatetypes
\endgroup
\subsection*{Example Citation Formats}
-\textcite{date1,date2,date3,date4,date5,date6,date7,date8,date9}\\[1ex]
+\textcite{date1,date2,date3,date4,date5,date6,date7,date8,date9,date10}\\[1ex]
\cite{date1}\\
\cite{date2}\\
\cite{date3}\\
@@ -184,6 +192,7 @@ gregorianstart=\textbf{\blx@gregorianstart}\\
\cite{date6}\\
\cite{date7}\\
\cite{date8}\\
-\cite{date9}
+\cite{date9}\\
+\cite{date10}
\printbibliography[env=simple,title={Example Bibliography Formats}]
\end{document}