Re: Keeping multiple 2.4 lyx binaries

2023-12-11 Thread José Matos
On Mon, 2023-12-11 at 17:08 -0500, Anand Rangarajan wrote:
> Is there any alternative to keeping multiple lyx-2.4 binaries on the
> same system? I'll clarify. I have both lyx-2.4.0-RC1-devel and lyx-
> latestdev on the same system because I noticed that I cannot open
> some files that were mistakenly edited using a developmental version
> of lyx-2.4 using lyx-2.4.0-RC1-devel because of a lyxformat mismatch.
> 
> So, I'm keeping both versions but mainly using the official lyx-
> 2.4.0-RC1-devel until 2.4 is released (hopefully soon). Is this the
> best bet or is there a way around the lyxformat mismatch?
> 
> Anand

There is a solution. But then you should be comfortable dealing with
the related issues:

Copy the lyx2lyx directory from the newer version.

Case in point. I have the same issue on Fedora. I have a repository
where I have the latest released development version: 2.4.0~beta5.

While the first rc is not officially released I have backported the
lyx2lyx version to 2.4.0~beta5. Since at this moment the changes are
very small, regarding the file format, for most practical purposes this
allows me to open newer files with the old versions.
-- 
José Abílio
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Keeping multiple 2.4 lyx binaries

2023-12-11 Thread Anand Rangarajan
Is there any alternative to keeping multiple lyx-2.4 binaries on the same
system? I'll clarify. I have both lyx-2.4.0-RC1-devel and lyx-latestdev on
the same system because I noticed that I cannot open some files that were
mistakenly edited using a developmental version of lyx-2.4 using
lyx-2.4.0-RC1-devel
because of a lyxformat mismatch.

So, I'm keeping both versions but mainly using the official lyx-2.4.0-RC1-devel
until 2.4 is released (hopefully soon). Is this the best bet or is there a
way around the lyxformat mismatch?

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


Re: How to reduce code lineheight in LaTeX Beamer

2023-12-11 Thread Herbert Voss



Am 11.12.23 um 15:11 schrieb Herbert Voss:



Am 10.12.23 um 23:09 schrieb Steve Litt:

Hi all,

I'm using Beamer straight with LaTeX (no LyX). There's too much space
between lines of code, so it makes the code hard to read and also
pushes other content down too far. The following is a frame from my
presentation:

\begin{frame} [fragile]
    \frametitle{How to Design BNF}
    \begin{semiverbatim}


semiverbatim causes an error if used with [fragile], it works without it.


    wholefile ::= chunk | wholefile chunk
    chunk ::= paratext multinewline
    multinewline ::= NL NL | multinewline NL
    \end{semiverbatim}
\end{frame}

How can I reduce the space between lines of this code?


I cannot see it ... and a  working minimal example makes sense here ...


Sorry, herre is the  correct screenshot

Herbert

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


Re: How to reduce code lineheight in LaTeX Beamer

2023-12-11 Thread Herbert Voss



Am 10.12.23 um 23:09 schrieb Steve Litt:

Hi all,

I'm using Beamer straight with LaTeX (no LyX). There's too much space
between lines of code, so it makes the code hard to read and also
pushes other content down too far. The following is a frame from my
presentation:

\begin{frame} [fragile]
\frametitle{How to Design BNF}
\begin{semiverbatim}


semiverbatim causes an error if used with [fragile], it works without it.


wholefile ::= chunk | wholefile chunk
chunk ::= paratext multinewline
multinewline ::= NL NL | multinewline NL
\end{semiverbatim}
\end{frame}

How can I reduce the space between lines of this code?


I cannot see it ... and a  working minimal example makes sense here ...

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