Commit Graph

16 Commits

Author SHA1 Message Date
d7561a8558 presentation.org: back to original H:1 + renewenvironment{frame}
H:2 was my mistake — broke frame titles and content splitting.
With H:1 (default): * = frame, ** = content inside frame.
allowframebreaks auto-splits long frames (Domains I, II, III...).

This is the ORIGINAL working template + only Kyndryl colors added.
No other changes to layout/frame/table logic.
2026-02-25 11:36:16 +01:00
de1d1de7d8 presentation.org: remove frame hack, use org-beamer-frame-default-options
- REMOVED: renewenvironment{frame} hack (broke frame titles with H:2)
- allowframebreaks now via org-beamer-frame-default-options in config.el
  (ox-beamer adds it properly to each generated frame)
- Kept: adjustbox for tables (proven working)
- Kept: Kyndryl colors, AtBeginSection{}, logo, rowcolors
2026-02-25 11:31:58 +01:00
cd29ef54c2 presentation.org: back to original adjustbox + Kyndryl colors
Based on the original working template (commit 4ceaea1):
- Same allowframebreaks via renewenvironment{frame}
- Same adjustbox wrapper on tabular (proven to work)
- Added: Kyndryl palette colors over Madrid theme
- Added: H:2 + AtBeginSection{} (no empty section slides)
- Added: logo via titlegraphic
- Added: rowcolors for alternating table rows
- config.el tabularx filter skips beamer (adjustbox handles it)
2026-02-25 11:26:24 +01:00
6e5a26ba9b presentation.org: clean rewrite based on document.org
Same packages and color definitions as document.org, adapted for beamer:
- No longtable/ltablex (beamer doesn't support them)
- No geometry/fancyhdr/titling (beamer handles layout)
- No frame/tabular renewenvironment hacks
- Table scaling via config.el resizebox filter
- Frame breaks via config.el org-beamer-frame-default-options
- Madrid theme + Kyndryl palette colors + logo
2026-02-25 11:23:03 +01:00
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