mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 11:08:41 +00:00
Do not output quote TextCommand definitions for polyglossia
These are meant to be output for non-T1 8bit font encodings.
This commit is contained in:
parent
fc1fa0698b
commit
6e0cfe5bee
@ -356,7 +356,7 @@ void InsetQuotes::validate(LaTeXFeatures & features) const
|
||||
#else
|
||||
if (!features.useBabel()
|
||||
#endif
|
||||
&& fontenc_ != "T1") {
|
||||
&& !features.usePolyglossia() && fontenc_ != "T1") {
|
||||
if (times_ == SingleQuotes)
|
||||
switch (type) {
|
||||
case ',': features.require("quotesinglbase"); break;
|
||||
|
Loading…
Reference in New Issue
Block a user