commit 225afae4668d038849002c8385e14af4693f38e9
Author: Juergen Spitzmueller <[email protected]>
Date: Fri Jul 18 11:08:35 2025 +0200
textcomp symbols have been integrated into the kernel with 2020/02
---
src/insets/InsetQuotes.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/insets/InsetQuotes.cpp b/src/insets/InsetQuotes.cpp
index 07c6f14079..795d16db4d 100644
--- a/src/insets/InsetQuotes.cpp
+++ b/src/insets/InsetQuotes.cpp
@@ -999,7 +999,7 @@ void InsetQuotes::validate(LaTeXFeatures & features) const
case 0x0027: {
if (features.runparams().isFullUnicode() && fontspec_)
features.require("textquotesinglep");
- else
+ else if (!features.isAvailableAtLeastFrom("LaTeX", 2020, 02))
features.require("textcomp");
break;
}
--
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs