From: Günter Milde Date: Mon, 29 Apr 2019 12:02:48 +0000 (+0200) Subject: Hebrew support: use non-TeX fonts for documentation and templates and HE8 as tex... X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=8cc75c70cc38bd6f6c656a46c1af40c4ad586959;p=features.git Hebrew support: use non-TeX fonts for documentation and templates and HE8 as tex font encoding default. --- diff --git a/lib/RELEASE-NOTES b/lib/RELEASE-NOTES index 304b01308d..939d854331 100644 --- a/lib/RELEASE-NOTES +++ b/lib/RELEASE-NOTES @@ -10,7 +10,8 @@ !!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: diff --git a/lib/doc/he/Intro.lyx b/lib/doc/he/Intro.lyx index acaeebde5f..337ba6affb 100644 --- a/lib/doc/he/Intro.lyx +++ b/lib/doc/he/Intro.lyx @@ -49,7 +49,7 @@ \font_typewriter "default" "FreeMono" \font_math "auto" "auto" \font_default_family default -\use_non_tex_fonts false +\use_non_tex_fonts true \font_sc false \font_osf false \font_sf_scale 100 100 @@ -57,7 +57,7 @@ \use_microtype false \use_dash_ligatures false \graphics default -\default_output_format pdf2 +\default_output_format default \output_sync 0 \bibtex_command default \index_command default diff --git a/lib/doc/he/Tutorial.lyx b/lib/doc/he/Tutorial.lyx index 5fdd9d23c2..4ab14fcb35 100644 --- a/lib/doc/he/Tutorial.lyx +++ b/lib/doc/he/Tutorial.lyx @@ -59,7 +59,7 @@ logicalmkup \font_typewriter "default" "FreeMono" \font_math "auto" "auto" \font_default_family default -\use_non_tex_fonts false +\use_non_tex_fonts true \font_sc false \font_osf false \font_sf_scale 100 100 @@ -67,7 +67,7 @@ logicalmkup \use_microtype false \use_dash_ligatures false \graphics default -\default_output_format pdf2 +\default_output_format default \output_sync 0 \bibtex_command default \index_command default diff --git a/lib/examples/he/Example_%28LyXified%29.lyx b/lib/examples/he/Example_%28LyXified%29.lyx index 008f3d8fed..6a9e93b96c 100644 --- a/lib/examples/he/Example_%28LyXified%29.lyx +++ b/lib/examples/he/Example_%28LyXified%29.lyx @@ -16,7 +16,7 @@ \font_typewriter "default" "FreeMono" \font_math "auto" "auto" \font_default_family default -\use_non_tex_fonts false +\use_non_tex_fonts true \font_sc false \font_osf false \font_sf_scale 100 100 diff --git a/lib/examples/he/Example_%28raw%29.lyx b/lib/examples/he/Example_%28raw%29.lyx index 8890fa6d55..0f79dbf9ed 100644 --- a/lib/examples/he/Example_%28raw%29.lyx +++ b/lib/examples/he/Example_%28raw%29.lyx @@ -16,7 +16,7 @@ \font_typewriter "default" "FreeMono" \font_math "auto" "auto" \font_default_family default -\use_non_tex_fonts false +\use_non_tex_fonts true \font_sc false \font_osf false \font_sf_scale 100 100 diff --git a/lib/examples/he/Welcome.lyx b/lib/examples/he/Welcome.lyx index cab45c2063..27dce49a8a 100644 --- a/lib/examples/he/Welcome.lyx +++ b/lib/examples/he/Welcome.lyx @@ -22,7 +22,7 @@ \font_typewriter "default" "FreeMono" \font_math "auto" "auto" \font_default_family default -\use_non_tex_fonts false +\use_non_tex_fonts true \font_sc false \font_osf false \font_sf_scale 100 100 diff --git a/lib/languages b/lib/languages index 9e6731f469..8c51b0f79c 100644 --- a/lib/languages +++ b/lib/languages @@ -779,10 +779,10 @@ Language hebrew ## Use font encoding HE8 if the Culmus fonts are installed and # work around too simple test for article-like classes in rlbabel.def. PreBabelPreamble - %\IfFileExists{he8david.fd}{% - % \providecommand{\HeblatexEncoding}{HE8} - % \providecommand{\HeblatexEncodingFile}{he8enc}% - %}{} + \IfFileExists{he8david.fd}{% + \providecommand{\HeblatexEncoding}{HE8} + \providecommand{\HeblatexEncodingFile}{he8enc}% + }{} \providecommand{\l@chapter}{\relax} EndPreBabelPreamble DateFormats "d MMMM yyyy|d MMM yyyy|dd/MM/yyyy"