Is there a way to get `mathscr' with lower case letters in pdfLaTeX?mathscr (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?
It grows, but water kills it
Why Shazam when there is already Superman?
Does IPv6 have similar concept of network mask?
Why can't the Brexit deadlock in the UK parliament be solved with a plurality vote?
Fear of getting stuck on one programming language / technology that is not used in my country
Hash table solution to twoSum
Strong empirical falsification of quantum mechanics based on vacuum energy density?
How do you make your own symbol when Detexify fails?
What if you are holding an Iron Flask with a demon inside and walk into Antimagic Field?
How can I avoid dust and bubbles when installing window film?
This is why we puzzle
What (the heck) is a Super Worm Equinox Moon?
How do you respond to a colleague from another team when they're wrongly expecting that you'll help them?
Electoral considerations aside, what are potential benefits, for the US, of policy changes in the tweet recognizing Israel's Golan annexation?
Angel of Condemnation - Exile creature with second ability
Plot of a tornado-shaped surface
Can disgust be a key component of horror?
Why "had" in "[something] we would have made had we used [something]"?
What are some good ways to treat frozen vegetables such that they behave like fresh vegetables when stir frying them?
Which Article Helped Get Rid of Technobabble in RPGs?
What are the balance implications behind making invisible things auto-hide?
Can a stoichiometric mixture of oxygen and methane exist as a liquid at standard pressure and some (low) temperature?
How to align my equation to left?
What is the English pronunciation of "pain au chocolat"?
Is there a way to get `mathscr' with lower case letters in pdfLaTeX?
mathscr (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
stix (and stix2) fonts (and packages of same name) have lowercase script alphabet
– David Carlisle
1 hour ago
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 1 hour ago
Marijn
8,089636
8,089636
asked 1 hour ago
Colin McLartyColin McLarty
1,1753924
1,1753924
stix (and stix2) fonts (and packages of same name) have lowercase script alphabet
– David Carlisle
1 hour ago
add a comment |
stix (and stix2) fonts (and packages of same name) have lowercase script alphabet
– David Carlisle
1 hour ago
stix (and stix2) fonts (and packages of same name) have lowercase script alphabet
– David Carlisle
1 hour ago
stix (and stix2) fonts (and packages of same name) have lowercase script alphabet
– David Carlisle
1 hour ago
add a comment |
2 Answers
2
active
oldest
votes
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
1 hour ago
@colin-mclarty Maybe you need to install boondox?
– frougon
1 hour ago
Apparently you don't have a full installation. Besides the packagemathalfa
you should install also the related fonts. How to do that depends on your system.
– campa
1 hour ago
Boondox is installed.
– Colin McLarty
1 hour ago
What is your distribution?
– Bernard
50 mins ago
add a comment |
You also can have lowercase script font with Adobe Bickham
(bickham
package) and with dutchcal
:
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%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
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
1 hour ago
@colin-mclarty Maybe you need to install boondox?
– frougon
1 hour ago
Apparently you don't have a full installation. Besides the packagemathalfa
you should install also the related fonts. How to do that depends on your system.
– campa
1 hour ago
Boondox is installed.
– Colin McLarty
1 hour ago
What is your distribution?
– Bernard
50 mins ago
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
1 hour ago
@colin-mclarty Maybe you need to install boondox?
– frougon
1 hour ago
Apparently you don't have a full installation. Besides the packagemathalfa
you should install also the related fonts. How to do that depends on your system.
– campa
1 hour ago
Boondox is installed.
– Colin McLarty
1 hour ago
What is your distribution?
– Bernard
50 mins ago
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.
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 1 hour ago


campacampa
6,57221438
6,57221438
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
1 hour ago
@colin-mclarty Maybe you need to install boondox?
– frougon
1 hour ago
Apparently you don't have a full installation. Besides the packagemathalfa
you should install also the related fonts. How to do that depends on your system.
– campa
1 hour ago
Boondox is installed.
– Colin McLarty
1 hour ago
What is your distribution?
– Bernard
50 mins ago
add a comment |
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
1 hour ago
@colin-mclarty Maybe you need to install boondox?
– frougon
1 hour ago
Apparently you don't have a full installation. Besides the packagemathalfa
you should install also the related fonts. How to do that depends on your system.
– campa
1 hour ago
Boondox is installed.
– Colin McLarty
1 hour ago
What is your distribution?
– Bernard
50 mins ago
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
1 hour ago
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
1 hour ago
@colin-mclarty Maybe you need to install boondox?
– frougon
1 hour ago
@colin-mclarty Maybe you need to install boondox?
– frougon
1 hour ago
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
1 hour ago
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
1 hour ago
Boondox is installed.
– Colin McLarty
1 hour ago
Boondox is installed.
– Colin McLarty
1 hour ago
What is your distribution?
– Bernard
50 mins ago
What is your distribution?
– Bernard
50 mins ago
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
:
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 21 mins ago
answered 41 mins ago
BernardBernard
174k776205
174k776205
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%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
stix (and stix2) fonts (and packages of same name) have lowercase script alphabet
– David Carlisle
1 hour ago