diff --git a/example/mu/example.bib b/example/mu/example.bib
index 5732a1adde744f5ab6647f8d8c580c1ffd9f12b4..3938f9f380ebfdd1f32b6a75ed7040884b7f4f5b 100644
--- a/example/mu/example.bib
+++ b/example/mu/example.bib
@@ -1,356 +1,123 @@
-@preamble{ "\newcommand{\noopsort}[1]{} "
-        # "\newcommand{\printfirst}[2]{#1} "
-        # "\newcommand{\singleletter}[1]{#1} "
-        # "\newcommand{\switchargs}[2]{#2#1} " }
-
-@ARTICLE{article-minimal,
-   author = {L[eslie] A. Aamport},
-   title = {The Gnats and Gnus Document Preparation System},
-   journal = {\mbox{G-Animal's} Journal},
-   year = 1986,
-}
-
-@ARTICLE{article-full,
-   author = {L[eslie] A. Aamport},
-   title = {The Gnats and Gnus Document Preparation System},
-   journal = {\mbox{G-Animal's} Journal},
-   year = 1986,
-   volume = 41,
-   number = 7,
-   pages = "73+",
-   month = jul,
-   note = "This is a full ARTICLE entry",
-}
-
-The KEY field is here to override the KEY field in the journal being
-cross referenced (so is the NOTE field, in addition to its imparting
-information).
-
-@ARTICLE{article-crossref,
-   crossref = {WHOLE-JOURNAL},
-   key = "",
-   author = {L[eslie] A. Aamport},
-   title = {The Gnats and Gnus Document Preparation System},
-   pages = "73+",
-   note = "This is a cross-referencing ARTICLE entry",
-}
-
-@ARTICLE{whole-journal,
-   key = "GAJ",
-   journal = {\mbox{G-Animal's} Journal},
-   year = 1986,
-   volume = 41,
-   number = 7,
-   month = jul,
-   note = {The entire issue is devoted to gnats and gnus
-                (this entry is a cross-referenced ARTICLE (journal))},
-}
-
-@INBOOK{inbook-minimal,
-   author = "Donald E. Knuth",
-   title = "Fundamental Algorithms",
-   publisher = "Addison-Wesley",
-   year = "{\noopsort{1973b}}1973",
-   chapter = "1.2",
-}
-
-@INBOOK{inbook-full,
-   author = "Donald E. Knuth",
-   title = "Fundamental Algorithms",
-   volume = 1,
-   series = "The Art of Computer Programming",
-   publisher = "Addison-Wesley",
-   address = "Reading, Massachusetts",
-   edition = "Second",
-   month = "10~" # jan,
-   year = "{\noopsort{1973b}}1973",
-   type = "Section",
-   chapter = "1.2",
-   pages = "10--119",
-   note = "This is a full INBOOK entry",
-}
-
-@INBOOK{inbook-crossref,
-   crossref = "whole-set",
-   title = "Fundamental Algorithms",
-   volume = 1,
-   series = "The Art of Computer Programming",
-   edition = "Second",
-   year = "{\noopsort{1973b}}1973",
-   type = "Section",
-   chapter = "1.2",
-   note = "This is a cross-referencing INBOOK entry",
-}
-
-@BOOK{book-minimal,
-   author = "Donald E. Knuth",
-   title = "Seminumerical Algorithms",
-   publisher = "Addison-Wesley",
-   year = "{\noopsort{1973c}}1981",
-}
-
-@BOOK{book-full,
-   author = "Donald E. Knuth",
-   title = "Seminumerical Algorithms",
-   volume = 2,
-   series = "The Art of Computer Programming",
-   publisher = "Addison-Wesley",
-   address = "Reading, Massachusetts",
-   edition = "Second",
-   month = "10~" # jan,
-   year = "{\noopsort{1973c}}1981",
-   note = "This is a full BOOK entry",
-}
-
-@BOOK{book-crossref,
-   crossref = "whole-set",
-   title = "Seminumerical Algorithms",
-   volume = 2,
-   series = "The Art of Computer Programming",
-   edition = "Second",
-   year = "{\noopsort{1973c}}1981",
-   note = "This is a cross-referencing BOOK entry",
-}
-
-@BOOK{whole-set,
-   author = "Donald E. Knuth",
-   publisher = "Addison-Wesley",
-   title = "The Art of Computer Programming",
-   series = "Four volumes",
-   year = "{\noopsort{1973a}}{\switchargs{--90}{1968}}",
-   note = "Seven volumes planned (this is a cross-referenced set of BOOKs)",
-}
-
-@BOOKLET{booklet-minimal,
-   key = "Kn{\printfirst{v}{1987}}",
-   title = "The Programming of Computer Art",
-}
-
-@BOOKLET{booklet-full,
-   author = "Jill C. Knvth",
-   title = "The Programming of Computer Art",
-   howpublished = "Vernier Art Center",
-   address = "Stanford, California",
-   month = feb,
-   year = 1988,
-   note = "This is a full BOOKLET entry",
-}
-
-@INCOLLECTION{incollection-minimal,
-   author = "Daniel D. Lincoll",
-   title = "Semigroups of Recurrences",
-   booktitle = "High Speed Computer and Algorithm Organization",
-   publisher = "Academic Press",
-   year = 1977,
-}
-
-@INCOLLECTION{incollection-full,
-   author = "Daniel D. Lincoll",
-   title = "Semigroups of Recurrences",
-   editor = "David J. Lipcoll and D. H. Lawrie and A. H. Sameh",
-   booktitle = "High Speed Computer and Algorithm Organization",
-   number = 23,
-   series = "Fast Computers",
-   chapter = 3,
-   type = "Part",
-   pages = "179--183",
-   publisher = "Academic Press",
-   address = "New York",
-   edition = "Third",
-   month = sep,
-   year = 1977,
-   note = "This is a full INCOLLECTION entry",
-}
-
-@INCOLLECTION{incollection-crossref,
-   crossref = "whole-collection",
-   author = "Daniel D. Lincoll",
-   title = "Semigroups of Recurrences",
-   pages = "179--183",
-   note = "This is a cross-referencing INCOLLECTION entry",
-}
-
-@BOOK{whole-collection,
-   editor = "David J. Lipcoll and D. H. Lawrie and A. H. Sameh",
-   title = "High Speed Computer and Algorithm Organization",
-   booktitle = "High Speed Computer and Algorithm Organization",
-   number = 23,
-   series = "Fast Computers",
-   publisher = "Academic Press",
-   address = "New York",
-   edition = "Third",
-   month = sep,
-   year = 1977,
-   note = "This is a cross-referenced BOOK (collection) entry",
-}
-
-@MANUAL{manual-minimal,
-   key = "Manmaker",
-   title = "The Definitive Computer Manual",
-}
-
-@MANUAL{manual-full,
-   author = "Larry Manmaker",
-   title = "The Definitive Computer Manual",
-   organization = "Chips-R-Us",
-   address = "Silicon Valley",
-   edition = "Silver",
-   month = apr # "-" # may,
-   year = 1986,
-   note = "This is a full MANUAL entry",
-}
-
-@MASTERSTHESIS{mastersthesis-minimal,
-   author = "{\'{E}}douard Masterly",
-   title = "Mastering Thesis Writing",
-   school = "Stanford University",
-   year = 1988,
-}
-
-@MASTERSTHESIS{mastersthesis-full,
-   author = "{\'{E}}douard Masterly",
-   title = "Mastering Thesis Writing",
-   school = "Stanford University",
-   type = "Master's project",
-   address = "English Department",
-   month = jun # "-" # aug,
-   year = 1988,
-   note = "This is a full MASTERSTHESIS entry",
-}
-
-@MISC{misc-minimal,
-   key = "Missilany",
-   note = "This is a minimal MISC entry",
-}
-
-@MISC{misc-full,
-   author = "Joe-Bob Missilany",
-   title = "Handing out random pamphlets in airports",
-   howpublished = "Handed out at O'Hare",
-   month = oct,
-   year = 1984,
-   note = "This is a full MISC entry",
-}
-
-@STRING{STOC-key = "OX{\singleletter{stoc}}"}
-
-@STRING{ACM = "The OX Association for Computing Machinery"}
-
-@STRING{STOC = " Symposium on the Theory of Computing"}
-
-@INPROCEEDINGS{inproceedings-minimal,
-   author = "Alfred V. Oaho and Jeffrey D. Ullman and Mihalis Yannakakis",
-   title = "On Notions of Information Transfer in {VLSI} Circuits",
-   booktitle = "Proc. Fifteenth Annual ACM" # STOC,
-   year = 1983,
-}
-
-@INPROCEEDINGS{inproceedings-full,
-   author = "Alfred V. Oaho and Jeffrey D. Ullman and Mihalis Yannakakis",
-   title = "On Notions of Information Transfer in {VLSI} Circuits",
-   editor = "Wizard V. Oz and Mihalis Yannakakis",
-   booktitle = "Proc. Fifteenth Annual ACM" # STOC,
-   number = 17,
-   series = "All ACM Conferences",
-   pages = "133--139",
-   month = mar,
-   year = 1983,
-   address = "Boston",
-   organization = ACM,
-   publisher = "Academic Press",
-   note = "This is a full INPROCEDINGS entry",
-}
-
-@INPROCEEDINGS{inproceedings-crossref,
-   crossref = "whole-proceedings",
-   author = "Alfred V. Oaho and Jeffrey D. Ullman and Mihalis Yannakakis",
-   title = "On Notions of Information Transfer in {VLSI} Circuits",
-   organization = "",
-   pages = "133--139",
-   note = "This is a cross-referencing INPROCEEDINGS entry",
-}
-
-@PROCEEDINGS{proceedings-minimal,
-   key = STOC-key,
-   title = "Proc. Fifteenth Annual" # STOC,
-   year = 1983,
-}
-
-@PROCEEDINGS{proceedings-full,
-   editor = "Wizard V. Oz and Mihalis Yannakakis",
-   title = "Proc. Fifteenth Annual" # STOC,
-   number = 17,
-   series = "All ACM Conferences",
-   month = mar,
-   year = 1983,
-   address = "Boston",
-   organization = ACM,
-   publisher = "Academic Press",
-   note = "This is a full PROCEEDINGS entry",
-}
-
-@PROCEEDINGS{whole-proceedings,
-   key = STOC-key,
-   organization = ACM,
-   title = "Proc. Fifteenth Annual" # STOC,
-   address = "Boston",
-   year = 1983,
-   booktitle = "Proc. Fifteenth Annual ACM" # STOC,
-   note = "This is a cross-referenced PROCEEDINGS",
-}
-
-@PHDTHESIS{phdthesis-minimal,
-   author = "F. Phidias Phony-Baloney",
-   title = "Fighting Fire with Fire: Festooning {F}rench Phrases",
-   school = "Fanstord University",
-   year = 1988,
-}
-
-@PHDTHESIS{phdthesis-full,
-   author = "F. Phidias Phony-Baloney",
-   title = "Fighting Fire with Fire: Festooning {F}rench Phrases",
-   school = "Fanstord University",
-   type = "{PhD} Dissertation",
-   address = "Department of French",
-   month = jun # "-" # aug,
-   year = 1988,
-   note = "This is a full PHDTHESIS entry",
-}
-
-@TECHREPORT{techreport-minimal,
-   author = "Tom Terrific",
-   title = "An {$O(n \log n / \! \log\log n)$} Sorting Algorithm",
-   institution = "Fanstord University",
-   year = 1988,
-}
-
-@TECHREPORT{techreport-full,
-   author = "Tom T{\'{e}}rrific",
-   title = "An {$O(n \log n / \! \log\log n)$} Sorting Algorithm",
-   institution = "Fanstord University",
-   type = "Wishful Research Result",
-   number = "7",
-   address = "Computer Science Department, Fanstord, California",
-   month = oct,
-   year = 1988,
-   note = "This is a full TECHREPORT entry",
-}
-
-@UNPUBLISHED{unpublished-minimal,
-   author = "Ulrich {\"{U}}nderwood and Ned {\~N}et and Paul Pot",
-   title = "Lower Bounds for Wishful Research Results",
-   note = "Talk at Fanstord University (this is a minimal UNPUBLISHED entry)",
-}
-
-@UNPUBLISHED{unpublished-full,
-   author = "Ulrich {\"{U}}nderwood and Ned {\~N}et and Paul Pot",
-   title = "Lower Bounds for Wishful Research Results",
-   month = nov # ", " # dec,
-   year = 1988,
-   note = "Talk at Fanstord University (this is a full UNPUBLISHED entry)",
-}
-
-@MISC{random-note-crossref,
-   key = {Volume-2},
-   note = "Volume~2 is listed under Knuth \cite{book-full}"
+% The example bibliographical entries below were borrowed from the
+% <https://www.ctan.org/pkg/biblatex-iso690> package documentation.
+
+% BORGMAN, Christine L., 2003. From Gutenberg to the global information
+% infrastructure: access to information in the networked world. First. Cambridge
+% (Mass): The MIT Press. ISBN 0-262-52345-0 [xviii, 324]
+
+@BOOK{borgman03,
+  author    = {Borgman, Christine L.},
+  date      = {2003},
+  title     = {From Gutenberg to the global information infrastructure},
+  subtitle  = {access to information in the networked world},
+  edition   = {1}, % should not be stated
+  location  = {Cambridge (Mass)},
+  publisher = {The MIT Press},
+  pagetotal = {xviii, 324},
+  isbn      = {0-262-52345-0},
+  langid    = {english}
+}
+
+% GREENBERG, David, 1998. Camel drivers and gatecrashers: quality control in
+% the digital research library. In: HAWKINS, B.L et al. (eds.). The mirage of
+% continuity: reconfiguring academic information resources for the 21st
+% century.  Washington (D.C.): Council on Library and Information Resources;
+% Association of American Universities, pp. 105–116
+
+@INCOLLECTION{greenberg98,
+  crossref  = {mirage98},
+  author    = {Greenberg, David},
+  title     = {Camel drivers and gatecrashers},
+  subtitle  = {quality control in the digital research library},
+  pages     = {105-116},
+}
+
+@COLLECTION{mirage98,
+  title     = {The mirage of continuity},
+  subtitle  = {reconfiguring academic information
+               resources for the 21st century},
+  editor    = {Hawkins, B.L and Battin, P},
+  date      = {1998},
+  location  = {Washington (D.C.)},
+  publisher = {Council on Library and Information Resources;
+               Association of American Universities},
+  langid    = {english}
+}
+
+% LYNCH, C., 2005. Where do we go from here?: the next decade for digital
+% libraries. DLib Magazine [online]. Vol. 11, no. 7/8 [visited on 2005-08-15].
+% ISSN 1082-9873.  Available from:
+% http://www.dlib.org/dlib/july05/lynch/07lynch.html
+
+@ARTICLE{lynch05,
+  crossref = {dlib},
+  author   = {Lynch, C.},
+  title    = {Where do we go from here?},
+  subtitle = {the next decade for digital libraries},
+  url      = {http://www.dlib.org/dlib/july05/lynch/07lynch.html},
+  urldate  = {2005-08-15}
+}
+
+@PERIODICAL{dlib,
+  journaltitle = {DLib Magazine},
+  date         = {2005},
+  volume       = {11},
+  number       = {7/8},
+  issn         = {1082-9873},
+  langid       = {english},
+}
+
+% HÀN, Thé Thành, 2001. Micro-typographic extensions to the TEX type- setting
+% system [online]. Brno [visited on 2016-12-09]. Available from:
+% http://www.pragma-ade.nl/pdftex/thesis.pdf. PhD thesis. The Faculty of
+% Informatics, Masaryk University.
+
+@PHDTHESIS{thanh01,
+  author      = {Hàn, Thé Thành},
+  title       = {Micro-typographic extensions to the \TeX{} typesetting system},
+  date        = {2001},
+  institution = {The Faculty of Informatics, Masaryk University},
+  location    = {Brno},
+  url         = {http://www.pragma-ade.nl/pdftex/thesis.pdf},
+  urldate     = {2016-12-09},
+  langid      = {english}
+}
+
+% SHANNON, Claude Elwood, 1940. A symbolic analysis of relay and switching
+% circuits. Available from DOI: 1721.1/11173. Master’s thesis.  Massachusetts
+% Institute of Technology.
+
+@MASTERSTHESIS{shannon40,
+  author      = {Shannon, Claude Elwood},
+  title       = {A symbolic analysis of relay and switching circuits},
+  date        = {1940},
+  institution = {Massachusetts Institute of Technology},
+  langid      = {english},
+  doi         = {1721.1/11173},
+}
+
+% EHLINGER JR., Philip Charles. Device for the treatment of hiccups. US.
+% US Patent, 7062320.
+
+@PATENT{ehlinger06,
+  author   = {EHLINGER, JR., Philip Charles},
+  title    = {Device for the treatment of hiccups},
+  type     = {US Patent},
+  location = {US},
+  date     = {2006},
+  number   = {7062320},
+  langid   = {english}
+}
+
+% Masaryk University, 1996–2009 [online]. Brno: Masaryk University
+% [visited on 2016-12-09]. Available from: https://www.muni.cz/en.
+
+@ONLINE{muni,
+  publisher = {Masaryk University},
+  title     = {Masaryk University},
+  date      = {1996/2009},
+  url       = {https://www.muni.cz/en},
+  urldate   = {2016-12-09},
+  location  = {Brno},
+  langid    = {english}
 }
diff --git a/example/mu/example.dtx b/example/mu/example.dtx
index 4e6a3ac37b3d70a3ac074fbf9852b13e4129c3bc..aa12f0103cea35ab36a2bc7da520ba90a4d985ec 100644
--- a/example/mu/example.dtx
+++ b/example/mu/example.dtx
@@ -861,22 +861,22 @@ After linking a bibliography data\-base files to the document using
 the \verb"\"\texttt{thesissetup\{bib\discretionary{=}{=}{=}%
 \{\textit{file1},\textit{file2},\,\ldots\,\}\}} command, you can
 start citing the entries. This is just dummy text
-\parencite{inbook-full} lightly sprinkled with citations
-\parencite[p.~123]{incollection-full}. Several sources can be cited
-at once: \cite{inproceedings-full,manual-full,mastersthesis-full}.
-\citetitle{inbook-full} was written by \citeauthor{inbook-full} in
-\citeyear{inbook-full}. We can also produce \textcite{inbook-full}%
+\parencite{borgman03} lightly sprinkled with citations
+\parencite[p.~123]{greenberg98}. Several sources can be cited at
+once: \cite{borgman03,greenberg98,thanh01}.
+\citetitle{greenberg98} was written by \citeauthor{greenberg98} in
+\citeyear{greenberg98}. We can also produce \textcite{greenberg98}%
 %<*fi,ped,phil,sci>
 \ or %% Let us define a compound command:
 \def\citeauthoryear#1{(\textcite{#1},~\citeyear{#1})}%
-\citeauthoryear{inbook-full}%
+\citeauthoryear{greenberg98}%
 %</fi,ped,phil,sci>
 . The full bibliographic citation is:
-\emph{\fullcite{inbook-full}}. We can easily insert a bibliographic
-citation into the footnote\footfullcite{inbook-full}.
+\emph{\fullcite{greenberg98}}. We can easily insert a bibliographic
+citation into the footnote\footfullcite{greenberg98}.
 
 The \verb"\nocite" command will not generate any
-output\nocite{booklet-full}, but it will insert its arguments into
+output\nocite{muni}, but it will insert its arguments into
 the bibliography. The \verb"\nocite{*}" command will insert all the
 records in the bibliography database file into the bibliography.
 Try uncommenting the command
@@ -900,10 +900,10 @@ hovering the cursor over a directory.  Select the \textsf{Open
 Command Window Here} option in the context menu that opens shortly
 afterwards.
 
-With online services -- such as Overleaf -- all commands are
-executed automatically. When you omit the
-\verb"\printbibliography" command, its location will be decided
-by the template.
+With online services -- such as Overleaf -- or when using an
+automatic tool -- such as \LaTeX MK -- all commands are executed
+automatically. When you omit the \verb"\printbibliography" command,
+its location will be decided by the template.
 
   \printbibliography[heading=bibintoc] %% Print the bibliography.