mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-21 17:51:03 +00:00
Set typewriter fonts for ja docs
This fixes compilation with system fonts and LuaTeX for the Intro and Customization manuals, although Embedded Objects still has an error due to some preamble code. Thanks to Jürgen.
This commit is contained in:
parent
203bd35c5b
commit
6656dd2275
@ -91,7 +91,7 @@ End
|
||||
\fontencoding auto
|
||||
\font_roman "lmodern" "IPAexMincho"
|
||||
\font_sans "default" "IPAexGothic"
|
||||
\font_typewriter "default" "default"
|
||||
\font_typewriter "default" "IPAGothic"
|
||||
\font_math "auto" "auto"
|
||||
\font_default_family default
|
||||
\use_non_tex_fonts false
|
||||
|
@ -185,7 +185,7 @@ ruby
|
||||
\fontencoding auto
|
||||
\font_roman "lmodern" "IPAexMincho"
|
||||
\font_sans "default" "IPAexGothic"
|
||||
\font_typewriter "default" "default"
|
||||
\font_typewriter "default" "IPAGothic"
|
||||
\font_math "auto" "auto"
|
||||
\font_default_family default
|
||||
\use_non_tex_fonts false
|
||||
|
@ -66,7 +66,7 @@ End
|
||||
\fontencoding auto
|
||||
\font_roman "lmodern" "IPAexMincho"
|
||||
\font_sans "default" "IPAexGothic"
|
||||
\font_typewriter "default" "default"
|
||||
\font_typewriter "default" "IPAGothic"
|
||||
\font_math "auto" "auto"
|
||||
\font_default_family default
|
||||
\use_non_tex_fonts false
|
||||
|
Loading…
Reference in New Issue
Block a user