Why using babel with beamer produce warnings about rmfamily and ttfamilyWrite a class with language dependent stringsCyrillic sans font in beamer (LyX)Did the “Computer Modern” font families become a default because they're well tested and proven, or chance?Using an OTF font with beamer and lualatexLaTeX beamer: pagenumbering appendixCan we stop recommending fontspec as first choice in case lualatex is used?Who changed my Chinese character?Warnings when using babel with LuaLaTeX
Is consistent disregard for students' time "normal" in undergraduate research?
Why is coffee provided during big chess events when it contains a banned substance?
Drawing Super Mario Bros.....in LaTeX
What is the type of this light bulb?
What is the fastest algorithm for finding the natural logarithm of a big number?
Sum in bash outside while read line
How to remind myself to lock my doors
How to make a PCB based on ATtiny easily updatable by end users?
Giving a character trauma but not "diagnosing" her?
Is It Possible to Make a Computer Virus That Acts as an Anti-virus?
Big Bracket for equations
String Operation to Split on Punctuation
Self organizing bonuses?
Fill a bowl with alphabet soup
Which collation should I use for biblical Hebrew?
Did smallpox emerge in 1580?
Reading an LP/MPS file using Pyomo software
Legal aspects of the HackRF one / SDR in Switzerland?
How should I tell a professor the answer to something he doesn't know?
Having trouble with accidentals - Note-for-note vs traditional?
Would a physician with migraine better treat their patients?
How can my hammerspace safely "decompress"?
"Dear Stack Exchange, I am very disappointed in you" - How to construct a strong opening line in a letter?
'The Kukhtarev's model' or 'Kukhtarev's model' ('John's car' or 'The John's car')?
Why using babel with beamer produce warnings about rmfamily and ttfamily
Write a class with language dependent stringsCyrillic sans font in beamer (LyX)Did the “Computer Modern” font families become a default because they're well tested and proven, or chance?Using an OTF font with beamer and lualatexLaTeX beamer: pagenumbering appendixCan we stop recommending fontspec as first choice in case lualatex is used?Who changed my Chinese character?Warnings when using babel with LuaLaTeX
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I have babel v3.34 a simple example with beamer which I have added a sans serif font family with babelfontsf[Language=Default]DejaVu Serif produce such warnings
Package babel Warning: The following fonts are not babel standard
families:
- rmfamily / lmr [lmroman10-regular]:+tlig; at 10.95pt
- ttfamily / lmtt [lmmono10-regular]: at 10.95pt
There is nothing intrinsically wrong with it, but 'babel' will no set Script and
Language. Consider defining a new family with babelfont.
documentclassbeamer
usepackage[english]babel
babelfontsf[Language=Default]Deja Vu Serif
begindocument
beginframe
Test
endframe
enddocument
Why I need to add a roman font family and a teletype font family?
( equivalent MWE with fontspec produce result without any warnings )
@JavierBezos
beamer fonts luatex babel
add a comment
|
I have babel v3.34 a simple example with beamer which I have added a sans serif font family with babelfontsf[Language=Default]DejaVu Serif produce such warnings
Package babel Warning: The following fonts are not babel standard
families:
- rmfamily / lmr [lmroman10-regular]:+tlig; at 10.95pt
- ttfamily / lmtt [lmmono10-regular]: at 10.95pt
There is nothing intrinsically wrong with it, but 'babel' will no set Script and
Language. Consider defining a new family with babelfont.
documentclassbeamer
usepackage[english]babel
babelfontsf[Language=Default]Deja Vu Serif
begindocument
beginframe
Test
endframe
enddocument
Why I need to add a roman font family and a teletype font family?
( equivalent MWE with fontspec produce result without any warnings )
@JavierBezos
beamer fonts luatex babel
add a comment
|
I have babel v3.34 a simple example with beamer which I have added a sans serif font family with babelfontsf[Language=Default]DejaVu Serif produce such warnings
Package babel Warning: The following fonts are not babel standard
families:
- rmfamily / lmr [lmroman10-regular]:+tlig; at 10.95pt
- ttfamily / lmtt [lmmono10-regular]: at 10.95pt
There is nothing intrinsically wrong with it, but 'babel' will no set Script and
Language. Consider defining a new family with babelfont.
documentclassbeamer
usepackage[english]babel
babelfontsf[Language=Default]Deja Vu Serif
begindocument
beginframe
Test
endframe
enddocument
Why I need to add a roman font family and a teletype font family?
( equivalent MWE with fontspec produce result without any warnings )
@JavierBezos
beamer fonts luatex babel
I have babel v3.34 a simple example with beamer which I have added a sans serif font family with babelfontsf[Language=Default]DejaVu Serif produce such warnings
Package babel Warning: The following fonts are not babel standard
families:
- rmfamily / lmr [lmroman10-regular]:+tlig; at 10.95pt
- ttfamily / lmtt [lmmono10-regular]: at 10.95pt
There is nothing intrinsically wrong with it, but 'babel' will no set Script and
Language. Consider defining a new family with babelfont.
documentclassbeamer
usepackage[english]babel
babelfontsf[Language=Default]Deja Vu Serif
begindocument
beginframe
Test
endframe
enddocument
Why I need to add a roman font family and a teletype font family?
( equivalent MWE with fontspec produce result without any warnings )
@JavierBezos
beamer fonts luatex babel
beamer fonts luatex babel
edited 4 hours ago
Salim Bou
asked 8 hours ago
Salim BouSalim Bou
12.1k1 gold badge16 silver badges44 bronze badges
12.1k1 gold badge16 silver badges44 bronze badges
add a comment
|
add a comment
|
1 Answer
1
active
oldest
votes
The package babel is informing you that you lack definitions for the serif family and the mono family.
documentclassbeamer
usefontthemeprofessionalfonts
usepackage[english]babel
babelfontrm[Language=Default]DejaVu Serif
babelfontsf[Language=Default]DejaVu Serif
babelfonttt[Language=Default]DejaVu Sans Mono
begindocument
beginframe
Test
endframe
enddocument
Thanks for your response but my question is why babel requests rmfamily and a ttfamily font? I thought we just need a sans serif font with beamer. Withfontspecwe add just the sans serif family.
– Salim Bou
8 hours ago
@SalimBou Apparently you need to. It should be asked to Javier why.
– egreg
8 hours ago
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/4.0/"u003ecc by-sa 4.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%2f511079%2fwhy-using-babel-with-beamer-produce-warnings-about-rmfamily-and-ttfamily%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 package babel is informing you that you lack definitions for the serif family and the mono family.
documentclassbeamer
usefontthemeprofessionalfonts
usepackage[english]babel
babelfontrm[Language=Default]DejaVu Serif
babelfontsf[Language=Default]DejaVu Serif
babelfonttt[Language=Default]DejaVu Sans Mono
begindocument
beginframe
Test
endframe
enddocument
Thanks for your response but my question is why babel requests rmfamily and a ttfamily font? I thought we just need a sans serif font with beamer. Withfontspecwe add just the sans serif family.
– Salim Bou
8 hours ago
@SalimBou Apparently you need to. It should be asked to Javier why.
– egreg
8 hours ago
add a comment
|
The package babel is informing you that you lack definitions for the serif family and the mono family.
documentclassbeamer
usefontthemeprofessionalfonts
usepackage[english]babel
babelfontrm[Language=Default]DejaVu Serif
babelfontsf[Language=Default]DejaVu Serif
babelfonttt[Language=Default]DejaVu Sans Mono
begindocument
beginframe
Test
endframe
enddocument
Thanks for your response but my question is why babel requests rmfamily and a ttfamily font? I thought we just need a sans serif font with beamer. Withfontspecwe add just the sans serif family.
– Salim Bou
8 hours ago
@SalimBou Apparently you need to. It should be asked to Javier why.
– egreg
8 hours ago
add a comment
|
The package babel is informing you that you lack definitions for the serif family and the mono family.
documentclassbeamer
usefontthemeprofessionalfonts
usepackage[english]babel
babelfontrm[Language=Default]DejaVu Serif
babelfontsf[Language=Default]DejaVu Serif
babelfonttt[Language=Default]DejaVu Sans Mono
begindocument
beginframe
Test
endframe
enddocument
The package babel is informing you that you lack definitions for the serif family and the mono family.
documentclassbeamer
usefontthemeprofessionalfonts
usepackage[english]babel
babelfontrm[Language=Default]DejaVu Serif
babelfontsf[Language=Default]DejaVu Serif
babelfonttt[Language=Default]DejaVu Sans Mono
begindocument
beginframe
Test
endframe
enddocument
answered 8 hours ago
egregegreg
773k92 gold badges2017 silver badges3379 bronze badges
773k92 gold badges2017 silver badges3379 bronze badges
Thanks for your response but my question is why babel requests rmfamily and a ttfamily font? I thought we just need a sans serif font with beamer. Withfontspecwe add just the sans serif family.
– Salim Bou
8 hours ago
@SalimBou Apparently you need to. It should be asked to Javier why.
– egreg
8 hours ago
add a comment
|
Thanks for your response but my question is why babel requests rmfamily and a ttfamily font? I thought we just need a sans serif font with beamer. Withfontspecwe add just the sans serif family.
– Salim Bou
8 hours ago
@SalimBou Apparently you need to. It should be asked to Javier why.
– egreg
8 hours ago
Thanks for your response but my question is why babel requests rmfamily and a ttfamily font? I thought we just need a sans serif font with beamer. With
fontspec we add just the sans serif family.– Salim Bou
8 hours ago
Thanks for your response but my question is why babel requests rmfamily and a ttfamily font? I thought we just need a sans serif font with beamer. With
fontspec we add just the sans serif family.– Salim Bou
8 hours ago
@SalimBou Apparently you need to. It should be asked to Javier why.
– egreg
8 hours ago
@SalimBou Apparently you need to. It should be asked to Javier why.
– egreg
8 hours ago
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%2f511079%2fwhy-using-babel-with-beamer-produce-warnings-about-rmfamily-and-ttfamily%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