Empty line on a slide in Latex Beamer
Solution 1:
Use \vspace
, e.g.
\vspace{1in}
for a one inch vertical space. If you want it to be equal to the normal distance between two lines, use the length \baselineskip
.
Use \vspace
, e.g.
\vspace{1in}
for a one inch vertical space. If you want it to be equal to the normal distance between two lines, use the length \baselineskip
.