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}
                        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?

Thanks,

SteveT

Steve Litt 

Autumn 2023 featured book: Rapid Learning for the 21st Century
http://www.troubleshooters.com/rl21
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users

Reply via email to