ctests: utf8-plain now works with all export variants.

utf8-plain (Unicode (utf8 XeTeX)) is a power-user setting
for the input encoding with two use cases:

a) setup of system fonts or

b) setup of input encoding supportuser preamble

in the document class or user preamble.

The test file is an example for use case b.
This commit is contained in:
Günter Milde 2019-01-07 23:17:47 +01:00
parent c2a9996541
commit 81066e2894
3 changed files with 61 additions and 18 deletions

View File

@ -1,10 +1,35 @@
#LyX 2.3 created this file. For more info see http://www.lyx.org/ #LyX 2.4 created this file. For more info see https://www.lyx.org/
\lyxformat 509 \lyxformat 566
\begin_document \begin_document
\begin_header \begin_header
\save_transient_properties true \save_transient_properties true
\origin unavailable \origin unavailable
\textclass article \textclass article
\begin_preamble
\@ifpackageloaded{fontspec}{%
% Unicode fonts, nothing to do
}{% setup Unicode with 8-bit LaTeX fonts:
% character-providing packages are not auto-loaded with "utf8-plain"
\usepackage{textcomp}
\ifdefined\XeTeXinputencoding
% XeTeX in legacy mode
\XeTeXinputencoding "bytes" % current file
\XeTeXdefaultencoding "bytes" % included files
\let\origUmathchar\Umathchar
\let\Umathchar\@undefined
\usepackage[utf8]{inputenc}
\let\Umathchar\origUmathchar
\fi
\ifdefined\directlua
\usepackage[utf8]{luainputenc} % must come after textcomp!
\else
\usepackage[utf8]{inputenc} % default since TeXLive 2018
\fi
% set up macro for INFINITY Character '∞'
\DeclareUnicodeCharacter{221E}{\ensuremath{\infty}}
}
\end_preamble
\use_default_options true \use_default_options true
\begin_modules \begin_modules
logicalmkup logicalmkup
@ -13,8 +38,8 @@ logicalmkup
\language english \language english
\language_package default \language_package default
\inputencoding utf8-plain \inputencoding utf8-plain
\fontencoding global \fontencoding auto
\font_roman "default" "default" \font_roman "lmodern" "default"
\font_sans "default" "default" \font_sans "default" "default"
\font_typewriter "default" "default" \font_typewriter "default" "default"
\font_math "auto" "auto" \font_math "auto" "auto"
@ -25,11 +50,14 @@ logicalmkup
\font_sf_scale 100 100 \font_sf_scale 100 100
\font_tt_scale 100 100 \font_tt_scale 100 100
\use_microtype false \use_microtype false
\use_dash_ligatures false
\graphics default \graphics default
\default_output_format default \default_output_format default
\output_sync 0 \output_sync 0
\bibtex_command default \bibtex_command default
\index_command default \index_command default
\float_placement class
\float_alignment class
\paperfontsize default \paperfontsize default
\spacing single \spacing single
\use_hyperref false \use_hyperref false
@ -54,6 +82,7 @@ logicalmkup
\suppress_date false \suppress_date false
\justification true \justification true
\use_refstyle 1 \use_refstyle 1
\use_minted 0
\index Index \index Index
\shortcut idx \shortcut idx
\color #008000 \color #008000
@ -62,7 +91,10 @@ logicalmkup
\tocdepth 3 \tocdepth 3
\paragraph_separation indent \paragraph_separation indent
\paragraph_indentation default \paragraph_indentation default
\quotes_language english \is_math_indent 0
\math_numbering_side default
\quotes_style english
\dynamic_quotes 0
\papercolumns 1 \papercolumns 1
\papersides 1 \papersides 1
\paperpagestyle default \paperpagestyle default
@ -76,11 +108,32 @@ logicalmkup
\begin_body \begin_body
\begin_layout Standard \begin_layout Standard
¹²³¼½¬¸@ł€¶← With LaTeX input encoding
\family typewriter
utf8-plain
\family default
(UTF-8 (XeTeX)), the author must ensure non-standard characters are defined
in the user preamble (see Document>Settings>LaTeX
\begin_inset space ~
\end_inset
Preamble).
\end_layout \end_layout
\begin_layout Standard \begin_layout Itemize
ätsch Grüße, em- and en-dash: — ― Hübner und Örtel sind 30 µm groß.
\end_layout
\begin_layout Itemize
em- and en-dash: —
\end_layout
\begin_layout Itemize
Textcomp characters: ¹²³¼½¬¸@ł€¶←→
\end_layout
\begin_layout Itemize
INFINITY Character defined in the user preamble: ∞
\end_layout \end_layout
\end_body \end_body

View File

@ -172,12 +172,6 @@ Sublabel: ert
# Could not find LaTeX command for character 'í' (code point 0xed) # Could not find LaTeX command for character 'í' (code point 0xed)
export/doc/(de|es)/Additional_pdf4_texF export/doc/(de|es)/Additional_pdf4_texF
# inputencoding="utf8-plain" with Xe/LuaTeX: characters with
# Unicode point > 256 lead to errors with 8-bit fonts
# (We keep this option for power users setting Unicode fonts in the preamble
# or document class file).
export/export/latex/utf8-plain-with-tex-fonts_.*_texF
# ================================================ # ================================================
Sublabel: texissues Sublabel: texissues

View File

@ -89,10 +89,6 @@ export/doc/es/.*_(pdf5|dvi3)_texF
# doing this interactively) with ASCII (and hence also with XeTeX). # doing this interactively) with ASCII (and hence also with XeTeX).
export/doc/(|de/|es/|fr/)EmbeddedObjects_pdf4_texF export/doc/(|de/|es/|fr/)EmbeddedObjects_pdf4_texF
# inputencoding="utf8-plain" with 8-bit TeX: non-ASCII characters are passed
# as two 8-bit characters leading to garbage in the output
export/export/latex/utf8-plain-with-tex-fonts_(dvi|pdf.?)
# The following document mixes inTitle layouts and leads to # The following document mixes inTitle layouts and leads to
# likely unintended output. See #10347 # likely unintended output. See #10347
export/export/mixing_inTitle_layouts_(pdf|dvi).* export/export/mixing_inTitle_layouts_(pdf|dvi).*