Curvy L with amssymb package











up vote
7
down vote

favorite












I want to display a curvy L n°1:



curvy L n°1



(An application is found here as well as this other question.)



However, when I enter the code



documentclass[a4paper, 12pt]{book}
usepackage{amssymb}
usepackage{amsmath}
usepackage{mathtools}
usepackage[utf8]{inputenc}
usepackage{geometry}
usepackage{url}
usepackage{framed}
usepackage{setspace}
usepackage{mathptmx}
usepackage{multirow}
usepackage{listings}
usepackage{xcolor}
usepackage{framed}

begin{document}
setlength{parindent}{0cm}
renewcommand{baselinestretch}{0.5}

$mathcal{L}$

end{document}


I get curvy L n°2:



Curvy L n°2



How can I print the curvy L n°1?










share|improve this question




















  • 1




    comment usepackage{mathptmx} line and try again.
    – nidhin
    Nov 10 at 18:20















up vote
7
down vote

favorite












I want to display a curvy L n°1:



curvy L n°1



(An application is found here as well as this other question.)



However, when I enter the code



documentclass[a4paper, 12pt]{book}
usepackage{amssymb}
usepackage{amsmath}
usepackage{mathtools}
usepackage[utf8]{inputenc}
usepackage{geometry}
usepackage{url}
usepackage{framed}
usepackage{setspace}
usepackage{mathptmx}
usepackage{multirow}
usepackage{listings}
usepackage{xcolor}
usepackage{framed}

begin{document}
setlength{parindent}{0cm}
renewcommand{baselinestretch}{0.5}

$mathcal{L}$

end{document}


I get curvy L n°2:



Curvy L n°2



How can I print the curvy L n°1?










share|improve this question




















  • 1




    comment usepackage{mathptmx} line and try again.
    – nidhin
    Nov 10 at 18:20













up vote
7
down vote

favorite









up vote
7
down vote

favorite











I want to display a curvy L n°1:



curvy L n°1



(An application is found here as well as this other question.)



However, when I enter the code



documentclass[a4paper, 12pt]{book}
usepackage{amssymb}
usepackage{amsmath}
usepackage{mathtools}
usepackage[utf8]{inputenc}
usepackage{geometry}
usepackage{url}
usepackage{framed}
usepackage{setspace}
usepackage{mathptmx}
usepackage{multirow}
usepackage{listings}
usepackage{xcolor}
usepackage{framed}

begin{document}
setlength{parindent}{0cm}
renewcommand{baselinestretch}{0.5}

$mathcal{L}$

end{document}


I get curvy L n°2:



Curvy L n°2



How can I print the curvy L n°1?










share|improve this question















I want to display a curvy L n°1:



curvy L n°1



(An application is found here as well as this other question.)



However, when I enter the code



documentclass[a4paper, 12pt]{book}
usepackage{amssymb}
usepackage{amsmath}
usepackage{mathtools}
usepackage[utf8]{inputenc}
usepackage{geometry}
usepackage{url}
usepackage{framed}
usepackage{setspace}
usepackage{mathptmx}
usepackage{multirow}
usepackage{listings}
usepackage{xcolor}
usepackage{framed}

begin{document}
setlength{parindent}{0cm}
renewcommand{baselinestretch}{0.5}

$mathcal{L}$

end{document}


I get curvy L n°2:



Curvy L n°2



How can I print the curvy L n°1?







fonts amssymb






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 10 at 23:11









Peter Mortensen

52736




52736










asked Nov 10 at 18:11









ecjb

694




694








  • 1




    comment usepackage{mathptmx} line and try again.
    – nidhin
    Nov 10 at 18:20














  • 1




    comment usepackage{mathptmx} line and try again.
    – nidhin
    Nov 10 at 18:20








1




1




comment usepackage{mathptmx} line and try again.
– nidhin
Nov 10 at 18:20




comment usepackage{mathptmx} line and try again.
– nidhin
Nov 10 at 18:20










2 Answers
2






active

oldest

votes

















up vote
4
down vote



accepted










If you adding the two rows



usepackage{calrsfs}
DeclareMathAlphabet{pazocal}{OMS}{zplm}{m}{n}


it is possibile, in the same file .tex, to use the both curvy option. I have removed usepackage{amsmath} with usepackage{mathtools} because loading mathtools, you will have both packages loaded and you do not need to usepackage{amsmath} in your preamble.



enter image description here



documentclass[a4paper, 12pt]{book}
usepackage{amssymb}
usepackage{mathtools}
usepackage[utf8]{inputenc}
usepackage{geometry}
usepackage{url}
usepackage{framed}
usepackage{setspace}
usepackage{mathptmx}
usepackage{multirow}
usepackage{listings}
usepackage{xcolor}
usepackage{framed}

usepackage{calrsfs}%%%%%%%%%%<------add
DeclareMathAlphabet{pazocal}{OMS}{zplm}{m}{n}%%%%%%%%%%<------add

begin{document}
setlength{parindent}{0cm}
renewcommand{baselinestretch}{0.5}

$mathcal{L}, pazocal{L}$

end{document}





share|improve this answer






























    up vote
    6
    down vote













    Comment usepackage{mathptmx}.



    Read page 5 in documentation of mathptmx. It says that the fonts for mathcal symbols will be changed.



    documentclass[a4paper, 12pt]{book}
    usepackage{amssymb}
    usepackage{amsmath}
    usepackage{mathtools}
    usepackage[utf8]{inputenc}
    usepackage{geometry}
    usepackage{url}
    usepackage{framed}
    usepackage{setspace}
    %usepackage{mathptmx}
    usepackage{multirow}
    usepackage{listings}
    usepackage{xcolor}
    usepackage{framed}

    begin{document}
    setlength{parindent}{0cm}
    renewcommand{baselinestretch}{0.5}

    $mathcal{L}$

    end{document}


    enter image description here






    share|improve this answer























      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',
      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%2f459356%2fcurvy-l-with-amssymb-package%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








      up vote
      4
      down vote



      accepted










      If you adding the two rows



      usepackage{calrsfs}
      DeclareMathAlphabet{pazocal}{OMS}{zplm}{m}{n}


      it is possibile, in the same file .tex, to use the both curvy option. I have removed usepackage{amsmath} with usepackage{mathtools} because loading mathtools, you will have both packages loaded and you do not need to usepackage{amsmath} in your preamble.



      enter image description here



      documentclass[a4paper, 12pt]{book}
      usepackage{amssymb}
      usepackage{mathtools}
      usepackage[utf8]{inputenc}
      usepackage{geometry}
      usepackage{url}
      usepackage{framed}
      usepackage{setspace}
      usepackage{mathptmx}
      usepackage{multirow}
      usepackage{listings}
      usepackage{xcolor}
      usepackage{framed}

      usepackage{calrsfs}%%%%%%%%%%<------add
      DeclareMathAlphabet{pazocal}{OMS}{zplm}{m}{n}%%%%%%%%%%<------add

      begin{document}
      setlength{parindent}{0cm}
      renewcommand{baselinestretch}{0.5}

      $mathcal{L}, pazocal{L}$

      end{document}





      share|improve this answer



























        up vote
        4
        down vote



        accepted










        If you adding the two rows



        usepackage{calrsfs}
        DeclareMathAlphabet{pazocal}{OMS}{zplm}{m}{n}


        it is possibile, in the same file .tex, to use the both curvy option. I have removed usepackage{amsmath} with usepackage{mathtools} because loading mathtools, you will have both packages loaded and you do not need to usepackage{amsmath} in your preamble.



        enter image description here



        documentclass[a4paper, 12pt]{book}
        usepackage{amssymb}
        usepackage{mathtools}
        usepackage[utf8]{inputenc}
        usepackage{geometry}
        usepackage{url}
        usepackage{framed}
        usepackage{setspace}
        usepackage{mathptmx}
        usepackage{multirow}
        usepackage{listings}
        usepackage{xcolor}
        usepackage{framed}

        usepackage{calrsfs}%%%%%%%%%%<------add
        DeclareMathAlphabet{pazocal}{OMS}{zplm}{m}{n}%%%%%%%%%%<------add

        begin{document}
        setlength{parindent}{0cm}
        renewcommand{baselinestretch}{0.5}

        $mathcal{L}, pazocal{L}$

        end{document}





        share|improve this answer

























          up vote
          4
          down vote



          accepted







          up vote
          4
          down vote



          accepted






          If you adding the two rows



          usepackage{calrsfs}
          DeclareMathAlphabet{pazocal}{OMS}{zplm}{m}{n}


          it is possibile, in the same file .tex, to use the both curvy option. I have removed usepackage{amsmath} with usepackage{mathtools} because loading mathtools, you will have both packages loaded and you do not need to usepackage{amsmath} in your preamble.



          enter image description here



          documentclass[a4paper, 12pt]{book}
          usepackage{amssymb}
          usepackage{mathtools}
          usepackage[utf8]{inputenc}
          usepackage{geometry}
          usepackage{url}
          usepackage{framed}
          usepackage{setspace}
          usepackage{mathptmx}
          usepackage{multirow}
          usepackage{listings}
          usepackage{xcolor}
          usepackage{framed}

          usepackage{calrsfs}%%%%%%%%%%<------add
          DeclareMathAlphabet{pazocal}{OMS}{zplm}{m}{n}%%%%%%%%%%<------add

          begin{document}
          setlength{parindent}{0cm}
          renewcommand{baselinestretch}{0.5}

          $mathcal{L}, pazocal{L}$

          end{document}





          share|improve this answer














          If you adding the two rows



          usepackage{calrsfs}
          DeclareMathAlphabet{pazocal}{OMS}{zplm}{m}{n}


          it is possibile, in the same file .tex, to use the both curvy option. I have removed usepackage{amsmath} with usepackage{mathtools} because loading mathtools, you will have both packages loaded and you do not need to usepackage{amsmath} in your preamble.



          enter image description here



          documentclass[a4paper, 12pt]{book}
          usepackage{amssymb}
          usepackage{mathtools}
          usepackage[utf8]{inputenc}
          usepackage{geometry}
          usepackage{url}
          usepackage{framed}
          usepackage{setspace}
          usepackage{mathptmx}
          usepackage{multirow}
          usepackage{listings}
          usepackage{xcolor}
          usepackage{framed}

          usepackage{calrsfs}%%%%%%%%%%<------add
          DeclareMathAlphabet{pazocal}{OMS}{zplm}{m}{n}%%%%%%%%%%<------add

          begin{document}
          setlength{parindent}{0cm}
          renewcommand{baselinestretch}{0.5}

          $mathcal{L}, pazocal{L}$

          end{document}






          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Nov 10 at 21:24

























          answered Nov 10 at 18:17









          Sebastiano

          8,29541754




          8,29541754






















              up vote
              6
              down vote













              Comment usepackage{mathptmx}.



              Read page 5 in documentation of mathptmx. It says that the fonts for mathcal symbols will be changed.



              documentclass[a4paper, 12pt]{book}
              usepackage{amssymb}
              usepackage{amsmath}
              usepackage{mathtools}
              usepackage[utf8]{inputenc}
              usepackage{geometry}
              usepackage{url}
              usepackage{framed}
              usepackage{setspace}
              %usepackage{mathptmx}
              usepackage{multirow}
              usepackage{listings}
              usepackage{xcolor}
              usepackage{framed}

              begin{document}
              setlength{parindent}{0cm}
              renewcommand{baselinestretch}{0.5}

              $mathcal{L}$

              end{document}


              enter image description here






              share|improve this answer



























                up vote
                6
                down vote













                Comment usepackage{mathptmx}.



                Read page 5 in documentation of mathptmx. It says that the fonts for mathcal symbols will be changed.



                documentclass[a4paper, 12pt]{book}
                usepackage{amssymb}
                usepackage{amsmath}
                usepackage{mathtools}
                usepackage[utf8]{inputenc}
                usepackage{geometry}
                usepackage{url}
                usepackage{framed}
                usepackage{setspace}
                %usepackage{mathptmx}
                usepackage{multirow}
                usepackage{listings}
                usepackage{xcolor}
                usepackage{framed}

                begin{document}
                setlength{parindent}{0cm}
                renewcommand{baselinestretch}{0.5}

                $mathcal{L}$

                end{document}


                enter image description here






                share|improve this answer

























                  up vote
                  6
                  down vote










                  up vote
                  6
                  down vote









                  Comment usepackage{mathptmx}.



                  Read page 5 in documentation of mathptmx. It says that the fonts for mathcal symbols will be changed.



                  documentclass[a4paper, 12pt]{book}
                  usepackage{amssymb}
                  usepackage{amsmath}
                  usepackage{mathtools}
                  usepackage[utf8]{inputenc}
                  usepackage{geometry}
                  usepackage{url}
                  usepackage{framed}
                  usepackage{setspace}
                  %usepackage{mathptmx}
                  usepackage{multirow}
                  usepackage{listings}
                  usepackage{xcolor}
                  usepackage{framed}

                  begin{document}
                  setlength{parindent}{0cm}
                  renewcommand{baselinestretch}{0.5}

                  $mathcal{L}$

                  end{document}


                  enter image description here






                  share|improve this answer














                  Comment usepackage{mathptmx}.



                  Read page 5 in documentation of mathptmx. It says that the fonts for mathcal symbols will be changed.



                  documentclass[a4paper, 12pt]{book}
                  usepackage{amssymb}
                  usepackage{amsmath}
                  usepackage{mathtools}
                  usepackage[utf8]{inputenc}
                  usepackage{geometry}
                  usepackage{url}
                  usepackage{framed}
                  usepackage{setspace}
                  %usepackage{mathptmx}
                  usepackage{multirow}
                  usepackage{listings}
                  usepackage{xcolor}
                  usepackage{framed}

                  begin{document}
                  setlength{parindent}{0cm}
                  renewcommand{baselinestretch}{0.5}

                  $mathcal{L}$

                  end{document}


                  enter image description here







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Nov 10 at 18:50









                  samcarter

                  81.8k793262




                  81.8k793262










                  answered Nov 10 at 18:22









                  nidhin

                  1,420820




                  1,420820






























                       

                      draft saved


                      draft discarded



















































                       


                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f459356%2fcurvy-l-with-amssymb-package%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

                      Full-time equivalent

                      Bicuculline

                      さくらももこ