From 9417775ccc3618d1b1f7e28f667a830cfd3915bf Mon Sep 17 00:00:00 2001 From: Daneel Date: Wed, 25 Feb 2026 11:09:13 +0100 Subject: [PATCH] presentation.org: allowframebreaks back + fix table right border - allowframebreaks + shrink=5: auto-split AND auto-scale - Tables: max width 0.97 linewidth + center (prevents right border clipping) - frametitle continuation empty (no 'cont.' label on split slides) --- templates/presentation.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/presentation.org b/templates/presentation.org index 6b1a0fd..5e640c5 100644 --- a/templates/presentation.org +++ b/templates/presentation.org @@ -43,7 +43,7 @@ # allowframebreaks: split long frames across multiple slides #+LATEX_HEADER: \let\oldframe\frame #+LATEX_HEADER: \let\endoldframe\endframe -#+LATEX_HEADER: \renewenvironment{frame}[1][]{\oldframe[shrink=5,#1]}{\endoldframe} +#+LATEX_HEADER: \renewenvironment{frame}[1][]{\oldframe[allowframebreaks,shrink=5,#1]}{\endoldframe} #+LATEX_HEADER: \setbeamertemplate{frametitle continuation}{} # -- Logo on title page -------------------------------------------------------- @@ -70,7 +70,7 @@ #+LATEX_HEADER: \let\orgoldtabular\tabular #+LATEX_HEADER: \let\orgendoldtabular\endtabular #+LATEX_HEADER: \renewenvironment{tabular}[1]{% -#+LATEX_HEADER: \begin{adjustbox}{max width=\linewidth,max totalheight=0.75\textheight}% +#+LATEX_HEADER: \begin{adjustbox}{max width=0.97\linewidth,max totalheight=0.75\textheight,center}% #+LATEX_HEADER: \scriptsize% #+LATEX_HEADER: \setlength{\tabcolsep}{3pt}% #+LATEX_HEADER: \renewcommand{\arraystretch}{1.1}%