Files
pandoc/test/command
ce37e24c6a PPTX writer: keep tables and surrounding text on same slide (#11411)
Previously, when a slide contained bullet points before and after a
table, content would be split across multiple slides or use a two-column
layout that didn't preserve the source order.

This change:

1. Modified `splitBlocks'` in Presentation.hs to continue accumulating
   content after tables instead of immediately splitting to a new slide.

2. When a slide has a table with surrounding text, use ContentSlide
   (single column) instead of ContentWithCaptionSlide (two columns)
   to preserve content order.

3. Added vertical stacking in Output.hs (shapesToElementsStacked) to
   properly position multiple shapes (tables + text) within a content
   area. Space is allocated proportionally based on content size
   (paragraphs and table rows).

Closes #11433.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: Chris Callison-Burch <ccb+github@upenn.edu>
2026-07-12 12:51:11 +02:00
..
2025-09-02 08:39:47 +02:00
2025-09-02 08:39:47 +02:00
2025-09-15 10:50:04 +02:00
2025-10-16 11:17:35 +02:00
2025-09-15 10:50:04 +02:00
2026-01-31 10:54:59 +01:00
2026-01-31 10:54:59 +01:00
2026-01-31 10:54:59 +01:00
2025-09-02 08:39:47 +02:00
2025-11-04 14:08:57 +01:00
2025-09-15 10:50:04 +02:00
2026-02-13 11:01:37 +01:00
2026-04-18 13:05:35 +02:00
2026-06-09 08:42:09 +02:00
2026-07-07 20:58:33 +02:00
2025-09-02 11:26:10 +02:00