Beamer: margins in metropolis theme when combined with infolines Announcing the arrival of...
Israeli soda type drink
What is the definining line between a helicopter and a drone a person can ride in?
What is the evidence that custom checks in Northern Ireland are going to result in violence?
Protagonist's race is hidden - should I reveal it?
Determinant of a matrix with 2 equal rows
Bright yellow or light yellow?
A journey... into the MIND
Was Objective-C really a hindrance to Apple software development?
Why does Java have support for time zone offsets with seconds precision?
Is it OK if I do not take the receipt in Germany?
Does a Draconic Bloodline sorcerer's doubled proficiency bonus for Charisma checks against dragons apply to all dragon types or only the chosen one?
Is Bran literally the world's memory?
What were wait-states, and why was it only an issue for PCs?
In search of the origins of term censor, I hit a dead end stuck with the greek term, to censor, λογοκρίνω
Putting Ant-Man on house arrest
How to translate "red flag" into Spanish?
Why doesn't the university give past final exams' answers?
Like totally amazing interchangeable sister outfit accessory swapping or whatever
When does Bran Stark remember Jamie pushing him?
Could a cockatrice have parasitic embryos?
What do you call an IPA symbol that lacks a name (e.g. ɲ)?
Are these square matrices always diagonalisable?
Test if all elements of a Foldable are the same
My admission is revoked after accepting the admission offer
Beamer: margins in metropolis theme when combined with infolines
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30 pm US/Eastern)LaTeX beamer: pagenumbering appendixBeamer metropolis theme issuePlain beamer presentation with metropolis title pageMulticolumn in ToC in Beamer with Metropolis themeHow can we change Title slide of Metropolis beamer themeLogo on the bottom of title page - beamer - metropolis themeAdd headline to metropolis themeincludegraphics within braces with metropolis beamer theme: image doesn't appearProgress bar in custom frame title in metropolis theme [beamer]Metropolis beamer title page
I am using the metropolis theme and I want to combine it with
useoutertheme{infolines}
It works nicely except of the following: the margins are affected in a way that I don't like. So my question is: can I combine infolines with metropolis but still keep the original margins?
Below is a minimal working example. To make sense, one needs to compare the compilations with the line "useoutertheme{infolines}" commented and uncommented.
documentclass[t]{beamer}
usetheme{metropolis}
%useoutertheme{infolines}
usepackage{lipsum}
title[Title]{A descriptive Title}
author[F]{First Author, Second Author, Third Author}
institute[U]{University of}
begin{document}
maketitle
section{Introduction}
begin{frame}
lipsum[3]
end{frame}
end{document}
beamer beamer-metropolis
add a comment |
I am using the metropolis theme and I want to combine it with
useoutertheme{infolines}
It works nicely except of the following: the margins are affected in a way that I don't like. So my question is: can I combine infolines with metropolis but still keep the original margins?
Below is a minimal working example. To make sense, one needs to compare the compilations with the line "useoutertheme{infolines}" commented and uncommented.
documentclass[t]{beamer}
usetheme{metropolis}
%useoutertheme{infolines}
usepackage{lipsum}
title[Title]{A descriptive Title}
author[F]{First Author, Second Author, Third Author}
institute[U]{University of}
begin{document}
maketitle
section{Introduction}
begin{frame}
lipsum[3]
end{frame}
end{document}
beamer beamer-metropolis
add a comment |
I am using the metropolis theme and I want to combine it with
useoutertheme{infolines}
It works nicely except of the following: the margins are affected in a way that I don't like. So my question is: can I combine infolines with metropolis but still keep the original margins?
Below is a minimal working example. To make sense, one needs to compare the compilations with the line "useoutertheme{infolines}" commented and uncommented.
documentclass[t]{beamer}
usetheme{metropolis}
%useoutertheme{infolines}
usepackage{lipsum}
title[Title]{A descriptive Title}
author[F]{First Author, Second Author, Third Author}
institute[U]{University of}
begin{document}
maketitle
section{Introduction}
begin{frame}
lipsum[3]
end{frame}
end{document}
beamer beamer-metropolis
I am using the metropolis theme and I want to combine it with
useoutertheme{infolines}
It works nicely except of the following: the margins are affected in a way that I don't like. So my question is: can I combine infolines with metropolis but still keep the original margins?
Below is a minimal working example. To make sense, one needs to compare the compilations with the line "useoutertheme{infolines}" commented and uncommented.
documentclass[t]{beamer}
usetheme{metropolis}
%useoutertheme{infolines}
usepackage{lipsum}
title[Title]{A descriptive Title}
author[F]{First Author, Second Author, Third Author}
institute[U]{University of}
begin{document}
maketitle
section{Introduction}
begin{frame}
lipsum[3]
end{frame}
end{document}
beamer beamer-metropolis
beamer beamer-metropolis
asked 11 mins ago
Jimmy R.Jimmy R.
1917
1917
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f487299%2fbeamer-margins-in-metropolis-theme-when-combined-with-infolines%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f487299%2fbeamer-margins-in-metropolis-theme-when-combined-with-infolines%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown