MinionPro is erroneous when using beamerLibertinusT1math printing unusual characters in BeamerHan characters replace Hiragana when using Meiryo font with CJKConflict between color, graphicx and libertineMinionPro and beamer: figure selectionEmbedding Movies with XeTeX+beamer+movie15 in TeXLive 2011TeXLive/PDFTeX fonts loading problemWhy does titlepage cause an error when using Warsaw theme?Numerical conditional within tikz keys?Beamer: handout/article mode - produce multiple copies of a frame with distinct overlay numbersLaTeX beamer: pagenumbering appendix
Why does "Endgame" have a different time travel theory?
Delete files and folders recursively in subdirectories
Is there any convention about the form IDs?
What color is a wolf's coat?
Why do new jet engines cost billions to design?
What to do if caught in a physical pentest?
May Notes contain emoji graphics?
A feasible and efficient method of fast global travel?
Does the sun cross other spiral arms in its movement around the galaxy's center?
Crack hashed passwords using a known password
What's the difference between "can't move" and "speed becomes 0"?
Did any astronauts on a mission complain about waking up?
Heavy condensation inside car during winter. Tried multiple things, but no results!
20 cards with no Set
How do shared hosting providers know you own a domain when you point the DNS to their server?
How to translate "cocotte en papier" in English?
Is 忍者/忍び also used for women?
Is there any evidence that the Brexit Party simply didn't have the resources to field as many candidates as they claimed?
Is there a bulletproof way to know a file has been successfully decrypted?
Does a small cup of coffee result in a 45% reduced blood flow to the brain?
Intersection of four circles
In TDD, should I add unit tests to refactored code?
Monoids of endomorphisms of nonisomorphic groups
How to response to requests to retest, in hope that the bug is gone?
MinionPro is erroneous when using beamer
LibertinusT1math printing unusual characters in BeamerHan characters replace Hiragana when using Meiryo font with CJKConflict between color, graphicx and libertineMinionPro and beamer: figure selectionEmbedding Movies with XeTeX+beamer+movie15 in TeXLive 2011TeXLive/PDFTeX fonts loading problemWhy does titlepage cause an error when using Warsaw theme?Numerical conditional within tikz keys?Beamer: handout/article mode - produce multiple copies of a frame with distinct overlay numbersLaTeX beamer: pagenumbering appendix
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I've installed MinionPro on OSX using the instructions here, after getting the free version of the font. The code generated too much output to paste here, but it appeared ok. I've then tried the following small working example:
% !TeX document-id = ab57b317-99c9-42bf-84cf-986427da740b
% !TEX encoding = UTF-8 Unicode
documentclassbeamer
usepackageMinionPro
begindocument
beginframe
This is a dot: $dot a$.
endframe
enddocument
Unfortunately, the dot
is erroneously compiled for me, as can be seen by the following picture. Which part of the installation did I mess up - what can I do to fix this?
beamer fonts
add a comment
|
I've installed MinionPro on OSX using the instructions here, after getting the free version of the font. The code generated too much output to paste here, but it appeared ok. I've then tried the following small working example:
% !TeX document-id = ab57b317-99c9-42bf-84cf-986427da740b
% !TEX encoding = UTF-8 Unicode
documentclassbeamer
usepackageMinionPro
begindocument
beginframe
This is a dot: $dot a$.
endframe
enddocument
Unfortunately, the dot
is erroneously compiled for me, as can be seen by the following picture. Which part of the installation did I mess up - what can I do to fix this?
beamer fonts
It seems to be a problem withbeamer
: with, say, thearticle
class, there's no problem.
– Bernard
Aug 11 at 11:10
@Bernard This is a strange one: If you use MinionPro without beamer, it works. If you use beamer with another font, it works as well. MWE here:documentclassbeamer usepackage[T1]fontenc usepackageMinionPro begindocument beginframetitel begintheorem This is a dot: [dota] endtheorem endframe enddocument
– Keks Dose
Aug 11 at 11:20
It doesn't work that well with, say,lmodern
: beamer, unconcernedly, still uses its sans maths font, and the dot is ill-placed.
– Bernard
Aug 11 at 11:47
1
Try usefontthemeprofessionalfonts (untested).
– Ulrike Fischer
Aug 11 at 13:18
@UlrikeFischer For whatever reason, that worked! You can set that up as an answer if you wish
– FooBar
Aug 11 at 14:54
add a comment
|
I've installed MinionPro on OSX using the instructions here, after getting the free version of the font. The code generated too much output to paste here, but it appeared ok. I've then tried the following small working example:
% !TeX document-id = ab57b317-99c9-42bf-84cf-986427da740b
% !TEX encoding = UTF-8 Unicode
documentclassbeamer
usepackageMinionPro
begindocument
beginframe
This is a dot: $dot a$.
endframe
enddocument
Unfortunately, the dot
is erroneously compiled for me, as can be seen by the following picture. Which part of the installation did I mess up - what can I do to fix this?
beamer fonts
I've installed MinionPro on OSX using the instructions here, after getting the free version of the font. The code generated too much output to paste here, but it appeared ok. I've then tried the following small working example:
% !TeX document-id = ab57b317-99c9-42bf-84cf-986427da740b
% !TEX encoding = UTF-8 Unicode
documentclassbeamer
usepackageMinionPro
begindocument
beginframe
This is a dot: $dot a$.
endframe
enddocument
Unfortunately, the dot
is erroneously compiled for me, as can be seen by the following picture. Which part of the installation did I mess up - what can I do to fix this?
beamer fonts
beamer fonts
edited Aug 12 at 7:29
FooBar
asked Aug 11 at 10:21
FooBarFooBar
4812 silver badges16 bronze badges
4812 silver badges16 bronze badges
It seems to be a problem withbeamer
: with, say, thearticle
class, there's no problem.
– Bernard
Aug 11 at 11:10
@Bernard This is a strange one: If you use MinionPro without beamer, it works. If you use beamer with another font, it works as well. MWE here:documentclassbeamer usepackage[T1]fontenc usepackageMinionPro begindocument beginframetitel begintheorem This is a dot: [dota] endtheorem endframe enddocument
– Keks Dose
Aug 11 at 11:20
It doesn't work that well with, say,lmodern
: beamer, unconcernedly, still uses its sans maths font, and the dot is ill-placed.
– Bernard
Aug 11 at 11:47
1
Try usefontthemeprofessionalfonts (untested).
– Ulrike Fischer
Aug 11 at 13:18
@UlrikeFischer For whatever reason, that worked! You can set that up as an answer if you wish
– FooBar
Aug 11 at 14:54
add a comment
|
It seems to be a problem withbeamer
: with, say, thearticle
class, there's no problem.
– Bernard
Aug 11 at 11:10
@Bernard This is a strange one: If you use MinionPro without beamer, it works. If you use beamer with another font, it works as well. MWE here:documentclassbeamer usepackage[T1]fontenc usepackageMinionPro begindocument beginframetitel begintheorem This is a dot: [dota] endtheorem endframe enddocument
– Keks Dose
Aug 11 at 11:20
It doesn't work that well with, say,lmodern
: beamer, unconcernedly, still uses its sans maths font, and the dot is ill-placed.
– Bernard
Aug 11 at 11:47
1
Try usefontthemeprofessionalfonts (untested).
– Ulrike Fischer
Aug 11 at 13:18
@UlrikeFischer For whatever reason, that worked! You can set that up as an answer if you wish
– FooBar
Aug 11 at 14:54
It seems to be a problem with
beamer
: with, say, the article
class, there's no problem.– Bernard
Aug 11 at 11:10
It seems to be a problem with
beamer
: with, say, the article
class, there's no problem.– Bernard
Aug 11 at 11:10
@Bernard This is a strange one: If you use MinionPro without beamer, it works. If you use beamer with another font, it works as well. MWE here:
documentclassbeamer usepackage[T1]fontenc usepackageMinionPro begindocument beginframetitel begintheorem This is a dot: [dota] endtheorem endframe enddocument
– Keks Dose
Aug 11 at 11:20
@Bernard This is a strange one: If you use MinionPro without beamer, it works. If you use beamer with another font, it works as well. MWE here:
documentclassbeamer usepackage[T1]fontenc usepackageMinionPro begindocument beginframetitel begintheorem This is a dot: [dota] endtheorem endframe enddocument
– Keks Dose
Aug 11 at 11:20
It doesn't work that well with, say,
lmodern
: beamer, unconcernedly, still uses its sans maths font, and the dot is ill-placed.– Bernard
Aug 11 at 11:47
It doesn't work that well with, say,
lmodern
: beamer, unconcernedly, still uses its sans maths font, and the dot is ill-placed.– Bernard
Aug 11 at 11:47
1
1
Try usefontthemeprofessionalfonts (untested).
– Ulrike Fischer
Aug 11 at 13:18
Try usefontthemeprofessionalfonts (untested).
– Ulrike Fischer
Aug 11 at 13:18
@UlrikeFischer For whatever reason, that worked! You can set that up as an answer if you wish
– FooBar
Aug 11 at 14:54
@UlrikeFischer For whatever reason, that worked! You can set that up as an answer if you wish
– FooBar
Aug 11 at 14:54
add a comment
|
1 Answer
1
active
oldest
votes
Load the professionalfonts
theme. To quote the documentation:
usefontthemeprofessionalfonts
This font theme does not really
change any fonts. Rather, it suppresses certain internal replacements
performed by beamer. If you use “professional fonts” (fonts that you
buy and that come with a complete set of every symbol in all modes),
you do not want beamer to meddle with the fonts you use. beamer
normally replaces certain character glyphs in mathematical text by
more appropriate versions. For example, beamer will normally replace
glyphs such that the italic characters from the main font are used for
variables in mathematical text. If your professional font package
takes care of this already, beamer’s meddling should be switched off.
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%2f503771%2fminionpro-is-erroneous-when-using-beamer%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
Load the professionalfonts
theme. To quote the documentation:
usefontthemeprofessionalfonts
This font theme does not really
change any fonts. Rather, it suppresses certain internal replacements
performed by beamer. If you use “professional fonts” (fonts that you
buy and that come with a complete set of every symbol in all modes),
you do not want beamer to meddle with the fonts you use. beamer
normally replaces certain character glyphs in mathematical text by
more appropriate versions. For example, beamer will normally replace
glyphs such that the italic characters from the main font are used for
variables in mathematical text. If your professional font package
takes care of this already, beamer’s meddling should be switched off.
add a comment
|
Load the professionalfonts
theme. To quote the documentation:
usefontthemeprofessionalfonts
This font theme does not really
change any fonts. Rather, it suppresses certain internal replacements
performed by beamer. If you use “professional fonts” (fonts that you
buy and that come with a complete set of every symbol in all modes),
you do not want beamer to meddle with the fonts you use. beamer
normally replaces certain character glyphs in mathematical text by
more appropriate versions. For example, beamer will normally replace
glyphs such that the italic characters from the main font are used for
variables in mathematical text. If your professional font package
takes care of this already, beamer’s meddling should be switched off.
add a comment
|
Load the professionalfonts
theme. To quote the documentation:
usefontthemeprofessionalfonts
This font theme does not really
change any fonts. Rather, it suppresses certain internal replacements
performed by beamer. If you use “professional fonts” (fonts that you
buy and that come with a complete set of every symbol in all modes),
you do not want beamer to meddle with the fonts you use. beamer
normally replaces certain character glyphs in mathematical text by
more appropriate versions. For example, beamer will normally replace
glyphs such that the italic characters from the main font are used for
variables in mathematical text. If your professional font package
takes care of this already, beamer’s meddling should be switched off.
Load the professionalfonts
theme. To quote the documentation:
usefontthemeprofessionalfonts
This font theme does not really
change any fonts. Rather, it suppresses certain internal replacements
performed by beamer. If you use “professional fonts” (fonts that you
buy and that come with a complete set of every symbol in all modes),
you do not want beamer to meddle with the fonts you use. beamer
normally replaces certain character glyphs in mathematical text by
more appropriate versions. For example, beamer will normally replace
glyphs such that the italic characters from the main font are used for
variables in mathematical text. If your professional font package
takes care of this already, beamer’s meddling should be switched off.
answered Aug 11 at 15:13
Ulrike FischerUlrike Fischer
220k9 gold badges332 silver badges739 bronze badges
220k9 gold badges332 silver badges739 bronze badges
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%2f503771%2fminionpro-is-erroneous-when-using-beamer%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
It seems to be a problem with
beamer
: with, say, thearticle
class, there's no problem.– Bernard
Aug 11 at 11:10
@Bernard This is a strange one: If you use MinionPro without beamer, it works. If you use beamer with another font, it works as well. MWE here:
documentclassbeamer usepackage[T1]fontenc usepackageMinionPro begindocument beginframetitel begintheorem This is a dot: [dota] endtheorem endframe enddocument
– Keks Dose
Aug 11 at 11:20
It doesn't work that well with, say,
lmodern
: beamer, unconcernedly, still uses its sans maths font, and the dot is ill-placed.– Bernard
Aug 11 at 11:47
1
Try usefontthemeprofessionalfonts (untested).
– Ulrike Fischer
Aug 11 at 13:18
@UlrikeFischer For whatever reason, that worked! You can set that up as an answer if you wish
– FooBar
Aug 11 at 14:54