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

Standout option affects all following slides with ignorenonframetext #335

Closed
pacien opened this issue Jul 22, 2018 · 3 comments
Closed

Standout option affects all following slides with ignorenonframetext #335

pacien opened this issue Jul 22, 2018 · 3 comments

Comments

@pacien
Copy link
Contributor

pacien commented Jul 22, 2018

This issue is related to but distinct from #334.

The standout option wrongly affects all the following slides when using the ignorenonframetext class option.

This might probably be solved by implementing this: https://tex.stackexchange.com/a/181042.

Example

standout-ignorenonframetext

\documentclass[ignorenonframetext]{beamer}
\usetheme{metropolis}
\begin{document}

  \begin{frame}{Normal frame}
  \end{frame}

  \begin{frame}[standout]
    Standout frame
  \end{frame}

  \begin{frame}{Normal frame}
  \end{frame}

\end{document}
pacien added a commit to pacien/mtheme that referenced this issue Aug 1, 2018
@matze matze closed this as completed in 1eef71d Aug 1, 2018
z-y-huang added a commit to gslab-econ/mtheme that referenced this issue Jul 11, 2019
* Fix matze#267: set local structure color for standout

* Fix typos in demo

Very minor typo/grammar corrections.

* Fix matze#296: use correct colors for bibliography

* Consistently use 'small caps'/\texttt{smallcaps}

Use 'small caps' when mentioning it in normal text. Use '\texttt{smallcaps}' when referring to the command.
Similarly for 'title format' and '\texttt{titleformat}'.

N.B.: There are no instances of '\texttt{titleformat}'.

* Patch latest beamer section commands

This fixes matze#303.

* Add info about the high contrast theme

* Add fifth step to README about Fira

* Fix matze#322: point to correct Fira repo

* Updated Fira font paths to new location.
Fixed docker build command in Makefile.

* Update URL to Paul Tol technical note

* Fix matze#335: end standout theme within frame env

Restore theme within frame, making standout slides work with ignorenonframetext

* Fix matze#334: restrict standout theme to inner content

So that the speaker's notes aren't affected by the typesetting of the slide.

* Create .sty files and customize for gslab for #4

* Change package loading to allow .sty files be in subfolder; remove .sty files from .gitignore for #4

* Make package name more explicit for #4

* Change subfolder name from themes to beamer_themes for #4

* Change to directly calling all theme files for #4

* Update repository and README.md to reflect new mtheme installation for #4
@basbebe
Copy link

basbebe commented Nov 10, 2021

This still seems to be a problem for me when using pandoc

@pacien
Copy link
Contributor Author

pacien commented Nov 10, 2021 via email

@basbebe
Copy link

basbebe commented Nov 10, 2021

I'm sorry, this is apparently what happened:

I did make sty in master and copied the resulting .sty files to beamertheme/ in my pandoc project.
I added theme: metropolis in my default.yaml.
Then I got the described behavior.

When I copied the files to my project root, the problem was gone.

I deleted theme: metropolis in my default.yaml and added to my settings.tex:

\usepackage{beamertheme/beamercolorthememetropolis}
\usepackage{beamertheme/beamerfontthememetropolis}
\usepackage{beamertheme/beamerinnerthememetropolis}
\usepackage{beamertheme/beamerouterthememetropolis}
\usepackage{beamertheme/beamerthememetropolis}

had to omit beamertheme/beamercolorthememetropolis-highcontrast.sty (contrast too high)
and beamertheme/pgfplotsthemetol.sty (error when running pandoc)

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

No branches or pull requests

2 participants