Margins in beamer metropolis theme with outer theme infolines Announcing the arrival of Valued...
Philosophers who were composers?
What helicopter has the most rotor blades?
Will I lose my paid in full property
Why I cannot instantiate a class whose constructor is private in a friend class?
Coin Game with infinite paradox
What is the definining line between a helicopter and a drone a person can ride in?
What's parked in Mil Moscow helicopter plant?
Is it OK if I do not take the receipt in Germany?
Why is water being consumed when my shutoff valve is closed?
What's called a person who works as someone who puts products on shelves in stores?
What *exactly* is electrical current, voltage, and resistance?
What is the evidence that custom checks in Northern Ireland are going to result in violence?
Has a Nobel Peace laureate ever been accused of war crimes?
Like totally amazing interchangeable sister outfit accessory swapping or whatever
Does a Draconic Bloodline sorcerer's doubled proficiency bonus for Charisma checks against dragons apply to all dragon types or only the chosen one?
Does using the Inspiration rules for character defects encourage My Guy Syndrome?
Does Prince Arnaud cause someone holding the Princess to lose?
Is there a way to fake a method response using Mock or Stubs?
Bright yellow or light yellow?
Protagonist's race is hidden - should I reveal it?
Is it appropriate to mention a relatable company blog post when you're asked about the company?
What is the numbering system used for the DSN dishes?
My admission is revoked after accepting the admission offer
What were wait-states, and why was it only an issue for PCs?
Margins in beamer metropolis theme with outer theme 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)
I am using the metropolis theme and I want to combine it with the
useoutertheme{infolines}
It works but the margins are affected in a way that I don't like. So my question is: can I use the infolines theme with metropolis but still keep the original margins?
Below is a minimal working example. To make sense, you need to compare the compilation 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 the
useoutertheme{infolines}
It works but the margins are affected in a way that I don't like. So my question is: can I use the infolines theme with metropolis but still keep the original margins?
Below is a minimal working example. To make sense, you need to compare the compilation 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 the
useoutertheme{infolines}
It works but the margins are affected in a way that I don't like. So my question is: can I use the infolines theme with metropolis but still keep the original margins?
Below is a minimal working example. To make sense, you need to compare the compilation 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 the
useoutertheme{infolines}
It works but the margins are affected in a way that I don't like. So my question is: can I use the infolines theme with metropolis but still keep the original margins?
Below is a minimal working example. To make sense, you need to compare the compilation 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 2 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%2fmargins-in-beamer-metropolis-theme-with-outer-theme-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%2fmargins-in-beamer-metropolis-theme-with-outer-theme-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