mtheme icon indicating copy to clipboard operation
mtheme copied to clipboard

A modern LaTeX Beamer theme

Results 93 mtheme issues
Sort by recently updated
recently updated
newest added

I tried to use `\section*` to create a new section for my backup slides. ```latex \documentclass{beamer} \usetheme[progressbar=frametitle]{metropolis} \usepackage{appendixnumberbeamer} \begin{document} \begin{frame}{A} A \end{frame} \appendix \section*{Backup slides} \begin{frame}{B} B \end{frame} \end{document} ```...

Because the minipage width of the section page was hard coded to 22em, the proportions did not look quite right (at least to me) when using, for instance, "aspectratio=169" in...

Hi, I would like to use mtheme for 16:9 wide screen, though, I want to keep the slide in original 4:3 (12:9) format but add a whiteboard on the right...

### Issue description The option `titleformat=allcaps` or `titleformat section=allcaps` doesn't seem to affect the format of section titles, while frame titles, the main title, etc. works. I have tried either...

I used this theme, very nice theme, thanks for your contribution and this source, but I wonder how can I change the font of this theme, is it in the...

I do not know if you are aware of this, but [FiraSans has been added](http://www.tug.dk/FontCatalogue/firasansnewtxsf/) (I assume on 2018-09-20) to the LaTeX Font Catalogue and can be easily used even...

https://github.com/matze/mtheme/blob/2fa6084b9d34fec9d2d5470eb9a17d0bf712b6c8/Makefile#L5 The .bib file should not be compiled as well. ```makefile DEMO_SRC = demo/demo.tex# demo/demo.bib ```

I noticed that long frametitles are hyphenated and got this solution from Ulrike Fischer on Stack Exchange: https://tex.stackexchange.com/questions/591505/disable-hyphenation-in-metropolis-frametitles/591523#591523

Verbatim, lstlistings and minted blocks are cursive with TeX Live version 2019 and 2020. Versions < 2019 work properly.

Hi there, Thanks for the awesome theme! I was trying the \setbeameroption{show notes on second screen} option, but it removed random bits of text. I saw a fix there: https://tex.stackexchange.com/questions/288408/beamer-show-notes-on-second-screen-with-xelatex-and-atbeginsection...