How to write capital alpha? Announcing the arrival of Valued Associate #679: Cesar Manara ...

Lagrange four-squares theorem --- deterministic complexity

An adverb for when you're not exaggerating

Quadrilaterals with equal sides

How to compare two different files line by line in unix?

How to unroll a parameter pack from right to left

Aligning an equation at multiple points, with both left and right alignment, as well as equals sign alignment

What initially awakened the Balrog?

Is there a kind of relay that only consumes power when switching?

What happened to Thoros of Myr's flaming sword?

AppleTVs create a chatty alternate WiFi network

Do I really need to have a message in a novel to appeal to readers?

Can a new player join a group only when a new campaign starts?

How many serial ports are on the Pi 3?

What is the meaning of 'breadth' in breadth first search?

How to run automated tests after each commit?

Is it fair for a professor to grade us on the possession of past papers?

Significance of Cersei's obsession with elephants?

Take 2! Is this homebrew Lady of Pain warlock patron balanced?

Should there be a hyphen in the construction "IT affin"?

One-one communication

Belief In God or Knowledge Of God. Which is better?

Most bit efficient text communication method?

draw dynamic circle around node and edges

How to plot logistic regression decision boundary?



How to write capital alpha?



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Which package includes Rho? (Big rho)Can I typeset greek letters in text mode using Latin Modern Fonts?Changing the Greek math font with mathspecHow to use `mathrm` with capital greek letter and `newtx` package?Charter and Helvetica with greek letters in LaTeX or XeLaTeXnon-italic Greek lettersUse smart greek letters recognizing mathrm with mathastext-packageHow to tell XeLaTeX to use one font for italic math and another font for bold math?mtpro2 + baskerville in mathExport Greek font (italic, upright, bold) from 'newtxmath' package with libertine option












1















Unfortunately, the command Alpha does not produce capital version of alpha (as one might expect in analogy with how, say, Pi produces capital pi). It so happens that the capital alpha looks rather similar to A, but that doesn't mean that there aren't situations where I would like to use capital alpha in a formula. For instance, suppose I already have pi which belongs to a set Pi, and then alpha comes along and I need a name for the set of its possible values.



What is the best way to write capital alpha?



The obvious first attempt is to just write A. But it's not right - A produces italic A, while Greek letters are by default not italic. Would mathrm{A} do the trick, or is there some subtle issue I'm not noticing? Is there a package that will save me the work of defining all capital letters by hand?










share|improve this question




















  • 2





    Yes, it is mathrm{A}.

    – JouleV
    1 hour ago
















1















Unfortunately, the command Alpha does not produce capital version of alpha (as one might expect in analogy with how, say, Pi produces capital pi). It so happens that the capital alpha looks rather similar to A, but that doesn't mean that there aren't situations where I would like to use capital alpha in a formula. For instance, suppose I already have pi which belongs to a set Pi, and then alpha comes along and I need a name for the set of its possible values.



What is the best way to write capital alpha?



The obvious first attempt is to just write A. But it's not right - A produces italic A, while Greek letters are by default not italic. Would mathrm{A} do the trick, or is there some subtle issue I'm not noticing? Is there a package that will save me the work of defining all capital letters by hand?










share|improve this question




















  • 2





    Yes, it is mathrm{A}.

    – JouleV
    1 hour ago














1












1








1








Unfortunately, the command Alpha does not produce capital version of alpha (as one might expect in analogy with how, say, Pi produces capital pi). It so happens that the capital alpha looks rather similar to A, but that doesn't mean that there aren't situations where I would like to use capital alpha in a formula. For instance, suppose I already have pi which belongs to a set Pi, and then alpha comes along and I need a name for the set of its possible values.



What is the best way to write capital alpha?



The obvious first attempt is to just write A. But it's not right - A produces italic A, while Greek letters are by default not italic. Would mathrm{A} do the trick, or is there some subtle issue I'm not noticing? Is there a package that will save me the work of defining all capital letters by hand?










share|improve this question
















Unfortunately, the command Alpha does not produce capital version of alpha (as one might expect in analogy with how, say, Pi produces capital pi). It so happens that the capital alpha looks rather similar to A, but that doesn't mean that there aren't situations where I would like to use capital alpha in a formula. For instance, suppose I already have pi which belongs to a set Pi, and then alpha comes along and I need a name for the set of its possible values.



What is the best way to write capital alpha?



The obvious first attempt is to just write A. But it's not right - A produces italic A, while Greek letters are by default not italic. Would mathrm{A} do the trick, or is there some subtle issue I'm not noticing? Is there a package that will save me the work of defining all capital letters by hand?







fonts greek






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 1 hour ago









Sigur

26.3k457143




26.3k457143










asked 1 hour ago









Jakub KoniecznyJakub Konieczny

25229




25229








  • 2





    Yes, it is mathrm{A}.

    – JouleV
    1 hour ago














  • 2





    Yes, it is mathrm{A}.

    – JouleV
    1 hour ago








2




2





Yes, it is mathrm{A}.

– JouleV
1 hour ago





Yes, it is mathrm{A}.

– JouleV
1 hour ago










2 Answers
2






active

oldest

