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

Reply via email to