Re: Number of Japanese tests fails now
"Jürgen Spitzmüller" <[email protected]>
| Newsgroups | gmane.editors.lyx.devel |
|---|---|
| Message-ID | <[email protected]> |
Am Mittwoch, dem 21.01.2026 um 10:26 +0100 schrieb Kornel Benko:
> See attached.
Most Japanese tests fail due to a bug in pLaTeX, which fails as soon as
tipa is loaded with this error (this refers to a line in t3enc.def,
part of tipa):
! Missing \endcsname inserted.
<to be read again>
\target@series@value
l.357 {\sffamily
\xdef\@sffamilyname{\f@family}}
Attached a MWE that shows that the problem goes away with an older
platexrelease.
I have reported the bug now at
https://github.com/texjporg/platex/issues/107
--
Jürgen
--
lyx-devel mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-devel
Ja_IPA.tex
(text/x-tex, 205 B)
% Uncomment the following and it will compile
%\RequirePackage[2025/06/01]{platexrelease}
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{tipa}
\begin{document}
こんにちは
\end{document}