mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Hebrew support: use non-TeX fonts for documentation and templates and HE8 as tex font encoding default.
This commit is contained in:
parent
9fdae0d84c
commit
abf342d7f5
@ -10,7 +10,8 @@
|
|||||||
|
|
||||||
!!Documents compilation process and images conversion
|
!!Documents compilation process and images conversion
|
||||||
|
|
||||||
|
* LyX defaults to the "HE8" LaTeX font encoding with Hebrew if the
|
||||||
|
"Culmus" LaTeX fonts are installed.
|
||||||
|
|
||||||
!!!The following pref variables were added in 2.4:
|
!!!The following pref variables were added in 2.4:
|
||||||
|
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
\font_typewriter "default" "FreeMono"
|
\font_typewriter "default" "FreeMono"
|
||||||
\font_math "auto" "auto"
|
\font_math "auto" "auto"
|
||||||
\font_default_family default
|
\font_default_family default
|
||||||
\use_non_tex_fonts false
|
\use_non_tex_fonts true
|
||||||
\font_sc false
|
\font_sc false
|
||||||
\font_osf false
|
\font_osf false
|
||||||
\font_sf_scale 100 100
|
\font_sf_scale 100 100
|
||||||
@ -57,7 +57,7 @@
|
|||||||
\use_microtype false
|
\use_microtype false
|
||||||
\use_dash_ligatures false
|
\use_dash_ligatures false
|
||||||
\graphics default
|
\graphics default
|
||||||
\default_output_format pdf2
|
\default_output_format default
|
||||||
\output_sync 0
|
\output_sync 0
|
||||||
\bibtex_command default
|
\bibtex_command default
|
||||||
\index_command default
|
\index_command default
|
||||||
|
@ -59,7 +59,7 @@ logicalmkup
|
|||||||
\font_typewriter "default" "FreeMono"
|
\font_typewriter "default" "FreeMono"
|
||||||
\font_math "auto" "auto"
|
\font_math "auto" "auto"
|
||||||
\font_default_family default
|
\font_default_family default
|
||||||
\use_non_tex_fonts false
|
\use_non_tex_fonts true
|
||||||
\font_sc false
|
\font_sc false
|
||||||
\font_osf false
|
\font_osf false
|
||||||
\font_sf_scale 100 100
|
\font_sf_scale 100 100
|
||||||
@ -67,7 +67,7 @@ logicalmkup
|
|||||||
\use_microtype false
|
\use_microtype false
|
||||||
\use_dash_ligatures false
|
\use_dash_ligatures false
|
||||||
\graphics default
|
\graphics default
|
||||||
\default_output_format pdf2
|
\default_output_format default
|
||||||
\output_sync 0
|
\output_sync 0
|
||||||
\bibtex_command default
|
\bibtex_command default
|
||||||
\index_command default
|
\index_command default
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
\font_typewriter "default" "FreeMono"
|
\font_typewriter "default" "FreeMono"
|
||||||
\font_math "auto" "auto"
|
\font_math "auto" "auto"
|
||||||
\font_default_family default
|
\font_default_family default
|
||||||
\use_non_tex_fonts false
|
\use_non_tex_fonts true
|
||||||
\font_sc false
|
\font_sc false
|
||||||
\font_osf false
|
\font_osf false
|
||||||
\font_sf_scale 100 100
|
\font_sf_scale 100 100
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
\font_typewriter "default" "FreeMono"
|
\font_typewriter "default" "FreeMono"
|
||||||
\font_math "auto" "auto"
|
\font_math "auto" "auto"
|
||||||
\font_default_family default
|
\font_default_family default
|
||||||
\use_non_tex_fonts false
|
\use_non_tex_fonts true
|
||||||
\font_sc false
|
\font_sc false
|
||||||
\font_osf false
|
\font_osf false
|
||||||
\font_sf_scale 100 100
|
\font_sf_scale 100 100
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
\font_typewriter "default" "FreeMono"
|
\font_typewriter "default" "FreeMono"
|
||||||
\font_math "auto" "auto"
|
\font_math "auto" "auto"
|
||||||
\font_default_family default
|
\font_default_family default
|
||||||
\use_non_tex_fonts false
|
\use_non_tex_fonts true
|
||||||
\font_sc false
|
\font_sc false
|
||||||
\font_osf false
|
\font_osf false
|
||||||
\font_sf_scale 100 100
|
\font_sf_scale 100 100
|
||||||
|
@ -779,10 +779,10 @@ Language hebrew
|
|||||||
## Use font encoding HE8 if the Culmus fonts are installed and
|
## Use font encoding HE8 if the Culmus fonts are installed and
|
||||||
# work around too simple test for article-like classes in rlbabel.def.
|
# work around too simple test for article-like classes in rlbabel.def.
|
||||||
PreBabelPreamble
|
PreBabelPreamble
|
||||||
%\IfFileExists{he8david.fd}{%
|
\IfFileExists{he8david.fd}{%
|
||||||
% \providecommand{\HeblatexEncoding}{HE8}
|
\providecommand{\HeblatexEncoding}{HE8}
|
||||||
% \providecommand{\HeblatexEncodingFile}{he8enc}%
|
\providecommand{\HeblatexEncodingFile}{he8enc}%
|
||||||
%}{}
|
}{}
|
||||||
\providecommand{\l@chapter}{\relax}
|
\providecommand{\l@chapter}{\relax}
|
||||||
EndPreBabelPreamble
|
EndPreBabelPreamble
|
||||||
DateFormats "d MMMM yyyy|d MMM yyyy|dd/MM/yyyy"
|
DateFormats "d MMMM yyyy|d MMM yyyy|dd/MM/yyyy"
|
||||||
|
Loading…
Reference in New Issue
Block a user