mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
tex2lyx: support for biolinum-type1
This commit is contained in:
parent
999fd86dcf
commit
407cc9a62d
@ -128,8 +128,8 @@ const char * const known_roman_fonts[] = { "ae", "beraserif", "bookman",
|
||||
"lmodern", "mathdesign", "mathpazo", "mathptmx", "newcent", "tgbonum",
|
||||
"tgchorus", "tgpagella", "tgschola", "tgtermes", "utopia", 0};
|
||||
|
||||
const char * const known_sans_fonts[] = { "avant", "berasans", "cmbr", "cmss",
|
||||
"helvet", "kurier", "kurierl", "lmss", "tgadventor", "tgheros", 0};
|
||||
const char * const known_sans_fonts[] = { "avant", "berasans", "biolinum-type1",
|
||||
"cmbr", "cmss", "helvet", "kurier", "kurierl", "lmss", "tgadventor", "tgheros", 0};
|
||||
|
||||
const char * const known_kurier_fonts[] = { "kurier", "kurierl", "kurier-condensed",
|
||||
"kurier-light-condensed", 0};
|
||||
@ -712,6 +712,9 @@ void Preamble::handle_package(Parser &p, string const & name,
|
||||
}
|
||||
}
|
||||
|
||||
if (name == "biolinum-type1")
|
||||
h_font_sans = "biolinum";
|
||||
|
||||
// typewriter fonts
|
||||
if (is_known(name, known_typewriter_fonts)) {
|
||||
// fourier can be set as roman font _only_
|
||||
|
@ -71,7 +71,7 @@ Format LaTeX feature LyX feature
|
||||
440 MinionPro.sty, eulervm.sty \font_math
|
||||
442 newtxmath.sty, \font_math
|
||||
443 unicode-math.sty InsetMath*
|
||||
444 biolinum-type1.sty, libertine.sty, \font_osf, \font_sans
|
||||
444 libertine.sty, \font_osf, \font_sans
|
||||
libertine-legacy.sty
|
||||
445 URW Classico LaTeX font \font_sans uop
|
||||
\renewcommand{\sffamily}{uop}
|
||||
|
Loading…
Reference in New Issue
Block a user