Fix regression of 2fc430d5ae

Thanks Kornel for noticing
This commit is contained in:
Georg Baum 2015-11-09 20:06:36 +01:00
parent 480937a103
commit 1d3a85fe37

View File

@ -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<string>(useNonTeXFonts)