From: Georg Baum Date: Mon, 9 Nov 2015 19:06:36 +0000 (+0100) Subject: Fix regression of 2fc430d5ae X-Git-Tag: 2.2.0alpha1~40 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=1d3a85fe37737b9f8de06f2e0299330908cb916d;p=features.git Fix regression of 2fc430d5ae Thanks Kornel for noticing --- diff --git a/src/BufferParams.cpp b/src/BufferParams.cpp index a73194d310..6ecc68abd9 100644 --- a/src/BufferParams.cpp +++ b/src/BufferParams.cpp @@ -1106,7 +1106,7 @@ void BufferParams::writeFile(ostream & os, Buffer const * buf) const << "\" \"" << fonts_sans[1] << '"' << "\n\\font_typewriter \"" << fonts_typewriter[0] << "\" \"" << fonts_typewriter[1] << '"' - << "\n\\font_math " << fonts_math[0] + << "\n\\font_math \"" << fonts_math[0] << "\" \"" << fonts_math[1] << '"' << "\n\\font_default_family " << fonts_default_family << "\n\\use_non_tex_fonts " << convert(useNonTeXFonts)