From c51648d42adac31e36888cd97175fba2a96d19e7 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Tue, 7 May 2024 12:29:39 +0200 Subject: [PATCH] Test creation of French document with csquotes [skip ci] This variable is used frequently in this context. --- test/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Makefile b/test/Makefile index 10d7d4e4..13cff022 100644 --- a/test/Makefile +++ b/test/Makefile @@ -116,6 +116,7 @@ output/testsuite.pdf: testsuite.native output/french.pdf: french.md $(LATEX_CMD) $< \ --output=$@ \ + --variable=csquotes \ --pdf-engine=xelatex output/german.pdf: german.md