mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
parent
480937a103
commit
1d3a85fe37
@ -1106,7 +1106,7 @@ void BufferParams::writeFile(ostream & os, Buffer const * buf) const
|
|||||||
<< "\" \"" << fonts_sans[1] << '"'
|
<< "\" \"" << fonts_sans[1] << '"'
|
||||||
<< "\n\\font_typewriter \"" << fonts_typewriter[0]
|
<< "\n\\font_typewriter \"" << fonts_typewriter[0]
|
||||||
<< "\" \"" << fonts_typewriter[1] << '"'
|
<< "\" \"" << fonts_typewriter[1] << '"'
|
||||||
<< "\n\\font_math " << fonts_math[0]
|
<< "\n\\font_math \"" << fonts_math[0]
|
||||||
<< "\" \"" << fonts_math[1] << '"'
|
<< "\" \"" << fonts_math[1] << '"'
|
||||||
<< "\n\\font_default_family " << fonts_default_family
|
<< "\n\\font_default_family " << fonts_default_family
|
||||||
<< "\n\\use_non_tex_fonts " << convert<string>(useNonTeXFonts)
|
<< "\n\\use_non_tex_fonts " << convert<string>(useNonTeXFonts)
|
||||||
|
Loading…
Reference in New Issue
Block a user