临高--人民网海南频道--人民网
164 questions
1
vote
2
answers
74
views
Compiling a Animation in a Beamer-Xelatex
I am trying to use an animation in my Beamer presentation using XeLaTeX compilation.
Specifically, I am trying to include this animation into a Beamer theme: "The Nord Beamer Theme", which ...
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 ...
0
votes
1
answer
66
views
TiKz + Beamer : positioning not working as expected
Currently, I am working with Beamer to make some slides based on tikz for decorations.
I am experiencing 2 problems with node positioning:
Cannot place the background to use all of the slide height (...
0
votes
1
answer
72
views
Unexpected black areas when using pgfpages and \useinnertheme[shadow]{rounded}
Info: beamer v3.71, pgf v3.1.10, TeX Live 2024
% compiled under xelatex
\documentclass[handout]{beamer}
\useinnertheme[shadow]{rounded}
\usepackage{pgfpages}
\pgfpagesuselayout{2 on 1}[a4paper,border ...
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}
\...
0
votes
1
answer
18
views
how to fix the frametitle override the beamer logo [duplicate]
I am trying to add a logo in the beamer, when I add the frame title, I found the logo was overrided by the frame title. how to make the transparent png shows in front of the frame title? This is the ...
2
votes
1
answer
66
views
how to make the transparent content show in beamer
I am using latex beamer to show the company logo in the top right side of beamer. This is the miminal code I am using:
\documentclass{ctexbeamer}
\usetheme{Madrid}
\usepackage{graphicx}
\...
0
votes
0
answers
66
views
Beamer block - problem with it's appearance
I made a beamer presentation with desktop that looks like...
And when I open it from mobile phone, it looks like...
\documentclass[12pt]{beamer}
\usepackage{shadowtext}
\usetheme{Warsaw}
\...
0
votes
0
answers
436
views
Embedding videos in a Beamer presentation with XeLaTeX or LuaLaTeX
I am trying to embed a video using the media9 package for a Beamer presentation. Because I use a special font, I need to compile with LuaLaTeX or XeLaTeX. Now to do this video embedding you need to ...
1
vote
0
answers
18
views
fontdimen2 in Beamer [duplicate]
How can we make the effect of the command fontdimen2\font=[size] globally available in Beamer? The effect of this command seems to only affect the main text but not any other elements.
Here is my MWE ...
1
vote
0
answers
58
views
Beamer+Polyglossia(bidi)+RTL with xelatex breaking footnote overlay
I have seen from other answers (here and here) that bidi (from polyglossia) does not play nice with beamer and RTL languages. This is indeed an example of this. However, I am curious if there is a ...
3
votes
1
answer
155
views
Unable to compile XeLaTeX after upgrading to TeXLive 2022
I am on Debian Bookworm with TeXLive version Version 3.141592653-2.6-0.999994 (TeX Live 2022/Debian) (preloaded format=xelatex 2023.6.21)
I was able to compile an MWE with TeX Live 2021. But the same ...
1
vote
0
answers
26
views
Is it possible to use the Chalkduster font in beamer? [duplicate]
I have followed the instructions here to write a mwe:
\documentclass{standalone}
%\documentclass{beamer}
\usepackage[no-math]{fontspec}
\setmainfont[Ligatures=TeX]{Chalkduster}
\usepackage[...
2
votes
1
answer
99
views
Problem of xepersian with beamer in TexLive 2023
the following code (from my previous post) without xepersian package works fine but when I add xepersian package it doesn't show the logo! (it was Ok using TexLive 2022)
\documentclass{beamer}
\...
-1
votes
1
answer
86
views
headline in Beamer: What is the syntax to add a second, static box above my current custom headline?
I have a custom headline that puts the titles of all frames into a navigation bar at the top of all slides. It is this:
\setbeamertemplate{headline}{%
\leavevmode%
\hbox{%
\begin{beamercolorbox}[...