Metropolis theme [beamer], changing the background of logo in the title page
I'm using the metropolis theme for beamer presentation and i have some problems with logo. In fact, I want to change the white background of my eps logo to the transparent one, so that only the colors of the letters are visible (red, blue, gray and not white).
The eps file is here and i donwload the png version to see what the figure looks like.
Thanks
Below you find my MWE and the screen of my document:
documentclass[10pt]{beamer}
usetheme[subsectionpage=progressbar,background=light]{metropolis}
usepackage{appendixnumberbeamer}
usepackage{booktabs}
usepackage[scale=2]{ccicons}
usepackage{xspace}
newcommand{themename}{textbf{textsc{metropolis}}xspace}
titlegraphic{%
includegraphics[width=.2textwidth]{example-image-a}hfill
includegraphics[width=3cm,height=1.6cm]{logo.eps}hfill
includegraphics[width=.2textwidth]{example-image-b}
}
makeatletter
setbeamertemplate{title page}{
begin{minipage}[b][paperheight]{textwidth}
vfill%
ifxinserttitlegraphic@emptyelseinserttitlegraphicfi
centering
vfill%
ifxinserttitle@emptyelseusebeamertemplate*{title}fi
ifxinsertsubtitle@emptyelseusebeamertemplate*{subtitle}fi
usebeamertemplate*{title separator}
ifxbeamer@shortauthor@emptyelseusebeamertemplate*{author}fi
ifxinsertinstitute@emptyelseusebeamertemplate*{institute}fi
ifxinsertdate@emptyelseusebeamertemplate*{date}fi
vfill
vspace*{1cm}
end{minipage}
}
setbeamertemplate{title}{
% raggedright%
linespread{1.0}%
inserttitle%
par%
vspace*{0.15em}
}
setbeamertemplate{subtitle}{
% raggedright%
insertsubtitle%
par%
vspace*{0.5em}
}
makeatother
title{My long long long long long long long long long long Title }
subtitle{My subtitle}
author{FirstName LastName \ Supervisor: My supervisor}
institute{My Institute}
date{today}
begin{document}
begin{frame}
titlepage
end{frame}
end{document}
Secondly I would like to know how to create a command for a supervisor information (like author, institute, date, ...) instead of putting his name in the author command ? and how to place it just under the author name ?
beamer backgrounds frame-title logos beamer-metropolis
add a comment |
I'm using the metropolis theme for beamer presentation and i have some problems with logo. In fact, I want to change the white background of my eps logo to the transparent one, so that only the colors of the letters are visible (red, blue, gray and not white).
The eps file is here and i donwload the png version to see what the figure looks like.
Thanks
Below you find my MWE and the screen of my document:
documentclass[10pt]{beamer}
usetheme[subsectionpage=progressbar,background=light]{metropolis}
usepackage{appendixnumberbeamer}
usepackage{booktabs}
usepackage[scale=2]{ccicons}
usepackage{xspace}
newcommand{themename}{textbf{textsc{metropolis}}xspace}
titlegraphic{%
includegraphics[width=.2textwidth]{example-image-a}hfill
includegraphics[width=3cm,height=1.6cm]{logo.eps}hfill
includegraphics[width=.2textwidth]{example-image-b}
}
makeatletter
setbeamertemplate{title page}{
begin{minipage}[b][paperheight]{textwidth}
vfill%
ifxinserttitlegraphic@emptyelseinserttitlegraphicfi
centering
vfill%
ifxinserttitle@emptyelseusebeamertemplate*{title}fi
ifxinsertsubtitle@emptyelseusebeamertemplate*{subtitle}fi
usebeamertemplate*{title separator}
ifxbeamer@shortauthor@emptyelseusebeamertemplate*{author}fi
ifxinsertinstitute@emptyelseusebeamertemplate*{institute}fi
ifxinsertdate@emptyelseusebeamertemplate*{date}fi
vfill
vspace*{1cm}
end{minipage}
}
setbeamertemplate{title}{
% raggedright%
linespread{1.0}%
inserttitle%
par%
vspace*{0.15em}
}
setbeamertemplate{subtitle}{
% raggedright%
insertsubtitle%
par%
vspace*{0.5em}
}
makeatother
title{My long long long long long long long long long long Title }
subtitle{My subtitle}
author{FirstName LastName \ Supervisor: My supervisor}
institute{My Institute}
date{today}
begin{document}
begin{frame}
titlepage
end{frame}
end{document}
Secondly I would like to know how to create a command for a supervisor information (like author, institute, date, ...) instead of putting his name in the author command ? and how to place it just under the author name ?
beamer backgrounds frame-title logos beamer-metropolis
1
For the second, although I don't know if it could be applied tobeamer
, tex.stackexchange.com/questions/58506/…
– Ignasi
Feb 4 '18 at 15:53
1
For the first: tex.stackexchange.com/questions/384186/…
– Ignasi
Feb 4 '18 at 15:57
add a comment |
I'm using the metropolis theme for beamer presentation and i have some problems with logo. In fact, I want to change the white background of my eps logo to the transparent one, so that only the colors of the letters are visible (red, blue, gray and not white).
The eps file is here and i donwload the png version to see what the figure looks like.
Thanks
Below you find my MWE and the screen of my document:
documentclass[10pt]{beamer}
usetheme[subsectionpage=progressbar,background=light]{metropolis}
usepackage{appendixnumberbeamer}
usepackage{booktabs}
usepackage[scale=2]{ccicons}
usepackage{xspace}
newcommand{themename}{textbf{textsc{metropolis}}xspace}
titlegraphic{%
includegraphics[width=.2textwidth]{example-image-a}hfill
includegraphics[width=3cm,height=1.6cm]{logo.eps}hfill
includegraphics[width=.2textwidth]{example-image-b}
}
makeatletter
setbeamertemplate{title page}{
begin{minipage}[b][paperheight]{textwidth}
vfill%
ifxinserttitlegraphic@emptyelseinserttitlegraphicfi
centering
vfill%
ifxinserttitle@emptyelseusebeamertemplate*{title}fi
ifxinsertsubtitle@emptyelseusebeamertemplate*{subtitle}fi
usebeamertemplate*{title separator}
ifxbeamer@shortauthor@emptyelseusebeamertemplate*{author}fi
ifxinsertinstitute@emptyelseusebeamertemplate*{institute}fi
ifxinsertdate@emptyelseusebeamertemplate*{date}fi
vfill
vspace*{1cm}
end{minipage}
}
setbeamertemplate{title}{
% raggedright%
linespread{1.0}%
inserttitle%
par%
vspace*{0.15em}
}
setbeamertemplate{subtitle}{
% raggedright%
insertsubtitle%
par%
vspace*{0.5em}
}
makeatother
title{My long long long long long long long long long long Title }
subtitle{My subtitle}
author{FirstName LastName \ Supervisor: My supervisor}
institute{My Institute}
date{today}
begin{document}
begin{frame}
titlepage
end{frame}
end{document}
Secondly I would like to know how to create a command for a supervisor information (like author, institute, date, ...) instead of putting his name in the author command ? and how to place it just under the author name ?
beamer backgrounds frame-title logos beamer-metropolis
I'm using the metropolis theme for beamer presentation and i have some problems with logo. In fact, I want to change the white background of my eps logo to the transparent one, so that only the colors of the letters are visible (red, blue, gray and not white).
The eps file is here and i donwload the png version to see what the figure looks like.
Thanks
Below you find my MWE and the screen of my document:
documentclass[10pt]{beamer}
usetheme[subsectionpage=progressbar,background=light]{metropolis}
usepackage{appendixnumberbeamer}
usepackage{booktabs}
usepackage[scale=2]{ccicons}
usepackage{xspace}
newcommand{themename}{textbf{textsc{metropolis}}xspace}
titlegraphic{%
includegraphics[width=.2textwidth]{example-image-a}hfill
includegraphics[width=3cm,height=1.6cm]{logo.eps}hfill
includegraphics[width=.2textwidth]{example-image-b}
}
makeatletter
setbeamertemplate{title page}{
begin{minipage}[b][paperheight]{textwidth}
vfill%
ifxinserttitlegraphic@emptyelseinserttitlegraphicfi
centering
vfill%
ifxinserttitle@emptyelseusebeamertemplate*{title}fi
ifxinsertsubtitle@emptyelseusebeamertemplate*{subtitle}fi
usebeamertemplate*{title separator}
ifxbeamer@shortauthor@emptyelseusebeamertemplate*{author}fi
ifxinsertinstitute@emptyelseusebeamertemplate*{institute}fi
ifxinsertdate@emptyelseusebeamertemplate*{date}fi
vfill
vspace*{1cm}
end{minipage}
}
setbeamertemplate{title}{
% raggedright%
linespread{1.0}%
inserttitle%
par%
vspace*{0.15em}
}
setbeamertemplate{subtitle}{
% raggedright%
insertsubtitle%
par%
vspace*{0.5em}
}
makeatother
title{My long long long long long long long long long long Title }
subtitle{My subtitle}
author{FirstName LastName \ Supervisor: My supervisor}
institute{My Institute}
date{today}
begin{document}
begin{frame}
titlepage
end{frame}
end{document}
Secondly I would like to know how to create a command for a supervisor information (like author, institute, date, ...) instead of putting his name in the author command ? and how to place it just under the author name ?
beamer backgrounds frame-title logos beamer-metropolis
beamer backgrounds frame-title logos beamer-metropolis
edited Jan 16 at 21:18
samcarter
88k797281
88k797281
asked Feb 4 '18 at 13:28
FiesAtoSFiesAtoS
635
635
1
For the second, although I don't know if it could be applied tobeamer
, tex.stackexchange.com/questions/58506/…
– Ignasi
Feb 4 '18 at 15:53
1
For the first: tex.stackexchange.com/questions/384186/…
– Ignasi
Feb 4 '18 at 15:57
add a comment |
1
For the second, although I don't know if it could be applied tobeamer
, tex.stackexchange.com/questions/58506/…
– Ignasi
Feb 4 '18 at 15:53
1
For the first: tex.stackexchange.com/questions/384186/…
– Ignasi
Feb 4 '18 at 15:57
1
1
For the second, although I don't know if it could be applied to
beamer
, tex.stackexchange.com/questions/58506/…– Ignasi
Feb 4 '18 at 15:53
For the second, although I don't know if it could be applied to
beamer
, tex.stackexchange.com/questions/58506/…– Ignasi
Feb 4 '18 at 15:53
1
1
For the first: tex.stackexchange.com/questions/384186/…
– Ignasi
Feb 4 '18 at 15:57
For the first: tex.stackexchange.com/questions/384186/…
– Ignasi
Feb 4 '18 at 15:57
add a comment |
1 Answer
1
active
oldest
votes
The .eps file you linked to is no true vector graphic but simply has an image included. Thus the quality will not get any worse if you simply remove the white background from the logo, e.g. with gimp. The resulting image:
This logo can be included as usual (I added keepaspectratio
to not distort the image):
documentclass[10pt]{beamer}
usetheme[subsectionpage=progressbar,background=light]{metropolis}
titlegraphic{%
includegraphics[width=.2textwidth]{example-image-a}hfill
includegraphics[width=3cm,height=1.6cm,keepaspectratio]{mJeal}hfill
includegraphics[width=.2textwidth]{example-image-b}
}
begin{document}
begin{frame}
titlepage
end{frame}
end{document}
Thanks, but i dont know how I do remove the wihte background and get an eps file instead of png picture ?
– FiesAtoS
Feb 4 '18 at 17:55
1
@FiesAtoS Why do you want an eps file? For non-vector images you can just as well use the png file. You don't need to remove the background, I already did this for you: i.stack.imgur.com/mJeal.png
– samcarter
Feb 4 '18 at 17:56
Yes but when I compile with png file i get this error : Cannot determine size of graphic in mJeal.png . I use fast compile and i can't use pdfLatex . Thanks again
– FiesAtoS
Feb 4 '18 at 17:59
@FiesAtoS I am not sure if .eps supports transparency.
– samcarter
Feb 4 '18 at 20:43
add a comment |
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%2f413640%2fmetropolis-theme-beamer-changing-the-background-of-logo-in-the-title-page%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The .eps file you linked to is no true vector graphic but simply has an image included. Thus the quality will not get any worse if you simply remove the white background from the logo, e.g. with gimp. The resulting image:
This logo can be included as usual (I added keepaspectratio
to not distort the image):
documentclass[10pt]{beamer}
usetheme[subsectionpage=progressbar,background=light]{metropolis}
titlegraphic{%
includegraphics[width=.2textwidth]{example-image-a}hfill
includegraphics[width=3cm,height=1.6cm,keepaspectratio]{mJeal}hfill
includegraphics[width=.2textwidth]{example-image-b}
}
begin{document}
begin{frame}
titlepage
end{frame}
end{document}
Thanks, but i dont know how I do remove the wihte background and get an eps file instead of png picture ?
– FiesAtoS
Feb 4 '18 at 17:55
1
@FiesAtoS Why do you want an eps file? For non-vector images you can just as well use the png file. You don't need to remove the background, I already did this for you: i.stack.imgur.com/mJeal.png
– samcarter
Feb 4 '18 at 17:56
Yes but when I compile with png file i get this error : Cannot determine size of graphic in mJeal.png . I use fast compile and i can't use pdfLatex . Thanks again
– FiesAtoS
Feb 4 '18 at 17:59
@FiesAtoS I am not sure if .eps supports transparency.
– samcarter
Feb 4 '18 at 20:43
add a comment |
The .eps file you linked to is no true vector graphic but simply has an image included. Thus the quality will not get any worse if you simply remove the white background from the logo, e.g. with gimp. The resulting image:
This logo can be included as usual (I added keepaspectratio
to not distort the image):
documentclass[10pt]{beamer}
usetheme[subsectionpage=progressbar,background=light]{metropolis}
titlegraphic{%
includegraphics[width=.2textwidth]{example-image-a}hfill
includegraphics[width=3cm,height=1.6cm,keepaspectratio]{mJeal}hfill
includegraphics[width=.2textwidth]{example-image-b}
}
begin{document}
begin{frame}
titlepage
end{frame}
end{document}
Thanks, but i dont know how I do remove the wihte background and get an eps file instead of png picture ?
– FiesAtoS
Feb 4 '18 at 17:55
1
@FiesAtoS Why do you want an eps file? For non-vector images you can just as well use the png file. You don't need to remove the background, I already did this for you: i.stack.imgur.com/mJeal.png
– samcarter
Feb 4 '18 at 17:56
Yes but when I compile with png file i get this error : Cannot determine size of graphic in mJeal.png . I use fast compile and i can't use pdfLatex . Thanks again
– FiesAtoS
Feb 4 '18 at 17:59
@FiesAtoS I am not sure if .eps supports transparency.
– samcarter
Feb 4 '18 at 20:43
add a comment |
The .eps file you linked to is no true vector graphic but simply has an image included. Thus the quality will not get any worse if you simply remove the white background from the logo, e.g. with gimp. The resulting image:
This logo can be included as usual (I added keepaspectratio
to not distort the image):
documentclass[10pt]{beamer}
usetheme[subsectionpage=progressbar,background=light]{metropolis}
titlegraphic{%
includegraphics[width=.2textwidth]{example-image-a}hfill
includegraphics[width=3cm,height=1.6cm,keepaspectratio]{mJeal}hfill
includegraphics[width=.2textwidth]{example-image-b}
}
begin{document}
begin{frame}
titlepage
end{frame}
end{document}
The .eps file you linked to is no true vector graphic but simply has an image included. Thus the quality will not get any worse if you simply remove the white background from the logo, e.g. with gimp. The resulting image:
This logo can be included as usual (I added keepaspectratio
to not distort the image):
documentclass[10pt]{beamer}
usetheme[subsectionpage=progressbar,background=light]{metropolis}
titlegraphic{%
includegraphics[width=.2textwidth]{example-image-a}hfill
includegraphics[width=3cm,height=1.6cm,keepaspectratio]{mJeal}hfill
includegraphics[width=.2textwidth]{example-image-b}
}
begin{document}
begin{frame}
titlepage
end{frame}
end{document}
answered Feb 4 '18 at 17:49
samcartersamcarter
88k797281
88k797281
Thanks, but i dont know how I do remove the wihte background and get an eps file instead of png picture ?
– FiesAtoS
Feb 4 '18 at 17:55
1
@FiesAtoS Why do you want an eps file? For non-vector images you can just as well use the png file. You don't need to remove the background, I already did this for you: i.stack.imgur.com/mJeal.png
– samcarter
Feb 4 '18 at 17:56
Yes but when I compile with png file i get this error : Cannot determine size of graphic in mJeal.png . I use fast compile and i can't use pdfLatex . Thanks again
– FiesAtoS
Feb 4 '18 at 17:59
@FiesAtoS I am not sure if .eps supports transparency.
– samcarter
Feb 4 '18 at 20:43
add a comment |
Thanks, but i dont know how I do remove the wihte background and get an eps file instead of png picture ?
– FiesAtoS
Feb 4 '18 at 17:55
1
@FiesAtoS Why do you want an eps file? For non-vector images you can just as well use the png file. You don't need to remove the background, I already did this for you: i.stack.imgur.com/mJeal.png
– samcarter
Feb 4 '18 at 17:56
Yes but when I compile with png file i get this error : Cannot determine size of graphic in mJeal.png . I use fast compile and i can't use pdfLatex . Thanks again
– FiesAtoS
Feb 4 '18 at 17:59
@FiesAtoS I am not sure if .eps supports transparency.
– samcarter
Feb 4 '18 at 20:43
Thanks, but i dont know how I do remove the wihte background and get an eps file instead of png picture ?
– FiesAtoS
Feb 4 '18 at 17:55
Thanks, but i dont know how I do remove the wihte background and get an eps file instead of png picture ?
– FiesAtoS
Feb 4 '18 at 17:55
1
1
@FiesAtoS Why do you want an eps file? For non-vector images you can just as well use the png file. You don't need to remove the background, I already did this for you: i.stack.imgur.com/mJeal.png
– samcarter
Feb 4 '18 at 17:56
@FiesAtoS Why do you want an eps file? For non-vector images you can just as well use the png file. You don't need to remove the background, I already did this for you: i.stack.imgur.com/mJeal.png
– samcarter
Feb 4 '18 at 17:56
Yes but when I compile with png file i get this error : Cannot determine size of graphic in mJeal.png . I use fast compile and i can't use pdfLatex . Thanks again
– FiesAtoS
Feb 4 '18 at 17:59
Yes but when I compile with png file i get this error : Cannot determine size of graphic in mJeal.png . I use fast compile and i can't use pdfLatex . Thanks again
– FiesAtoS
Feb 4 '18 at 17:59
@FiesAtoS I am not sure if .eps supports transparency.
– samcarter
Feb 4 '18 at 20:43
@FiesAtoS I am not sure if .eps supports transparency.
– samcarter
Feb 4 '18 at 20:43
add a comment |
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%2f413640%2fmetropolis-theme-beamer-changing-the-background-of-logo-in-the-title-page%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
1
For the second, although I don't know if it could be applied to
beamer
, tex.stackexchange.com/questions/58506/…– Ignasi
Feb 4 '18 at 15:53
1
For the first: tex.stackexchange.com/questions/384186/…
– Ignasi
Feb 4 '18 at 15:57