Hebrew support: use non-TeX fonts for documentation and templates and HE8 as tex font encoding default.

This commit is contained in:
Günter Milde 2019-04-29 14:02:48 +02:00
parent 9fdae0d84c
commit abf342d7f5
7 changed files with 13 additions and 12 deletions

View File

@ -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:

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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"