diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0ca61af27f5348c36f1a40573a1b17886496b7c..ebafc88f15a8bcac7ab27bed5ddfc9d1a2da6449 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: texlive/texlive +image: texlive/texlive:pretest stages: - build diff --git a/example/mu/example.dtx b/example/mu/example.dtx index 8508f9b5022114a6787f99cbfe43b09b73025064..3b24448d3552149cea93ffcc0c065dd85202869c 100644 --- a/example/mu/example.dtx +++ b/example/mu/example.dtx @@ -631,20 +631,19 @@ WĂĽnsch mir GlĂĽck! %<*pdftex> \shorthandoff{-} %</pdftex> -\begin{markdown*}{% - hybrid, +\begin{markdown}[% definitionLists, - footnotes, - inlineFootnotes, + notes, + inlineNotes, hashEnumerators, - fencedCode, citations, citationNbsps, pipeTables, + rawAttribute, tableCaptions, -} +] -If you decide that \LaTeX{} is too wordy for some parts of your +If you decide that `\LaTeX`{=tex} is too wordy for some parts of your document, there are [packages](https://www.ctan.org/pkg/markdown "Markdown") that allow you to use more lightweight markup next to it. @@ -786,7 +785,7 @@ belong to the previous footnote. 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 +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]. @@ -830,7 +829,7 @@ print(joe.pop, " ") while joe.size > 0 print "\n" ~~~~~~ -\end{markdown*} +\end{markdown} %<*pdftex> \shorthandon{-} %</pdftex>