From 4f46ccf489178eb511a44f22adb788b5159aef5c Mon Sep 17 00:00:00 2001 From: JeanSebastienTurcotte Date: Tue, 17 Jan 2023 10:51:39 -0500 Subject: [PATCH 1/2] Update pretext-html.xsl Added code for french quotation marks when or is used along with fr-FR or fr-CA --- xsl/pretext-html.xsl | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/xsl/pretext-html.xsl b/xsl/pretext-html.xsl index 1dc398d03..a78c59404 100644 --- a/xsl/pretext-html.xsl +++ b/xsl/pretext-html.xsl @@ -8773,12 +8773,26 @@ along with MathBook XML. If not, see . - + + + «  + + + + + - + + +  » + + + + + From 4c6528983bf880675d879df63ed30793a35f8b7d Mon Sep 17 00:00:00 2001 From: JeanSebastienTurcotte Date: Tue, 17 Jan 2023 12:17:31 -0500 Subject: [PATCH 2/2] Update pretext-latex.xsl Added french for , and to Latex --- xsl/pretext-latex.xsl | 37 ++++++++++++++++++++++++++++++++----- 1 file changed, 32 insertions(+), 5 deletions(-) diff --git a/xsl/pretext-latex.xsl b/xsl/pretext-latex.xsl index 2f7817789..e3c1df510 100644 --- a/xsl/pretext-latex.xsl +++ b/xsl/pretext-latex.xsl @@ -7846,12 +7846,26 @@ along with MathBook XML. If not, see . - `` + + + {}\guillemotleft~ + + + `` + + - '' + + + ~\guillemotright{} + + + '' + + @@ -8109,11 +8123,24 @@ along with MathBook XML. If not, see . - - `` + + + {}\guillemotleft~ + + + `` + + - '' + + + ~\guillemotright{} + + + '' + +