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:
Juergen Spitzmueller 2016-12-10 16:07:04 +01:00
parent fc1fa0698b
commit 6e0cfe5bee

View File

@ -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;