mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
ctests: address some test failures.
* missing characters in linguistics example with system fonts
* language nesting problem in fr/linguistics example
* 110f505b63
solved one failure (Basque example file)
This commit is contained in:
parent
ac1cd1ad9a
commit
d7ff8c6e18
@ -23,8 +23,6 @@ export/templates/aa_(dvi3|pdf4|pdf5)_(texF|systemF)
|
||||
|
||||
export/templates/IUCr-article_pdf4_systemF
|
||||
|
||||
export/examples/linguistics_(dvi3|pdf[45])_systemF
|
||||
|
||||
export/examples/aas_sample_(dvi3|pdf5)_(texF|systemF)
|
||||
|
||||
# Following mathmacros tests fail
|
||||
@ -68,8 +66,6 @@ export/examples/es/ejemplo_con_lyx_dvi3_systemF
|
||||
# Galician shares some code with Babel-Spanish (including the bug).
|
||||
export/doc/gl/Tutorial_dvi3_systemF
|
||||
export/examples/gl/exemplo_lyxificado_dvi3_systemF
|
||||
# document language is Spanish: changing to Basque solves the problem
|
||||
export/examples/eu/adibide_lyx-atua_dvi3_systemF
|
||||
|
||||
# Missing characters (U+0361, U+1E61) in LM,
|
||||
# set different system font in the source?
|
||||
@ -130,14 +126,9 @@ Sublabel: lyxbugs
|
||||
|
||||
# Language nesting and polyglossia #9633
|
||||
export/doc/(nb|sk)/Intro_pdf[45]_systemF
|
||||
# missing characters + language nesting (may disappear after completed translation)
|
||||
# language nesting (may disappear after completed translation)
|
||||
export/examples/fr/linguistics_.*_systemF
|
||||
export/doc/(de/|es/|fr/)Customization_pdf[45]_systemF
|
||||
#
|
||||
# Language nesting, document is OK, fails because of a bug in LyX
|
||||
# document is still worng, did only fail because of latin language
|
||||
# (problem in my TeX installation)
|
||||
# export/export/languagenesting1_(pdf4_systemF|pdf5_systemF)
|
||||
|
||||
|
||||
# use LuaTeX-compatible language names #9910
|
||||
# Wrong language name for LuaTeX
|
||||
|
@ -2,7 +2,7 @@
|
||||
\lyxformat 503
|
||||
\begin_document
|
||||
\begin_header
|
||||
\origin unavailable
|
||||
\origin /systemlyxdir/examples/de/
|
||||
\textclass article
|
||||
\begin_preamble
|
||||
%% Kommentieren Sie das Folgende aus, um Tableaux-Überschriften zu erzeugen:
|
||||
@ -18,8 +18,8 @@ linguistics
|
||||
\language_package default
|
||||
\inputencoding auto
|
||||
\fontencoding global
|
||||
\font_roman "lmodern" "default"
|
||||
\font_sans "default" "default"
|
||||
\font_roman "lmodern" "FreeSerif"
|
||||
\font_sans "default" "FreeSerif"
|
||||
\font_typewriter "default" "default"
|
||||
\font_math "auto" "auto"
|
||||
\font_default_family default
|
||||
@ -79,9 +79,9 @@ linguistics
|
||||
\papersides 1
|
||||
\paperpagestyle default
|
||||
\tracking_changes false
|
||||
\output_changes false
|
||||
\html_math_output 0
|
||||
\html_css_as_file 0
|
||||
\output_changes false
|
||||
\html_be_strict false
|
||||
\end_header
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
\lyxformat 503
|
||||
\begin_document
|
||||
\begin_header
|
||||
\origin unavailable
|
||||
\origin /systemlyxdir/examples/fr/
|
||||
\textclass article
|
||||
\begin_preamble
|
||||
%% Uncomment the following for Tableaux captions on top:
|
||||
@ -18,8 +18,8 @@ linguistics
|
||||
\language_package default
|
||||
\inputencoding auto
|
||||
\fontencoding global
|
||||
\font_roman "lmodern" "default"
|
||||
\font_sans "default" "default"
|
||||
\font_roman "lmodern" "FreeSerif"
|
||||
\font_sans "default" "FreeSans"
|
||||
\font_typewriter "default" "default"
|
||||
\font_math "auto" "auto"
|
||||
\font_default_family default
|
||||
|
@ -2,7 +2,7 @@
|
||||
\lyxformat 503
|
||||
\begin_document
|
||||
\begin_header
|
||||
\origin unavailable
|
||||
\origin /systemlyxdir/examples/
|
||||
\textclass article
|
||||
\begin_preamble
|
||||
%% Uncomment the following for Tableaux captions on top:
|
||||
@ -18,8 +18,8 @@ linguistics
|
||||
\language_package default
|
||||
\inputencoding auto
|
||||
\fontencoding global
|
||||
\font_roman "lmodern" "default"
|
||||
\font_sans "default" "default"
|
||||
\font_roman "lmodern" "FreeSerif"
|
||||
\font_sans "default" "FreeSans"
|
||||
\font_typewriter "default" "default"
|
||||
\font_math "auto" "auto"
|
||||
\font_default_family default
|
||||
@ -79,9 +79,9 @@ linguistics
|
||||
\papersides 1
|
||||
\paperpagestyle default
|
||||
\tracking_changes false
|
||||
\output_changes false
|
||||
\html_math_output 0
|
||||
\html_css_as_file 0
|
||||
\output_changes false
|
||||
\html_be_strict false
|
||||
\end_header
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user