You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/presentations/beamer.qmd
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,11 @@ The class `onlytextwidth` sets the `totalwidth` to `\textwidth`.
97
97
98
98
See Section 12.7 of the [Beamer User's Guide](http://mirrors.ctan.org/macros/latex/contrib/beamer/doc/beameruserguide.pdf) for more details.
99
99
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
+
100
105
## Beamer Options
101
106
102
107
Set additional options to change the appearance of PDF slides using `beamer`:
0 commit comments