Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • M mubeamer
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
    • Model experiments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • External Relations
  • Document Templates
  • mubeamer
  • Issues
  • #2

mubeamer is not compatible with ignorenonframetext

The mubeamer package is not compatible with the ignorenonframetext option of beamer. The following example cannot be compiled by pdflatex with MU theme:

\documentclass[ignorenonframetext]{beamer}
\usetheme[workplace=mu]{MU}
\begin{document}
\begin{frame}{Test Slide}
  Test
\end{frame}
\end{document}

It works fine without \usetheme{MU}.

The ignorenonframetext option is generated by pandoc in default settings.

The problem could be solved by adding \beamer@ignorenonframefalse to beamerthemeMU.sty, more details could be found at stackexchange.

Assignee
Assign to
Time tracking