mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-24 13:48:59 +00:00
Use Latin Modern vector fonts for Latin text parts in Japanese documents.
Latin Modern works fine with Japanese. If "lmodern" is set for \font_roman the "lmodern.sty" package sets sans-serif and teletype to Latin Modern fonts as well. Therefore, \font_sans and \font_teletype are better left as "default" (less preamble code) in the LaTeX source).
This commit is contained in:
parent
cb39220930
commit
abba2d8a7d
@ -35,7 +35,7 @@
|
||||
\language_package default
|
||||
\inputencoding utf8-platex
|
||||
\fontencoding global
|
||||
\font_roman "ae" "IPAexMincho"
|
||||
\font_roman "lmodern" "IPAexMincho"
|
||||
\font_sans "default" "IPAexGothic"
|
||||
\font_typewriter "default" "default"
|
||||
\font_math "auto" "auto"
|
||||
|
@ -19,7 +19,7 @@ braille
|
||||
\language_package default
|
||||
\inputencoding utf8
|
||||
\fontencoding global
|
||||
\font_roman "default" "IPAexMincho"
|
||||
\font_roman "lmodern" "IPAexMincho"
|
||||
\font_sans "default" "IPAexGothic"
|
||||
\font_typewriter "default" "default"
|
||||
\font_math "auto" "auto"
|
||||
|
@ -15,8 +15,8 @@ lilypond
|
||||
\inputencoding utf8-platex
|
||||
\fontencoding global
|
||||
\font_roman "lmodern" "IPAexMincho"
|
||||
\font_sans "lmss" "IPAexGothic"
|
||||
\font_typewriter "lmtt" "default"
|
||||
\font_sans "default" "IPAexGothic"
|
||||
\font_typewriter "default" "default"
|
||||
\font_math "auto" "auto"
|
||||
\font_default_family default
|
||||
\use_non_tex_fonts false
|
||||
|
@ -30,7 +30,7 @@ bicaption
|
||||
\language_package default
|
||||
\inputencoding utf8-platex
|
||||
\fontencoding global
|
||||
\font_roman "default" "IPAexMincho"
|
||||
\font_roman "lmodern" "IPAexMincho"
|
||||
\font_sans "default" "IPAexGothic"
|
||||
\font_typewriter "default" "default"
|
||||
\font_math "auto" "auto"
|
||||
|
@ -15,8 +15,8 @@ knitr
|
||||
\inputencoding utf8-platex
|
||||
\fontencoding global
|
||||
\font_roman "palatino" "IPAexMincho"
|
||||
\font_sans "lmss" "IPAexGothic"
|
||||
\font_typewriter "lmtt" "default"
|
||||
\font_sans "default" "IPAexGothic"
|
||||
\font_typewriter "default" "default"
|
||||
\font_math "auto" "auto"
|
||||
\font_default_family default
|
||||
\use_non_tex_fonts true
|
||||
|
@ -27,8 +27,8 @@ sweave
|
||||
\inputencoding utf8-platex
|
||||
\fontencoding global
|
||||
\font_roman "palatino" "IPAexMincho"
|
||||
\font_sans "lmss" "IPAexGothic"
|
||||
\font_typewriter "lmtt" "default"
|
||||
\font_sans "default" "IPAexGothic"
|
||||
\font_typewriter "default" "default"
|
||||
\font_math "auto" "auto"
|
||||
\font_default_family default
|
||||
\use_non_tex_fonts true
|
||||
|
@ -24,7 +24,7 @@
|
||||
\language_package default
|
||||
\inputencoding utf8-platex
|
||||
\fontencoding global
|
||||
\font_roman "default" "IPAexMincho"
|
||||
\font_roman "lmodern" "IPAexMincho"
|
||||
\font_sans "default" "IPAexGothic"
|
||||
\font_typewriter "default" "default"
|
||||
\font_math "auto" "auto"
|
||||
|
Loading…
Reference in New Issue
Block a user