Skip to content

LaTeX writer: Fix strikeouts in beamer title#11169

Merged
jgm merged 1 commit intojgm:mainfrom
TuongNM:latex-writer-beamer-strikeout-title-subtitle-author
Sep 28, 2025
Merged

LaTeX writer: Fix strikeouts in beamer title#11169
jgm merged 1 commit intojgm:mainfrom
TuongNM:latex-writer-beamer-strikeout-title-subtitle-author

Conversation

@TuongNM
Copy link
Contributor

@TuongNM TuongNM commented Sep 27, 2025

Fixes #11168

Looks like beamer uses pdfstring for the pdfinfo which can't handle soul strikeouts.
I adjusted the beamer template such that \title, \subtitle and \author use \texorpdfstring to be able to deal with this.
\date, \institute and \thanks didn't have problems with strikeouts so I left them as they were.

beamer uses pdfstring for the pdfinfo which can't handle soul strikeouts.
Therefore, the title, subtitle and author contents need to be put inside
texorpdfstring to deal with both the pdfinfo as well as the formatting.
@jgm
Copy link
Owner

jgm commented Sep 28, 2025

Great, thanks.

@jgm jgm merged commit b62f250 into jgm:main Sep 28, 2025
11 of 14 checks passed
@TuongNM TuongNM deleted the latex-writer-beamer-strikeout-title-subtitle-author branch September 28, 2025 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Regression: strikeout text no longer works in beamer slideshow title (pandoc 3.8)

2 participants