mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-26 18:07:18 +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
|
#else
|
||||||
if (!features.useBabel()
|
if (!features.useBabel()
|
||||||
#endif
|
#endif
|
||||||
&& fontenc_ != "T1") {
|
&& !features.usePolyglossia() && fontenc_ != "T1") {
|
||||||
if (times_ == SingleQuotes)
|
if (times_ == SingleQuotes)
|
||||||
switch (type) {
|
switch (type) {
|
||||||
case ',': features.require("quotesinglbase"); break;
|
case ',': features.require("quotesinglbase"); break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user