TransWikia.com

How to align beamer slide content with markdown pandoc?

TeX - LaTeX Asked by 303 on June 6, 2021

I use markdown to generate beamer slides with pandoc.

This markdown…

# Test

foobar

…is compiled to this Latex:

begin{frame}{Test}
  protecthypertarget{test}{}
  foobar
end{frame}

What do I have to write in Markdown to align the content to the bottom, i.e. getting this output?

begin{frame}[b]{Test}
  protecthypertarget{test}{}
  foobar
end{frame}

P.S. I’m aware of this question which asks for another case of marking a frame. Unfortunately it was wrongly closed as a duplicate.

One Answer

You can give options in braces:

# Test {.b}

foobar

will result in

begin{frame}[b]{Test}
protecthypertarget{test}{}
foobar
end{frame}

Supported options are: allowdisplaybreaks, allowframebreaks, b, c, t, environment, label, plain, shrink, standout, noframenumbering (see https://pandoc.org/MANUAL.html#frame-attributes-in-beamer)

Correct answer by DG' on June 6, 2021

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP