Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix incorrect Beamer template names for structureenv #862

Merged
merged 1 commit into from
Sep 26, 2023
Merged

Fix incorrect Beamer template names for structureenv #862

merged 1 commit into from
Sep 26, 2023

Conversation

Leo3418
Copy link
Contributor

@Leo3418 Leo3418 commented Sep 26, 2023

As per Section 12.2 of the Beamer User Guide for version 3.70, the Beamer template names for structureenv should be structure begin and structure end. However, some of the Beamer package's source files are not using these exact names.

An issue caused by this is that, in article mode, text in structureenv is not typeset in boldface as specified also by Section 12.2. A minimal working example is:

\documentclass{article}
\usepackage{beamerarticle}
\begin{document}
\begin{frame}
    \structure{This text should be typeset in boldface.}
\end{frame}
\end{document}

As per Section 12.2 of the Beamer User Guide for version 3.70, the
Beamer template names for 'structureenv' should be 'structure begin' and
'structure end'.  However, some of the Beamer package's source files are
not using these exact names.

An issue caused by this is that, in article mode, text in 'structureenv'
is not typeset in boldface as specified also by Section 12.2.  A minimal
working example is:

    \documentclass{article}
    \usepackage{beamerarticle}
    \begin{document}
    \begin{frame}
        \structure{This text should be typeset in boldface.}
    \end{frame}
    \end{document}

Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
@samcarter samcarter merged commit b491730 into josephwright:main Sep 26, 2023
1 check passed
@samcarter
Copy link
Collaborator

@Leo3418 Thanks a lot for spotting this and your PR!

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.

2 participants