mtheme
mtheme copied to clipboard
A modern LaTeX Beamer theme
I quite like this theme, thanks in the first place. Just wanted to post a small issue, I recently discovered: > \documentclass{beamer} > \usetheme{metropolis} > \begin{document} > \begin{frame} > \textvisiblespace...
The font theme on XeLaTeX does not enable the regular TeX ligatures. This issue is discussed, for example, in https://tex.stackexchange.com/questions/37855/fontspec-with-helvetica-breaks-quotes This one-line patch implements one of the solutions suggested on...
I would like to add padding space between the block title text and its margins; likewise for the left/right boundaries and the text therein. I have looked into the source...
I try to insert pdf figure in beamer and encounter a problem similar to [this one](https://tex.stackexchange.com/questions/367695/problem-of-includegraphics-with-beamer). ``` \documentclass{beamer} \begin{document} \begin{frame} \centering \includegraphics[width=0.7\textwidth]{figure.pdf} \end{frame} \end{document} ``` Without `metropolis` theme, the output...
Currently, standout frames aren't automatically plain by default, so they get a frame number printed in the footline. Maybe they should be automatically plain.
Hello! I noticed the following bug (?): If I try to enable hyperlink colouring with the following MWE: ```tex %! TEX program = xelatex \documentclass{beamer} \definecolor{DarkBlue}{HTML}{3973AC} \hypersetup{ colorlinks = true,...
I would like to use the default math font. Is that possible? (Btw: Your theme is WAY better than all others. What do you think about including it in TeXLive?)
When I try to compile any metropolis-themed slides, pdflatex hangs and does nothing (no errors, warning, output, etc.). If I uncomment `\usetheme{metropolis}`, everything works fine. Happens for any beamer presentation,...
* Changed font configuration after documentation * Small fix for `[allowframebreaks]` in slide
It would be nice to add a side bar on the left similar to the Berkeley theme which would be easier for the audiences to know where the current slide/frame...