Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/presentations/beamer.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@ The class `onlytextwidth` sets the `totalwidth` to `\textwidth`.

See Section 12.7 of the [Beamer User's Guide](http://mirrors.ctan.org/macros/latex/contrib/beamer/doc/beameruserguide.pdf) for more details.

### Panel Layout

In addition to using the presentation-native `columns`/`column` syntax described above, you can also use Quarto's [panel layout](/docs/authoring/figures.qmd#complex-layouts) features using divs with the `layout` class.
Quarto will convert those to Beamer columns as if they were written with the above syntax.

## Beamer Options

Set additional options to change the appearance of PDF slides using `beamer`:
Expand Down
Loading