Skip to content

How do I fix alignment in description (definition) lists for beamer output? #12058

Answered by felixvuo
felixvuo asked this question in Q&A
Discussion options

You must be logged in to vote

Thank you for the hints.

Apparently the beamer class allows a \setbeamersize{description width=XXX} command, https://tug.ctan.org/macros/latex/contrib/beamer/doc/beameruserguide.pdf#page=75.08.

So I was able to add the following as a document-wide setting, which works for me for now:

    include-in-header:
      - text: |
          \setbeamersize{description width=10em}

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by mcanouil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
latex LaTeX engines related libraries and technologies themes Related to HTML theming or any other style related issue (like highlight-style)
3 participants