From 896800d400cd7befdee6780d9416de2534084309 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Novotn=C3=BD?= <witiko@mail.muni.cz> Date: Thu, 8 Dec 2016 23:48:51 +0100 Subject: [PATCH] The examples now showcase the use of inline footnotes. --- example/mu/Makefile | 2 +- example/mu/example.dtx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/example/mu/Makefile b/example/mu/Makefile index 7216e1b..9ec6709 100644 --- a/example/mu/Makefile +++ b/example/mu/Makefile @@ -7,7 +7,7 @@ PDFLATEX=pdflatex --shell-escape LUALATEX=lualatex AUXFILES=*.aux *.log *.out *.toc *.lot *.lof *.bcf *.blg *.run.xml \ *.bbl *.idx *.ind *.ilg *.markdown.* -AUXDIRS=_markdown-*/ +AUXDIRS=_markdown-*/ _markdown_*/ _minted-*/ OUTPUT=$(PDFFILES) $(PDFFILES:.pdf=.tex) .PHONY: all clean diff --git a/example/mu/example.dtx b/example/mu/example.dtx index 53b67ea..4e6a3ac 100644 --- a/example/mu/example.dtx +++ b/example/mu/example.dtx @@ -714,6 +714,7 @@ fonts will become available: \[ hybrid, definitionLists, footnotes, + inlineFootnotes, hashEnumerators, fencedCode} @@ -797,9 +798,8 @@ the rest of the work: Footnotes are used to include additional information to the document that are not necessary for the understanding of the main -text. Here is a footnote reference[^1] and another[^longnote]. - -[^1]: Here is the footnote. +text. Here is a footnote reference^[Here is the footnote.] and +another.[^longnote] [^longnote]: Here's one with multiple blocks. -- GitLab