From 1d3a85fe37737b9f8de06f2e0299330908cb916d Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Mon, 9 Nov 2015 20:06:36 +0100 Subject: [PATCH] Fix regression of 2fc430d5ae Thanks Kornel for noticing --- src/BufferParams.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2