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)
This commit is contained in:
2026-02-25 11:09:13 +01:00
parent 742a39e2a9
commit 9417775ccc

View File

@@ -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}%