mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-27 18:05:48 +00:00
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. Fixes #11168.