Search found 1 match

by rlridenour
Fri Jul 05, 2024 3:58 pm
Forum: Document Classes
Topic: Beamer: how to surround frames with a border in article md.?
Replies: 2
Views: 21688

Beamer: how to surround frames with a border in article md.?

I know it's 15 years late, but in case anyone stumbles onto this, here's what I do. Add these lines to the beamer article preamble:

\usepackage{tcolorbox}

\mode<article>{\setbeamertemplate{frame begin}{\begin{tcolorbox}[colback=white, colframe=gray,]} \setbeamertemplate{frame end}{\end ...