Commit Graph

12 Commits

Author SHA1 Message Date
3112f8b241 presentation.org: clean rewrite — no frame/tabular hacks
- Removed renewenvironment{frame} hack (caused empty slides)
  → allowframebreaks via org-beamer-frame-default-options in config.el
- Removed renewenvironment{tabular}/adjustbox hack (didn't scale properly)
  → resizebox via my/org-beamer-resizebox-tables filter in config.el
- Kept: Madrid theme, Kyndryl colors, AtBeginSection{}, rowcolors, logo
2026-02-25 11:20:53 +01:00
539a8e0fa8 presentation.org: fix empty separators + tables fit slides
- H:2: ** headings = frames, * headings = sections (logical grouping)
- AtBeginSection{}/AtBeginSubsection{}: suppress empty section title slides
- shrink=15: auto-scale overflowing content up to 15%
- Tables: adjustbox max totalheight=0.72 textheight (fits slide)
- config.el tabularx filter skips beamer → plain tabular + adjustbox works
2026-02-25 11:16:32 +01:00
9417775ccc 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)
2026-02-25 11:09:13 +01:00
742a39e2a9 presentation.org: shrink overflow frames + scale tables to fit
- Frame shrink=5: auto-scale content up to 5% when it overflows
- frametitle continuation empty (no ugly 'cont.' on split frames)
- Tables: scriptsize font, max totalheight 0.75 textheight, tighter spacing
2026-02-25 11:06:19 +01:00
00429e2152 presentation.org: H:1 — level 1 headings = frame titles 2026-02-25 11:03:12 +01:00
Martin Sukany
bafe2e561c Merge remote-tracking branch 'refs/remotes/origin/master' 2026-02-25 10:58:30 +01:00
3f34fa0fca presentation.org: fix empty pages, keep Madrid theme + Kyndryl colors
- Reverted to Madrid theme (handles layout/footers/frametitle properly)
- Removed allowframebreaks wrapper (caused empty pages)
- Removed longtable/ltablex (beamer doesn't support them)
- Removed custom frametitle/footline/title page templates (Madrid handles this)
- Kyndryl colors applied via palette primary/secondary/tertiary overrides
- Logo via titlegraphic (Madrid places it on title slide)
- Table fix: tabularx + booktabs + rowcolors + Y/Z/R columns (from document.org)
- adjustbox wrapper for beamer table scaling preserved
- config.el my/org-latex-fix-tabularx filter works for beamer export too
2026-02-25 10:55:43 +01:00
Martin Sukany
360ea8d960 Merge remote-tracking branch 'refs/remotes/origin/master' 2026-02-25 10:51:03 +01:00
Martin Sukany
dc9623b647 update 2026-02-25 10:50:59 +01:00
fc3ca0e2f4 presentation.org: Kyndryl branding + table fix from document.org
- Custom Beamer color scheme: kyndrylRed (#C40000) title bars, items, blocks
- Kyndryl logo on title page + footer (bottom-left, with page numbers)
- Helvetica font (matches document.org)
- Table fix: ltablex + booktabs + rowcolors + Y/Z/R column types (from document.org)
- Beamer table scaling: adjustbox wrapper (updated tabcolsep/arraystretch)
- Clean frametitle: red bar with white text
- Hyperlinks in kyndrylRed
- Code blocks with light gray background
2026-02-25 10:39:24 +01:00
Martin Sukany
cca9e6b4f6 update 2026-02-13 22:42:53 +01:00
Martin Sukany
67af59e085 initial commit 2026-02-06 17:00:40 +01:00