commit 1f2598a6a15863f2d92bb6e032520bc1d7f77039
Author: Juergen Spitzmueller <[email protected]>
Date: Tue Aug 27 17:35:54 2019 +0200
Use acadian rather than canadien
This is what babel-french urges, and canadien currently is broken.
acadien seems to be there for at least 15 years
---
lib/languages | 2 +-
status.23x | 3 +++
2 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/lib/languages b/lib/languages
index b958022..0b5277a 100644
--- a/lib/languages
+++ b/lib/languages
@@ -355,7 +355,7 @@ End
# PolyglossiaOpts "variant=french"
Language canadien
GuiName "French (Canada)"
- BabelName canadien
+ BabelName acadian
# PolyglossiaName french
# PolyglossiaOpts "variant=canadien"
QuoteStyle french
diff --git a/status.23x b/status.23x
index dd96002..19be58d 100644
--- a/status.23x
+++ b/status.23x
@@ -102,6 +102,9 @@ What's new
- Fix loading order problem with rotfloat/rotating and graphicx (bug 11502).
+- Fix LaTeX error with Canadian French as second language. LyX now uses
+ the (recommended) babel option "acadian" rather than "canadien".
+
* USER INTERFACE