大唐金控 为产业园可持续健康发展注入“强动能”
百度 现行宪法诞生1982年11月26日宪法修改草案被提请第五届全国人大第五次会议审议。
{beamer-metropolis} is for questions about the Metropolis theme for beamer presentations.
204 questions
2
votes
1
answer
39
views
How can I change the margins of all Beamer slides without messing the title page?
I am working on a Beamer file, using the gotham theme, with the following code and the following output:
% !TEX program = xelatex
\documentclass[aspectratio=169, xcolor=dvipsnames]{beamer}
\usetheme[...
1
vote
1
answer
40
views
Beamer/Metropolis with XeLaTeX cannot find FiraSans
I have been using the metropolis beamer template with Fira Sans font for quite a while now. Recently, I started having problems with XeLaTeX not being able to find Fira Sans. The following message ...
2
votes
0
answers
79
views
Beamer Handout not transparent when printed [closed]
Been a while.
I looked through already asked questions and the beamer user guide, but no dice.
I have this handout based on a presentation for a workshop I'm hosting. Presentation and handout look ...
3
votes
1
answer
64
views
Add image at specific sectionpage of beamer
How can I insert an image (or do something else) at one and only one sectionpage in beamer? MWE as follows:
\documentclass{beamer}
\usetheme{moloch}
\title{test}
\begin{document}
\maketitle
\section{...
1
vote
2
answers
183
views
How do I install the Fira Sans font for Metropolis Beamer theme?
I am working locally to make a LaTeX presentation with Beamer, using Metropolis as my theme. However, after installing and running Metropolis, the fonts on my slides look a bit off (they feel way too ...
1
vote
1
answer
143
views
Font Differences in Metropolis Beamer Theme: How to Match the Font in Matthias Vogelsang's Original Output?
I have encountered an issue where the font in my output looks slightly different from the original output in the example provided by Matthias Vogelsang. Below, you can see two images: on the left is ...
0
votes
1
answer
98
views
How to change color and the pagenumber color of the standout frame of metropolis beamer?
I want to change the background color of the standount frame in metropolis theme with \setbeamercolor{palette primary}{bg=cyan} after consulting the origin code(show as below) , but it turn out to be ...
1
vote
1
answer
91
views
Beamer Metropolis frametitle at the bottom
Is it possible to have the frametitle be at the bottom of the frame instead of the top ?
I'm a teacher and I use the frametitle to remind students of which section we are in but it's less important ...
0
votes
1
answer
164
views
Patching frame title failed in MacTex 2024
I have an error when compiling a theme derived from the metropolis beamer theme using MacTeX 2024 version. Specifically, the following line in beamerfontthememetropolis.sty will throw out an error ...
0
votes
1
answer
111
views
\footfullcite not changing font size with new version of LaTeX
With the the 2023 version of LaTeX, the font size of footnotes with \footfullcite is larger than the font size of footnote, even if I use \setbeamerfont{footnote}{size=\tiny}.
Everything works well ...
1
vote
1
answer
85
views
Conflict between TikZ math library and Beamer Metropolis + XeLaTeX
I am having trouble using the TikZ library math in a Beamer metropolis document compiled with XeLaTeX. I need XeLaTeX to use the beautiful Fira fonts.
Here is an example:
\documentclass{beamer}
\...
1
vote
1
answer
60
views
Overprint messing with block environment
Is there a reason that the text in the block inside the overprint environment moves up and is there a way to globally correct this?
MWE:
\documentclass[10pt]{beamer}
\usetheme[block=fill]{metropolis}
\...
1
vote
1
answer
223
views
How to increase right inner block padding with Metropolis Beamer theme?
With the Metropolis Beamer theme, I'm missing the right inner block padding. It seems to be specifically related to lists inside blocks. An exemplary source:
\documentclass{beamer}
\usetheme{...
2
votes
1
answer
114
views
Add flexible space (\vfill?) above frame title in Metropolis Beamer
I like slides with little content, see below, but I would like the empty space being part above the frame title so that frame contents and frame title are not so far away from each other, essentially ...
1
vote
1
answer
73
views
Empty slide showing the title of each subsection (beamer Metropolis)
I have just a simple question about the beamer template Metropolis.
I would like to have an empty slide showing the title of each subsection (exactly as for the section).
How can I do that?
Thanks !