commit abf342d7f595f70e28377d6740a7a8d756425fde
Author: Günter Milde <[email protected]>
Date:   Mon Apr 29 14:02:48 2019 +0200

    Hebrew support: use non-TeX fonts for documentation and templates and HE8 
as tex font encoding default.
---
 lib/RELEASE-NOTES                          |    3 ++-
 lib/doc/he/Intro.lyx                       |    4 ++--
 lib/doc/he/Tutorial.lyx                    |    4 ++--
 lib/examples/he/Example_%28LyXified%29.lyx |    2 +-
 lib/examples/he/Example_%28raw%29.lyx      |    2 +-
 lib/examples/he/Welcome.lyx                |    2 +-
 lib/languages                              |    8 ++++----
 7 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/lib/RELEASE-NOTES b/lib/RELEASE-NOTES
index 304b013..939d854 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 acaeebd..337ba6a 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 5fdd9d2..4ab14fc 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 008f3d8..6a9e93b 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 8890fa6..0f79dbf 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 cab45c2..27dce49 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 9e6731f..8c51b0f 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"

Reply via email to