From: Juergen Spitzmueller Date: Mon, 31 Oct 2016 17:47:16 +0000 (+0100) Subject: Whitespace X-Git-Tag: 2.3.0alpha1~779 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=eca3015f302ef57e6e23f4628a0170af3d4d28c1;p=features.git Whitespace --- diff --git a/src/BufferParams.cpp b/src/BufferParams.cpp index 50870c57b2..7995c9e7c9 100644 --- a/src/BufferParams.cpp +++ b/src/BufferParams.cpp @@ -1452,7 +1452,7 @@ void BufferParams::validate(LaTeXFeatures & features) const // some languages are only available via polyglossia if (features.hasPolyglossiaExclusiveLanguages()) - features.require("polyglossia"); + features.require("polyglossia"); if (useNonTeXFonts && fontsMath() != "auto") features.require("unicode-math");