ctests failing on current master
Kornel Benko
kornel at lyx.org
Mon Dec 4 10:38:30 UTC 2023
Am Mon, 04 Dec 2023 11:09:49 +0100
schrieb "Jürgen Spitzmüller" <jspitzm at gmail.com>:
> Am Montag, dem 04.12.2023 um 10:55 +0100 schrieb Kornel Benko:
> > In fact, there are differences. My version loads also slovak.ldf and
> > babel-slovak.tex
> > Don't know, how that is happening. Sure, the UI is slovak, but that
> > should not go into the compilation.
>
> Via the info insets most probably. They are output in the respective UI
> language (which also makes sense as they refer to your current UI).
>
> One possibility is that the hanging package interferes with some
> character activation done by babel-slovak. See
> https://tex.stackexchange.com/questions/61732/
>
Thanks, unfortunately adding
\usepackage[notquote]{hanging}
to the preamble led to
! LaTeX Error: Option clash for package hanging.
, so that is not a good sollution.
The other one with
...
\usepackage{hanging}
\makeatletter
\def\latex@@rquote{^\bgroup\prim at s} % kernel meaning of math active quote
\let\hang@@h at ngrquote\h at ngrquote
\renewcommand{\h at ngrquote}{%
\relax\ifmmode
\expandafter\latex@@rquote
\else
\expandafter\hang@@h at ngrquote
\fi}
\makeatother
...
did not help either.
Kornel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: Digitale Signatur von OpenPGP
URL: <http://lists.lyx.org/pipermail/lyx-devel/attachments/20231204/931dcbd2/attachment-0001.asc>
More information about the lyx-devel
mailing list