韩国军方已与乐天集团就萨德部署签署用地交换合约
84 questions
2
votes
1
answer
41
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
3
answers
42
views
How to make my beamercolorbox wider than the theorem block inside of it?
I am making a custom beamer template and want my slides to have color boxes that frame slide contents. However, I am not able to figure out how to change the width of the theorem blocks. Manipulating ...
1
vote
1
answer
48
views
The bottom margin of bibliography frame is too narrow
I have a beamer document:
\begin{filecontents}{bib.bib}
@article{bolte2024swarm,
title={Swarm gradient dynamics for global optimization: the mean-field limit case},
author={Bolte, J{\'e}r{\^o}me ...
4
votes
2
answers
652
views
How to reduce margin size for one slide to fit a table in beamer?
I want to reduce the margin size for one slide so I can put a wider table into it. I have this MWE:
\documentclass{beamer}
\usepackage{geometry}
\usepackage{tabularray}
\setbeamertemplate{frametitle}[...
2
votes
1
answer
110
views
Align a figure to the left in a column in beamer
The frame is divided into two columns, and both columns contain figures. However, the space on the left side of the first column is too large (as indicated in the image), and I would like to push the ...
1
vote
1
answer
48
views
Change beamer size after loading a beamertemplate
I am writing the code for a beamer template. I have two different templates for the frametitle, one of them makes the frame a little asymmetric. Hence, I set the text margin left and the text margin ...
3
votes
1
answer
136
views
How to create space between block and paragraph
I am preparing a Latex Beamer presentation using the metropolis theme. The output looks good except one problem; in the definition block, there is no space between the text and the border of the block,...
1
vote
1
answer
45
views
Adjust page margins for note page with beamer
I have to rebuild a PowerPoint template with beamer and one convenient part of my solutions is to set a value for the top margin. Unfortunately this effects the note page as well. Is there a solution ...
1
vote
1
answer
129
views
Beamer footnote reduce right margin
How can I reduce the right margin of the beamer footnotes, without changing the text margin too?
Ideally, the footnotes should end approximately where the page number ends, so that for the example ...
1
vote
1
answer
55
views
Align items horizontally to equation above
I have an equation and a list explaining notation below.
Issue: I want the items to have the same margin at the left as the equation. See picture and MWE below.
MWE
\documentclass[10pt,usenames,...
0
votes
1
answer
297
views
How to get a beamer size?
While designing a custom title page for a beamer presentation I want to position a logo in the top right corner using the same marging like the rest of the page.
According to the beamer documentation ...
1
vote
1
answer
577
views
Beamer left margin setting does not remove whitespace
Using beamer, I am widening block size by 1.05X to get more text inside, using the command
\usepackage{changepage}
\addtobeamertemplate{block begin}{%
\setlength{\textwidth}{1.05\textwidth}
...
2
votes
1
answer
716
views
How to remove top margin in Latex Beamer
I'm playing around with Beamer themes and currently designing a custom title page. However, I can not figure out where the margin between the top of the frame and the top of the text comes from.
MWE:
\...
1
vote
0
answers
98
views
Setting margin in beamer theme on a slide basis [closed]
I'm developing a Latex Beamer theme that will support several slide templates. According to user command,
\slidenormal
\slidemphasis
...
The generated template may provide different margin sizes. I ...
1
vote
1
answer
106
views
Overfull in frametitle, reducing margin keeping the design
If you run this simple code you get an overfull hbox. I think the reason is that the beamercolorbox in the title is \paperwidth large.
\documentclass{beamer}
\usetheme{metropolis}
\setbeamersize{...