diff --git a/example/mu/example.dtx b/example/mu/example.dtx index aa12f0103cea35ab36a2bc7da520ba90a4d985ec..4755b996d2e9e0a6fcff0bcd295cd5986abcd4a6 100644 --- a/example/mu/example.dtx +++ b/example/mu/example.dtx @@ -716,7 +716,10 @@ fonts will become available: \[ footnotes, inlineFootnotes, hashEnumerators, - fencedCode} + fencedCode, + citations, + citationNbsps, +} If you decide that \LaTeX{} is too wordy for some parts of your document, there are [packages](https://www.ctan.org/pkg/markdown @@ -812,6 +815,13 @@ belong to the previous footnote. line. In this way, multi-paragraph footnotes work like multi-paragraph list items. +Citations are used to provide bibliographical references to other +documents. This is a regular citation~[@borgman03, p. 123]. This is +an in-text citation: @borgman03\. You can also cite several authors +at once using both regular~[see @borgman03, p. 123; @greenberg98, +sec. 3.2; and @thanh01] and in-text citations: @borgman03 [p.123; +@greenberg98, sec. 3.2; @thanh01]. + Code blocks are used to include source code listings into the document: