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?










5















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?.










share|improve this question



















  • 1





    stix (and stix2) fonts (and packages of same name) have lowercase script alphabet

    – David Carlisle
    Mar 22 at 14:57















5















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?.










share|improve this question



















  • 1





    stix (and stix2) fonts (and packages of same name) have lowercase script alphabet

    – David Carlisle
    Mar 22 at 14:57













5












5








5








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?.










share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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












  • 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










2 Answers
2






active

oldest

votes


















8














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



enter image description hereenter image description here






share|improve this answer
































    7














    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).



    enter image description here



    The mathalfa documentation contains more examples and informations.






    share|improve this answer























    • 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 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






    • 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 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
    );



    );













    draft saved

    draft discarded


















    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









    8














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



    enter image description hereenter image description here






    share|improve this answer





























      8














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



      enter image description hereenter image description here






      share|improve this answer



























        8












        8








        8







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



        enter image description hereenter image description here






        share|improve this answer















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



        enter image description hereenter image description here







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Mar 22 at 16:05

























        answered Mar 22 at 15:45









        BernardBernard

        174k776207




        174k776207





















            7














            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).



            enter image description here



            The mathalfa documentation contains more examples and informations.






            share|improve this answer























            • 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 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






            • 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
















            7














            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).



            enter image description here



            The mathalfa documentation contains more examples and informations.






            share|improve this answer























            • 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 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






            • 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














            7












            7








            7







            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).



            enter image description here



            The mathalfa documentation contains more examples and informations.






            share|improve this answer













            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).



            enter image description here



            The mathalfa documentation contains more examples and informations.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            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 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






            • 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


















            • 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 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






            • 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

















            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


















            draft saved

            draft discarded
















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            Is flight data recorder erased after every flight?When are black boxes used?What protects the location beacon (pinger) of a flight data recorder?Is there anywhere I can pick up raw flight data recorder information?Who legally owns the Flight Data Recorder?Constructing flight recorder dataWhy are FDRs and CVRs still two separate physical devices?What are the data elements shown on the GE235 flight data recorder (FDR) plot?Are CVR and FDR reset after every flight?What is the format of data stored by a Flight Data Recorder?How much data is stored in the flight data recorder per hour in a typical flight of an A380?Is a smart flight data recorder possible?

            Which is better: GPT or RelGAN for text generation?2019 Community Moderator ElectionWhat is the difference between TextGAN and LM for text generation?GANs (generative adversarial networks) possible for text as well?Generator loss not decreasing- text to image synthesisChoosing a right algorithm for template-based text generationHow should I format input and output for text generation with LSTMsGumbel Softmax vs Vanilla Softmax for GAN trainingWhich neural network to choose for classification from text/speech?NLP text autoencoder that generates text in poetic meterWhat is the interpretation of the expectation notation in the GAN formulation?What is the difference between TextGAN and LM for text generation?How to prepare the data for text generation task

            Is there a general name for the setup in which payoffs are not known exactly but players try to influence each other's perception of the payoffs?Osborne, Nash equilibria and the correctness of beliefsIs there a name for this family of games (Binomial games?)?Perfect Bayesian EquilibriumCalculating mixed strategy equilibrium in battle of sexesPure Strategy SPNEIs there a commitment mechanism which allows players to achieve pareto optimal solutions?Extensive Form GamesAn $n$-player prisoner's dilemma where a coalition of 2 players is better off defectingTit-For-Stat Strategy Best RepliesPotential solutions of the $n$-player Prisoner's Dilemma