Using Fira with Metropolis / Miktex Windows
hope you're doing fine
I don't have a deep understanding of latex, but I'm trying to use the Metropolis theme for Beamer.
I'm running a Miktex (portable) distribution on my windows machine.
My problem is with the Fira Sans font, I installed the package fira using the Miktex package manager, but when I use the command pdflatex to compile my presentation I don't see that font used like the presentation from the demo.
Can anyone help please ?
Thank you.
beamer fonts miktex beamer-metropolis
add a comment |
hope you're doing fine
I don't have a deep understanding of latex, but I'm trying to use the Metropolis theme for Beamer.
I'm running a Miktex (portable) distribution on my windows machine.
My problem is with the Fira Sans font, I installed the package fira using the Miktex package manager, but when I use the command pdflatex to compile my presentation I don't see that font used like the presentation from the demo.
Can anyone help please ?
Thank you.
beamer fonts miktex beamer-metropolis
2
If you want to use the fira fonts, don't compile with pdflatex, but with lualatex or xelatex. The metropolis theme should give you a warning with this instructions in the .log file.
– samcarter
Nov 24 '17 at 15:19
Did you useusepackage[sfdefault]{FiraSans}
?
– Ulrike Fischer
Nov 24 '17 at 15:26
@samcarter: Why should someone not usepdflatex
with the Fira font??
– Herbert
Jan 17 at 19:47
@Herbert Metropolis uses the fire font as default IF compiled with xe/lualatex (not when compiled with pdflatex). So the easiest solution to use fira fonts is to not compile with pdflatex, because then fire fonts will automatically be used and one does not need to do anything.
– samcarter
Jan 17 at 19:56
add a comment |
hope you're doing fine
I don't have a deep understanding of latex, but I'm trying to use the Metropolis theme for Beamer.
I'm running a Miktex (portable) distribution on my windows machine.
My problem is with the Fira Sans font, I installed the package fira using the Miktex package manager, but when I use the command pdflatex to compile my presentation I don't see that font used like the presentation from the demo.
Can anyone help please ?
Thank you.
beamer fonts miktex beamer-metropolis
hope you're doing fine
I don't have a deep understanding of latex, but I'm trying to use the Metropolis theme for Beamer.
I'm running a Miktex (portable) distribution on my windows machine.
My problem is with the Fira Sans font, I installed the package fira using the Miktex package manager, but when I use the command pdflatex to compile my presentation I don't see that font used like the presentation from the demo.
Can anyone help please ?
Thank you.
beamer fonts miktex beamer-metropolis
beamer fonts miktex beamer-metropolis
edited Jan 17 at 19:36
samcarter
88.1k797281
88.1k797281
asked Nov 24 '17 at 15:12
BerraytiBerrayti
335
335
2
If you want to use the fira fonts, don't compile with pdflatex, but with lualatex or xelatex. The metropolis theme should give you a warning with this instructions in the .log file.
– samcarter
Nov 24 '17 at 15:19
Did you useusepackage[sfdefault]{FiraSans}
?
– Ulrike Fischer
Nov 24 '17 at 15:26
@samcarter: Why should someone not usepdflatex
with the Fira font??
– Herbert
Jan 17 at 19:47
@Herbert Metropolis uses the fire font as default IF compiled with xe/lualatex (not when compiled with pdflatex). So the easiest solution to use fira fonts is to not compile with pdflatex, because then fire fonts will automatically be used and one does not need to do anything.
– samcarter
Jan 17 at 19:56
add a comment |
2
If you want to use the fira fonts, don't compile with pdflatex, but with lualatex or xelatex. The metropolis theme should give you a warning with this instructions in the .log file.
– samcarter
Nov 24 '17 at 15:19
Did you useusepackage[sfdefault]{FiraSans}
?
– Ulrike Fischer
Nov 24 '17 at 15:26
@samcarter: Why should someone not usepdflatex
with the Fira font??
– Herbert
Jan 17 at 19:47
@Herbert Metropolis uses the fire font as default IF compiled with xe/lualatex (not when compiled with pdflatex). So the easiest solution to use fira fonts is to not compile with pdflatex, because then fire fonts will automatically be used and one does not need to do anything.
– samcarter
Jan 17 at 19:56
2
2
If you want to use the fira fonts, don't compile with pdflatex, but with lualatex or xelatex. The metropolis theme should give you a warning with this instructions in the .log file.
– samcarter
Nov 24 '17 at 15:19
If you want to use the fira fonts, don't compile with pdflatex, but with lualatex or xelatex. The metropolis theme should give you a warning with this instructions in the .log file.
– samcarter
Nov 24 '17 at 15:19
Did you use
usepackage[sfdefault]{FiraSans}
?– Ulrike Fischer
Nov 24 '17 at 15:26
Did you use
usepackage[sfdefault]{FiraSans}
?– Ulrike Fischer
Nov 24 '17 at 15:26
@samcarter: Why should someone not use
pdflatex
with the Fira font??– Herbert
Jan 17 at 19:47
@samcarter: Why should someone not use
pdflatex
with the Fira font??– Herbert
Jan 17 at 19:47
@Herbert Metropolis uses the fire font as default IF compiled with xe/lualatex (not when compiled with pdflatex). So the easiest solution to use fira fonts is to not compile with pdflatex, because then fire fonts will automatically be used and one does not need to do anything.
– samcarter
Jan 17 at 19:56
@Herbert Metropolis uses the fire font as default IF compiled with xe/lualatex (not when compiled with pdflatex). So the easiest solution to use fira fonts is to not compile with pdflatex, because then fire fonts will automatically be used and one does not need to do anything.
– samcarter
Jan 17 at 19:56
add a comment |
1 Answer
1
active
oldest
votes
I found a simple solution, to use XeLatex/LuaLatex instead of pdflatex.
But anyway I found an error that I fixed by Uninstalling the package fontspec and reinstalling it.
Now everything works fine.
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%2f402924%2fusing-fira-with-metropolis-miktex-windows%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
I found a simple solution, to use XeLatex/LuaLatex instead of pdflatex.
But anyway I found an error that I fixed by Uninstalling the package fontspec and reinstalling it.
Now everything works fine.
add a comment |
I found a simple solution, to use XeLatex/LuaLatex instead of pdflatex.
But anyway I found an error that I fixed by Uninstalling the package fontspec and reinstalling it.
Now everything works fine.
add a comment |
I found a simple solution, to use XeLatex/LuaLatex instead of pdflatex.
But anyway I found an error that I fixed by Uninstalling the package fontspec and reinstalling it.
Now everything works fine.
I found a simple solution, to use XeLatex/LuaLatex instead of pdflatex.
But anyway I found an error that I fixed by Uninstalling the package fontspec and reinstalling it.
Now everything works fine.
answered Nov 25 '17 at 13:34
BerraytiBerrayti
335
335
add a comment |
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%2f402924%2fusing-fira-with-metropolis-miktex-windows%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
2
If you want to use the fira fonts, don't compile with pdflatex, but with lualatex or xelatex. The metropolis theme should give you a warning with this instructions in the .log file.
– samcarter
Nov 24 '17 at 15:19
Did you use
usepackage[sfdefault]{FiraSans}
?– Ulrike Fischer
Nov 24 '17 at 15:26
@samcarter: Why should someone not use
pdflatex
with the Fira font??– Herbert
Jan 17 at 19:47
@Herbert Metropolis uses the fire font as default IF compiled with xe/lualatex (not when compiled with pdflatex). So the easiest solution to use fira fonts is to not compile with pdflatex, because then fire fonts will automatically be used and one does not need to do anything.
– samcarter
Jan 17 at 19:56