mtheme
mtheme copied to clipboard
A modern LaTeX Beamer theme
As a follow-up to #171, we should restructure the pgfplots styles and decouple color from structural properties.
The double quotes in make uninstall prevented `rm` from working properly at least on OS X
I am using the following, to get inverted color section pages: ``` \AtBeginSection{ { \metroset{background=dark} \frame[plain,c,noframenumbering]{\sectionpage} } } ``` At the sametime I am using a custom color, call it...
Hi there I really like the design of this theme. It would be great if it was also available as a typst implementation. Seems like there is some development going...
The `metropolis` theme loads the `pgfplotsthemetol` package which essentially sets `\AtEndPreamble{ \pgfplotsset{compat=1.9} }` and thereby overrides other settings of the PGF key `compat`. The problem is that `compat=1.9` is relatively...
We can use \alert{} to make word color orange. But how can make it green, like in the demo slide (p.14 left).
Getting the following error ``` ! Package beamerfontthememetropolis Error: Patching frame title failed. See the beamerfontthememetropolis package documentation for explanation. Type H for immediate help. ... l.308 ...theme}{Patching frame title...
The [manual linked in the README.md](http://mirrors.ctan.org/macros/latex/contrib/beamer-contrib/themes/metropolis/doc/metropolistheme.pdf) gives an example invocation of pandoc in section `2.5 Pandoc`: > `pandoc -t beamer --latex-engine=xelatex -V theme:metropolis -o output.pdf input.md` With pandoc 3.0.1, this...
Hello, First, thanks for this great theme. After reading the doc, I did not see any option to get section and subsection pages in standout. I'd like to do so...
Hello, In the example below the second and third footnote should have the same font size. This is only the case when the standard Latex theme is used, but it...