On Tue, Mar 21, 2023 at 12:50:06PM +0100, Jürgen Spitzmüller wrote:
> Am Dienstag, dem 21.03.2023 um 11:27 + schrieb Udicoudco:
> > Hello all,
> >
> > Attached a LyX file and its export to LaTeX code.
> > When compiling with XeLaTeX the exported code
> > I get the warning:
> >
> > \endL o
Am Tue, 21 Mar 2023 15:27:41 +0100
schrieb pdv :
> On 21/03/2023 11:00, Kornel Benko wrote:
> > Am Mon, 20 Mar 2023 20:05:32 +0100
> > schrieb pdv :
> >
> >> It's within the first if() else(), that's thus for qt6(see below). I
> >> suppose this should work for all platforms, but I checked it on
On 21/03/2023 11:00, Kornel Benko wrote:
Am Mon, 20 Mar 2023 20:05:32 +0100
schrieb pdv :
It's within the first if() else(), that's thus for qt6(see below). I
suppose this should work for all platforms, but I checked it on macos
only. Your patch is limited to APPLE and also works for me; If thi
Am Dienstag, dem 21.03.2023 um 11:27 + schrieb Udicoudco:
> Hello all,
>
> Attached a LyX file and its export to LaTeX code.
> When compiling with XeLaTeX the exported code
> I get the warning:
>
> \endL or \endR problem (0 missing, 1 extra) in paragraph at lines
> 26--27
Interestingly,
Am Mon, 20 Mar 2023 20:05:32 +0100
schrieb pdv :
> It's within the first if() else(), that's thus for qt6(see below). I
> suppose this should work for all platforms, but I checked it on macos
> only. Your patch is limited to APPLE and also works for me; If this
> problem doesn't occur for other
Hello all,
Attached a LyX file and its export to LaTeX code.
When compiling with XeLaTeX the exported code
I get the warning:
\endL or \endR problem (0 missing, 1 extra) in paragraph at lines 26--27
If I replace
\LRE{
\begin{lstlisting}
Hello
\end{lstlisting}
}
With
\begin{LTR}
\begin{ls