-
For reasons that don't warrant getting into, I need to be able to break the titles of my slides up across two lines. I can get it to work for revealjs and beamer, but not when rendering to powerpoint. When rendering to
And when rendering using
But, neither work when rendering to pptx. I know that pptx is a finicky beast, but any thoughts on whether this is possible, or better yet a output-neutral way of doing this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You can use @tarleb 's Lua filter to convert
|
Beta Was this translation helpful? Give feedback.
You can use @tarleb 's Lua filter to convert
<br>
into a hard break regardless of the output format: https://stackoverflow.com/a/52193443