From be371aaf9c419ee2b4fc7900a89ef178d31f10f5 Mon Sep 17 00:00:00 2001 From: Bastien Dumont Date: Sun, 6 Nov 2022 21:56:13 +0100 Subject: [PATCH] Take account of the suppression of the tex-aux directory. Now crossrefenum.tex has to be installed on the system of the user if he wants to compile the TeX file produced from sample.md --- sample.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample.md b/sample.md index 9307faf..de2ec76 100644 --- a/sample.md +++ b/sample.md @@ -2,7 +2,7 @@ tcrf-pagenote-separator: '\ (' tcrf-pagenote-at-end: ')' header-includes: | - \input{tex-aux/crossrefenum} + \input{crossrefenum} --- (About the notes, see [toc-notes-begin>toc-notes-end]{.tcrf}.)