votes


















3














Screenshot from lshort.pdf (The Not So Short Introduction to LaTeX2e):



enter image description here



So it is simply mathrm{A}.



documentclass{standalone}
newcommandAlpha{mathrm{A}}
begin{document}
$Alpha+Pi=Gamma$
end{document}


enter image description here






share|improve this answer































    3














    If you're using LuaLaTeX or XeLaTeX, you can use the unicode-math package. It defines all uppercase Greek letters:



    documentclass{article}
    usepackage{unicode-math}
    begin{document}
    $Alpha+Beta=Gamma$.
    end{document}


    The result is:



    enter image description here



    This way has an advantage in that one can change the style of the letters by altering the unicode-math options. For example usepackage[math-style=ISO]{unicode-math} without any other changes yields:



    enter image description here



    Also, this way alpha can be copied&pasted from the resulting PDF.






    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',
      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%2f485593%2fhow-to-write-capital-alpha%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









      3














      Screenshot from lshort.pdf (The Not So Short Introduction to LaTeX2e):



      enter image description here



      So it is simply mathrm{A}.



      documentclass{standalone}
      newcommandAlpha{mathrm{A}}
      begin{document}
      $Alpha+Pi=Gamma$
      end{document}


      enter image description here






      share|improve this answer




























        3














        Screenshot from lshort.pdf (The Not So Short Introduction to LaTeX2e):



        enter image description here



        So it is simply mathrm{A}.



        documentclass{standalone}
        newcommandAlpha{mathrm{A}}
        begin{document}
        $Alpha+Pi=Gamma$
        end{document}


        enter image description here






        share|improve this answer


























          3












          3








          3







          Screenshot from lshort.pdf (The Not So Short Introduction to LaTeX2e):



          enter image description here



          So it is simply mathrm{A}.



          documentclass{standalone}
          newcommandAlpha{mathrm{A}}
          begin{document}
          $Alpha+Pi=Gamma$
          end{document}


          enter image description here






          share|improve this answer













          Screenshot from lshort.pdf (The Not So Short Introduction to LaTeX2e):



          enter image description here



          So it is simply mathrm{A}.



          documentclass{standalone}
          newcommandAlpha{mathrm{A}}
          begin{document}
          $Alpha+Pi=Gamma$
          end{document}


          enter image description here







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 1 hour ago









          JouleVJouleV

          14.3k22664




          14.3k22664























              3














              If you're using LuaLaTeX or XeLaTeX, you can use the unicode-math package. It defines all uppercase Greek letters:



              documentclass{article}
              usepackage{unicode-math}
              begin{document}
              $Alpha+Beta=Gamma$.
              end{document}


              The result is:



              enter image description here



              This way has an advantage in that one can change the style of the letters by altering the unicode-math options. For example usepackage[math-style=ISO]{unicode-math} without any other changes yields:



              enter image description here



              Also, this way alpha can be copied&pasted from the resulting PDF.






              share|improve this answer




























                3














                If you're using LuaLaTeX or XeLaTeX, you can use the unicode-math package. It defines all uppercase Greek letters:



                documentclass{article}
                usepackage{unicode-math}
                begin{document}
                $Alpha+Beta=Gamma$.
                end{document}


                The result is:



                enter image description here



                This way has an advantage in that one can change the style of the letters by altering the unicode-math options. For example usepackage[math-style=ISO]{unicode-math} without any other changes yields:



                enter image description here



                Also, this way alpha can be copied&pasted from the resulting PDF.






                share|improve this answer


























                  3












                  3








                  3







                  If you're using LuaLaTeX or XeLaTeX, you can use the unicode-math package. It defines all uppercase Greek letters:



                  documentclass{article}
                  usepackage{unicode-math}
                  begin{document}
                  $Alpha+Beta=Gamma$.
                  end{document}


                  The result is:



                  enter image description here



                  This way has an advantage in that one can change the style of the letters by altering the unicode-math options. For example usepackage[math-style=ISO]{unicode-math} without any other changes yields:



                  enter image description here



                  Also, this way alpha can be copied&pasted from the resulting PDF.






                  share|improve this answer













                  If you're using LuaLaTeX or XeLaTeX, you can use the unicode-math package. It defines all uppercase Greek letters:



                  documentclass{article}
                  usepackage{unicode-math}
                  begin{document}
                  $Alpha+Beta=Gamma$.
                  end{document}


                  The result is:



                  enter image description here



                  This way has an advantage in that one can change the style of the letters by altering the unicode-math options. For example usepackage[math-style=ISO]{unicode-math} without any other changes yields:



                  enter image description here



                  Also, this way alpha can be copied&pasted from the resulting PDF.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered 53 mins ago









                  Sergei GolovanSergei Golovan

                  4,5451615




                  4,5451615






























                      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%2f485593%2fhow-to-write-capital-alpha%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

                      ORA-01691 (unable to extend lob segment) even though my tablespace has AUTOEXTEND onORA-01692: unable to...

                      Always On Availability groups resolving state after failover - Remote harden of transaction...

                      Circunscripción electoral de Guipúzcoa Referencias Menú de navegaciónLas claves del sistema electoral en...