Skip to content

Commit f075c0a

Browse files
authored
beamer support for layout divs (#1669)
1 parent 8c6106e commit f075c0a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/presentations/beamer.qmd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@ The class `onlytextwidth` sets the `totalwidth` to `\textwidth`.
9797

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

100+
### Panel Layout
101+
102+
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.
103+
Quarto will convert those to Beamer columns as if they were written with the above syntax.
104+
100105
## Beamer Options
101106

102107
Set additional options to change the appearance of PDF slides using `beamer`:

0 commit comments

Comments
 (0)