mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
ctest fixes.
Hebrew with "nikud" requires HE8 font encoding. All tests requiring Hebrew 8-bit fonts are "nonstandard".
This commit is contained in:
parent
8085fc21f8
commit
895fa9b3c6
@ -6,14 +6,15 @@
|
||||
\origin unavailable
|
||||
\textclass scrartcl
|
||||
\begin_preamble
|
||||
|
||||
% tell Babel-Hebrew to use HE8 font encoding:
|
||||
\def\HeblatexEncoding{HE8}
|
||||
\end_preamble
|
||||
\use_default_options false
|
||||
\maintain_unincluded_children false
|
||||
\language english
|
||||
\language_package default
|
||||
\inputencoding auto
|
||||
\fontencoding auto
|
||||
\fontencoding HE8,T1
|
||||
\font_roman "lmodern" "default"
|
||||
\font_sans "default" "default"
|
||||
\font_typewriter "default" "default"
|
||||
|
@ -1844,7 +1844,7 @@ Requires japanese (platex).
|
||||
\end_layout
|
||||
|
||||
\begin_layout Itemize
|
||||
Does not work with pdfLaTeX, XeTeX, nor LuaTeX.
|
||||
Does not work with pdfLaTeX, XeTeX, or LuaTeX.
|
||||
|
||||
\end_layout
|
||||
|
||||
@ -1862,7 +1862,15 @@ Does not work as secondary language unless the document encoding is set
|
||||
\end_layout
|
||||
|
||||
\begin_layout Itemize
|
||||
Does not load inputenc nor fontenc.
|
||||
|
||||
\emph on
|
||||
inputenc
|
||||
\emph default
|
||||
and
|
||||
\emph on
|
||||
fontenc
|
||||
\emph default
|
||||
packages not loaded
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection*
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Regular expressions for test combinations known to fail permanently
|
||||
# or irrelevant
|
||||
# or to be irrelevant
|
||||
#
|
||||
# Patterns will be automatically enclosed with '^' and '$'.
|
||||
# Combinations matching these patterns will be skipped
|
||||
|
@ -20,10 +20,16 @@ Sublabel: todo
|
||||
# XeTeX artifact? works with LuaTeX, explore:
|
||||
export/doc/(|de/|es/|fr/)EmbeddedObjects_pdf4_systemF
|
||||
|
||||
|
||||
# iconv fails, if a nomenclature inset contains an uncodable character
|
||||
export/export/latex/iconv-error-nomenclature_pdf2
|
||||
|
||||
# Encoding cp858 only supported by some iconv variants.
|
||||
# (Gnu iconv only supports it, if configured with "--enable-extra-encodings"
|
||||
# see https://www.gnu.org/software/libiconv/)
|
||||
# Configure should test for support before offering this encoding
|
||||
# in the "Document>Settings>Language>Encoding>Other" combo-box.
|
||||
export/export/latex/cp858_pdf2
|
||||
|
||||
# `acmart` document class:
|
||||
# (see also lyxbugs below and ignoredTests)
|
||||
# issues with listsof, reported to the maintainer
|
||||
|
@ -81,6 +81,7 @@ templates/examples/Books/Springer_Contributed_Books.*
|
||||
# We use the external package culmus-latex
|
||||
# https://sourceforge.net/projects/ivritex/files/culmus-latex/culmus-latex-0.7/
|
||||
export/export/latex/unicodesymbols/.*_he.*pdf2
|
||||
export/export/latex/(supported-languages|he-scrarticle).*
|
||||
export/.*/he/.*((dvi|pdf.?)|_texF)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user