FG
💻 Software

Empty line on a slide in Latex Beamer

Fresh5 days ago
Mar 15, 202666409 views
Confidence Score0%
0%

Problem

I am using Latex Beamer for creating a presentation. On one slide I have I would like to have space between the first itemize block and the second question. However, if I try or , I get a pdflatex parsing error: How can I get an emtpy line?

Error Output

\frame
{
  \frametitle{fdjsljklfdjs}
  What is fdjsljklfdjs
  \begin{itemize}
  \item item one
  \item item one
  \end{itemize}

  Why do we want to …

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Empty line on a slide in Latex Beamer

Low Risk

Use , e.g. for a one inch vertical space. If you want it to be equal to the normal distance between two lines, use the length .

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment