Is there a way to get `mathscr' with lower case letters in pdfLaTeX? The Next CEO of Stack Overflowmathscr (LaTeX or XeLaTeX)Blackboard bold characterssome greek letters disappear from PDFs included with includegraphicsBeamer 3.30 with helvet - Problem with upper-case Greekpoor man's condensed with pdflatexlower case calligraphic letters in mathdesignHeadings with Trajan fontA calligraphic font with small (lowercase) lettersHow to use mathbbol only for greek and lowercaseA calligraphic font with lowercase letters, using mathscr style and not boldedIs there a way to write slanted non-italic (especially bold/bb lowercase) letters in math mode?
Display a text message if the shortcode is not found?
Make solar eclipses exceedingly rare, but still have new moons
I'm self employed. Can I contribute to my previous employers 401k?
Combine columns from several files into one
Reference request: Grassmannian and Plucker coordinates in type B, C, D
Why the difference in type-inference over the as-pattern in two similar function definitions?
Are there any limitations on attacking while grappling?
Why do we use the plural of movies in this phrase "We went to the movies last night."?
Can we say or write : "No, it'sn't"?
Recycling old answers
What can we do to stop prior company from asking us questions?
Can I equip Skullclamp on a creature I am sacrificing?
Why doesn't UK go for the same deal Japan has with EU to resolve Brexit?
Why do professional authors make "consistency" mistakes? And how to avoid them?
Why don't programming languages automatically manage the synchronous/asynchronous problem?
What does "Its cash flow is deeply negative" mean?
How did the Bene Gesserit know how to make a Kwisatz Haderach?
How to place nodes around a circle from some initial angle?
Why didn't Khan get resurrected in the Genesis Explosion?
Why this way of making earth uninhabitable in Interstellar?
To not tell, not take, and not want
Help understanding this unsettling image of Titan, Epimetheus, and Saturn's rings?
Is 'diverse range' a pleonastic phrase?
Plot of histogram similar to output from @risk
Is there a way to get `mathscr' with lower case letters in pdfLaTeX?
The Next CEO of Stack Overflowmathscr (LaTeX or XeLaTeX)Blackboard bold characterssome greek letters disappear from PDFs included with includegraphicsBeamer 3.30 with helvet - Problem with upper-case Greekpoor man's condensed with pdflatexlower case calligraphic letters in mathdesignHeadings with Trajan fontA calligraphic font with small (lowercase) lettersHow to use mathbbol only for greek and lowercaseA calligraphic font with lowercase letters, using mathscr style and not boldedIs there a way to write slanted non-italic (especially bold/bb lowercase) letters in math mode?
The answer at https://tex.stackexchange.com/a/151552/ notes that in pdfLaTeX the commandmathscr from the package mathrsfs only supports capital letters. Will some other package let me use mathscr in lower case in pdfLaTeX?.
fonts
add a comment |
The answer at https://tex.stackexchange.com/a/151552/ notes that in pdfLaTeX the commandmathscr from the package mathrsfs only supports capital letters. Will some other package let me use mathscr in lower case in pdfLaTeX?.
fonts
1
stix (and stix2) fonts (and packages of same name) have lowercase script alphabet
– David Carlisle
Mar 22 at 14:57
add a comment |
The answer at https://tex.stackexchange.com/a/151552/ notes that in pdfLaTeX the commandmathscr from the package mathrsfs only supports capital letters. Will some other package let me use mathscr in lower case in pdfLaTeX?.
fonts
The answer at https://tex.stackexchange.com/a/151552/ notes that in pdfLaTeX the commandmathscr from the package mathrsfs only supports capital letters. Will some other package let me use mathscr in lower case in pdfLaTeX?.
fonts
fonts
edited Mar 22 at 15:00
Marijn
8,354636
8,354636
asked Mar 22 at 14:47
Colin McLartyColin McLarty
1,1903924
1,1903924
1
stix (and stix2) fonts (and packages of same name) have lowercase script alphabet
– David Carlisle
Mar 22 at 14:57
add a comment |
1
stix (and stix2) fonts (and packages of same name) have lowercase script alphabet
– David Carlisle
Mar 22 at 14:57
1
1
stix (and stix2) fonts (and packages of same name) have lowercase script alphabet
– David Carlisle
Mar 22 at 14:57
stix (and stix2) fonts (and packages of same name) have lowercase script alphabet
– David Carlisle
Mar 22 at 14:57
add a comment |
2 Answers
2
active
oldest
votes
You also can have lowercase script font with Adobe Bickham (bickham package) and with dutchcal:


add a comment |
Closest thing I know are the boondox fonts (derived from the stix fonts); they are best accessed through the package mathalfa. The code
documentclassarticle
usepackage[cal=boondox,scr=boondoxo]mathalfa
begindocument
$mathcalAaBbCcDdEeFf$
$mathscrAaBbCcDdEeFf$
enddocument
replaces mathcal by the boondox fonts, and mathscr by boondoxo (similar but less slanted).

The mathalfa documentation contains more examples and informations.
When I first pdfLaTeXed this file it had me download package mathalfa, which makes sense. But since then it just gives an error message !pdfTeX error: pdflatex.exe (file zxxrow7z): Font zxxrow7z at 600 not found ==> Fatal error occurred, no output PDF file produced!
– Colin McLarty
Mar 22 at 15:07
@colin-mclarty Maybe you need to install boondox?
– frougon
Mar 22 at 15:13
Apparently you don't have a full installation. Besides the packagemathalfayou should install also the related fonts. How to do that depends on your system.
– campa
Mar 22 at 15:14
Boondox is installed.
– Colin McLarty
Mar 22 at 15:17
1
Your system doesn't find the postcript font files, so it tries to make bitmap fonts. Launch MiKTeX console, and in theTasksmenu, selectRefresh font map files.
– Bernard
Mar 22 at 19:20
|
show 5 more comments
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%2f480924%2fis-there-a-way-to-get-mathscr-with-lower-case-letters-in-pdflatex%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You also can have lowercase script font with Adobe Bickham (bickham package) and with dutchcal:


add a comment |
You also can have lowercase script font with Adobe Bickham (bickham package) and with dutchcal:


add a comment |
You also can have lowercase script font with Adobe Bickham (bickham package) and with dutchcal:


You also can have lowercase script font with Adobe Bickham (bickham package) and with dutchcal:


edited Mar 22 at 16:05
answered Mar 22 at 15:45
BernardBernard
174k776207
174k776207
add a comment |
add a comment |
Closest thing I know are the boondox fonts (derived from the stix fonts); they are best accessed through the package mathalfa. The code
documentclassarticle
usepackage[cal=boondox,scr=boondoxo]mathalfa
begindocument
$mathcalAaBbCcDdEeFf$
$mathscrAaBbCcDdEeFf$
enddocument
replaces mathcal by the boondox fonts, and mathscr by boondoxo (similar but less slanted).

The mathalfa documentation contains more examples and informations.
When I first pdfLaTeXed this file it had me download package mathalfa, which makes sense. But since then it just gives an error message !pdfTeX error: pdflatex.exe (file zxxrow7z): Font zxxrow7z at 600 not found ==> Fatal error occurred, no output PDF file produced!
– Colin McLarty
Mar 22 at 15:07
@colin-mclarty Maybe you need to install boondox?
– frougon
Mar 22 at 15:13
Apparently you don't have a full installation. Besides the packagemathalfayou should install also the related fonts. How to do that depends on your system.
– campa
Mar 22 at 15:14
Boondox is installed.
– Colin McLarty
Mar 22 at 15:17
1
Your system doesn't find the postcript font files, so it tries to make bitmap fonts. Launch MiKTeX console, and in theTasksmenu, selectRefresh font map files.
– Bernard
Mar 22 at 19:20
|
show 5 more comments
Closest thing I know are the boondox fonts (derived from the stix fonts); they are best accessed through the package mathalfa. The code
documentclassarticle
usepackage[cal=boondox,scr=boondoxo]mathalfa
begindocument
$mathcalAaBbCcDdEeFf$
$mathscrAaBbCcDdEeFf$
enddocument
replaces mathcal by the boondox fonts, and mathscr by boondoxo (similar but less slanted).

The mathalfa documentation contains more examples and informations.
When I first pdfLaTeXed this file it had me download package mathalfa, which makes sense. But since then it just gives an error message !pdfTeX error: pdflatex.exe (file zxxrow7z): Font zxxrow7z at 600 not found ==> Fatal error occurred, no output PDF file produced!
– Colin McLarty
Mar 22 at 15:07
@colin-mclarty Maybe you need to install boondox?
– frougon
Mar 22 at 15:13
Apparently you don't have a full installation. Besides the packagemathalfayou should install also the related fonts. How to do that depends on your system.
– campa
Mar 22 at 15:14
Boondox is installed.
– Colin McLarty
Mar 22 at 15:17
1
Your system doesn't find the postcript font files, so it tries to make bitmap fonts. Launch MiKTeX console, and in theTasksmenu, selectRefresh font map files.
– Bernard
Mar 22 at 19:20
|
show 5 more comments
Closest thing I know are the boondox fonts (derived from the stix fonts); they are best accessed through the package mathalfa. The code
documentclassarticle
usepackage[cal=boondox,scr=boondoxo]mathalfa
begindocument
$mathcalAaBbCcDdEeFf$
$mathscrAaBbCcDdEeFf$
enddocument
replaces mathcal by the boondox fonts, and mathscr by boondoxo (similar but less slanted).

The mathalfa documentation contains more examples and informations.
Closest thing I know are the boondox fonts (derived from the stix fonts); they are best accessed through the package mathalfa. The code
documentclassarticle
usepackage[cal=boondox,scr=boondoxo]mathalfa
begindocument
$mathcalAaBbCcDdEeFf$
$mathscrAaBbCcDdEeFf$
enddocument
replaces mathcal by the boondox fonts, and mathscr by boondoxo (similar but less slanted).

The mathalfa documentation contains more examples and informations.
answered Mar 22 at 14:59
campacampa
6,64721438
6,64721438
When I first pdfLaTeXed this file it had me download package mathalfa, which makes sense. But since then it just gives an error message !pdfTeX error: pdflatex.exe (file zxxrow7z): Font zxxrow7z at 600 not found ==> Fatal error occurred, no output PDF file produced!
– Colin McLarty
Mar 22 at 15:07
@colin-mclarty Maybe you need to install boondox?
– frougon
Mar 22 at 15:13
Apparently you don't have a full installation. Besides the packagemathalfayou should install also the related fonts. How to do that depends on your system.
– campa
Mar 22 at 15:14
Boondox is installed.
– Colin McLarty
Mar 22 at 15:17
1
Your system doesn't find the postcript font files, so it tries to make bitmap fonts. Launch MiKTeX console, and in theTasksmenu, selectRefresh font map files.
– Bernard
Mar 22 at 19:20
|
show 5 more comments
When I first pdfLaTeXed this file it had me download package mathalfa, which makes sense. But since then it just gives an error message !pdfTeX error: pdflatex.exe (file zxxrow7z): Font zxxrow7z at 600 not found ==> Fatal error occurred, no output PDF file produced!
– Colin McLarty
Mar 22 at 15:07
@colin-mclarty Maybe you need to install boondox?
– frougon
Mar 22 at 15:13
Apparently you don't have a full installation. Besides the packagemathalfayou should install also the related fonts. How to do that depends on your system.
– campa
Mar 22 at 15:14
Boondox is installed.
– Colin McLarty
Mar 22 at 15:17
1
Your system doesn't find the postcript font files, so it tries to make bitmap fonts. Launch MiKTeX console, and in theTasksmenu, selectRefresh font map files.
– Bernard
Mar 22 at 19:20
When I first pdfLaTeXed this file it had me download package mathalfa, which makes sense. But since then it just gives an error message !pdfTeX error: pdflatex.exe (file zxxrow7z): Font zxxrow7z at 600 not found ==> Fatal error occurred, no output PDF file produced!
– Colin McLarty
Mar 22 at 15:07
When I first pdfLaTeXed this file it had me download package mathalfa, which makes sense. But since then it just gives an error message !pdfTeX error: pdflatex.exe (file zxxrow7z): Font zxxrow7z at 600 not found ==> Fatal error occurred, no output PDF file produced!
– Colin McLarty
Mar 22 at 15:07
@colin-mclarty Maybe you need to install boondox?
– frougon
Mar 22 at 15:13
@colin-mclarty Maybe you need to install boondox?
– frougon
Mar 22 at 15:13
Apparently you don't have a full installation. Besides the package
mathalfa you should install also the related fonts. How to do that depends on your system.– campa
Mar 22 at 15:14
Apparently you don't have a full installation. Besides the package
mathalfa you should install also the related fonts. How to do that depends on your system.– campa
Mar 22 at 15:14
Boondox is installed.
– Colin McLarty
Mar 22 at 15:17
Boondox is installed.
– Colin McLarty
Mar 22 at 15:17
1
1
Your system doesn't find the postcript font files, so it tries to make bitmap fonts. Launch MiKTeX console, and in the
Tasks menu, select Refresh font map files.– Bernard
Mar 22 at 19:20
Your system doesn't find the postcript font files, so it tries to make bitmap fonts. Launch MiKTeX console, and in the
Tasks menu, select Refresh font map files.– Bernard
Mar 22 at 19:20
|
show 5 more comments
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%2f480924%2fis-there-a-way-to-get-mathscr-with-lower-case-letters-in-pdflatex%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
stix (and stix2) fonts (and packages of same name) have lowercase script alphabet
– David Carlisle
Mar 22 at 14:57