]> git.lyx.org Git - features.git/commitdiff
ctests: fix some test failures reported by Kornel.
authorGünter Milde <milde@lyx.org>
Sat, 13 Apr 2019 15:55:38 +0000 (17:55 +0200)
committerGünter Milde <milde@lyx.org>
Sat, 13 Apr 2019 15:55:38 +0000 (17:55 +0200)
development/autotests/invertedTests
lib/doc/ja/Tutorial.lyx
lib/examples/ja/Modules/Braille.lyx

index ba271ce4e6dc4933c362714f67d9cec867e6985a..38b18441d542f40296379faea362384575e44f39 100644 (file)
@@ -97,9 +97,19 @@ export/export/latex/supported-languages_pdf3
 export/export/latex/unicodesymbols/031-thai_th_(euc-|gbk|jis|utf8-cjk).*
 
 # Package clashes when Japanese documents are compiled with non-TeX fonts,
-# e.g. the auto-loaded jsclasses/okumacro.sty needs format `pLaTeX2e'
-export/doc/ja/(Additional|Customization|EmbeddedObjects|Formula-numbering|Intro|LaTeXConfig|Math|Shortcuts|Tutorial|UserGuide).*_systemF
-
+#
+# the auto-loaded jsclasses/okumacro.sty needs format `pLaTeX2e'
+export/doc/ja/(Additional|Customization|EmbeddedObjects|Intro|LaTeXConfig|Math|Shortcuts|Tutorial|UserGuide).*_systemF
+export/doc/ja/Formula-numbering_pdf4_systemF
+# Test for command \pdfsave fails:
+# ! Package xypdf Error: pdfTeX version 1.40.0 or higher is needed for the xypdf
+export/examples/ja/Graphics_and_Insets/XY-Pic.*_systemF
+# Document class js*.cls requires platex <-> Xe/LuaTeX, 
+# fixed with "bxjs*.cls", however: bxjs*.cls <-> [unicode=true]{hyperref}
+# ! Class bxjsbook Error: The value of hyperref 'unicode' key is not suitable
+#export/doc/ja/Tutorial_pdf # (document class re-set to "jsbook")
+#export/examples/ja/Modules/Braille_pdf # (document class re-set to "jsbarticle")
+export/examples/ja/Modules/Braille.*_systemF
 
 # ================================================
 Sublabel: lyxbugs
@@ -163,6 +173,7 @@ export/examples/Modules/Noweb_Listerrors_(pdf[245]).*
 export/export/latex/fa-OT1_pdf2
 
 #11522 Support specification of complementing non-TeX fonts
+#
 # More than one non-TeX font required for the character set in many documents
 # to prevent "missing glyph" errors with non-TeX fonts
 #
@@ -174,6 +185,8 @@ export/export/latex/systemfonts-Math-missingchars.*systemF
 # CJK-quotes examples (missing in most Latin-script fonts)
 export/doc/(|de/|es/|fr/)UserGuide_(dvi3|pdf4|pdf5)_systemF
 #
+# Japanese
+export/examples/ja/Modules/Linguistics.*systemF
 #
 # Arabic (see also "texissues")
 # "! Extra \else" and missing glyph "no ␣ in font Scheherazade":
index 6024aaedf16bba042cb220b87216fb9272abf68c..f5306fa9f63de149582800f563912d41f837efea 100644 (file)
@@ -4,7 +4,7 @@
 \begin_header
 \save_transient_properties false
 \origin /systemlyxdir/doc/ja/
-\textclass bxjsbook
+\textclass jsbook
 \use_default_options false
 \maintain_unincluded_children false
 \begin_local_layout
@@ -36,7 +36,7 @@ End
 \end_local_layout
 \language japanese
 \language_package auto
-\inputencoding jis-platex
+\inputencoding utf8
 \fontencoding global
 \font_roman "lmodern" "IPAexMincho"
 \font_sans "default" "IPAexGothic"
index 2ab431fba4e39cdd00410b8ee6729c903aafa361..55429e57e946932cd7fad760b42c8c0299294ff5 100644 (file)
@@ -4,7 +4,7 @@
 \begin_header
 \save_transient_properties true
 \origin /systemlyxdir/examples/ja/Modules/
-\textclass bxjsarticle
+\textclass jsarticle
 \begin_preamble
 % color greyed-out notes blue
 \renewenvironment{lyxgreyedout}
@@ -17,7 +17,7 @@ braille
 \maintain_unincluded_children false
 \language japanese
 \language_package default
-\inputencoding jis-platex
+\inputencoding utf8
 \fontencoding global
 \font_roman "default" "IPAexMincho"
 \font_sans "default" "IPAexGothic"