Am Mon, 04 Dec 2023 11:09:49 +0100
schrieb "Jürgen Spitzmüller" <jspi...@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@s} % kernel meaning of math active quote
\let\hang@@h@ngrquote\h@ngrquote
\renewcommand{\h@ngrquote}{%
  \relax\ifmmode
    \expandafter\latex@@rquote
  \else
    \expandafter\hang@@h@ngrquote
  \fi}
\makeatother
...

did not help either.

        Kornel

Attachment: pgp5UKONR0J6p.pgp
Description: Digitale Signatur von OpenPGP

-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to