How do you make your own symbol when Detexify fails?newcommand vs. DeclareMathOperatorsubseteq + circ as a single symbol (“open subset”)The mysteries of mathpaletteSymbol for a “twisted product”?Square integral symbolFinding the package of a Detexify Symbolhow do you write the grad operator?How do you make the in symbol smaller?Detexify couldn't help me find >— and —<, can you?How to make own character map?Detexify-like service where I can paste a symbolHow do you make a big Laplace Transform symbolHow to create your own integral sign with limitsCan't “detexify” this symbol for the exponential functionHow do you make this symbol in math mode?

Non-trope happy ending?

Is this part of the description of the Archfey warlock's Misty Escape feature redundant?

Pre-mixing cryogenic fuels and using only one fuel tank

Merge org tables

Why do Radio Buttons not fill the entire outer circle?

Is it allowed to activate the ability of multiple planeswalkers in a single turn?

How does electrical safety system work on ISS?

What is going on with gets(stdin) on the site coderbyte?

Doesn't the system of the Supreme Court oppose justice?

Can you use Vicious Mockery to win an argument or gain favours?

What does Apple's new App Store requirement mean

C++ copy constructor called at return

How do you make your own symbol when Detexify fails?

"before" and "want" for the same systemd service?

Is there a RAID 0 Equivalent for RAM?

Make a Bowl of Alphabet Soup

How much of a Devil Fruit must be consumed to gain the power?

15% tax on $7.5k earnings. Is that right?

Has any country ever had 2 former presidents in jail simultaneously?

What are some good ways to treat frozen vegetables such that they behave like fresh vegetables when stir frying them?

Does "he squandered his car on drink" sound natural?

Is it necessary to use pronouns with the verb "essere"?

In a multiple cat home, how many litter boxes should you have?

What's the name of the logical fallacy where a debater extends a statement far beyond the original statement to make it true?



How do you make your own symbol when Detexify fails?


newcommand vs. DeclareMathOperatorsubseteq + circ as a single symbol (“open subset”)The mysteries of mathpaletteSymbol for a “twisted product”?Square integral symbolFinding the package of a Detexify Symbolhow do you write the grad operator?How do you make the in symbol smaller?Detexify couldn't help me find >— and —<, can you?How to make own character map?Detexify-like service where I can paste a symbolHow do you make a big Laplace Transform symbolHow to create your own integral sign with limitsCan't “detexify” this symbol for the exponential functionHow do you make this symbol in math mode?













6















My first visit to TeX.SX came when I was looking for a symbol for a twisted product:



enter image description here



I knew about Detexify and the Comprehensive LaTeX Symbol List, but I could not find the symbol there. I tried the construction that was obvious to me, namely oversetscriptstyle simtimes, but the sim was much too high. I Googled, and found this solution by @Hendrik Vogt. Thus I learned about smash.



Later I needed the same symbol in a subscript, ultimately learning about mathchoice and ooalign. Since then I have found that many questions on TeX.SX needed similar techniques. I though it would be a good idea to have a single question whose answers gave visitors with modest LaTeX skills general guidelines on constructing new symbols using LaTeX and related systems.



So, how do you make your own symbol when Detexify fails?










share|improve this question




























    6















    My first visit to TeX.SX came when I was looking for a symbol for a twisted product:



    enter image description here



    I knew about Detexify and the Comprehensive LaTeX Symbol List, but I could not find the symbol there. I tried the construction that was obvious to me, namely oversetscriptstyle simtimes, but the sim was much too high. I Googled, and found this solution by @Hendrik Vogt. Thus I learned about smash.



    Later I needed the same symbol in a subscript, ultimately learning about mathchoice and ooalign. Since then I have found that many questions on TeX.SX needed similar techniques. I though it would be a good idea to have a single question whose answers gave visitors with modest LaTeX skills general guidelines on constructing new symbols using LaTeX and related systems.



    So, how do you make your own symbol when Detexify fails?










    share|improve this question


























      6












      6








      6


      2






      My first visit to TeX.SX came when I was looking for a symbol for a twisted product:



      enter image description here



      I knew about Detexify and the Comprehensive LaTeX Symbol List, but I could not find the symbol there. I tried the construction that was obvious to me, namely oversetscriptstyle simtimes, but the sim was much too high. I Googled, and found this solution by @Hendrik Vogt. Thus I learned about smash.



      Later I needed the same symbol in a subscript, ultimately learning about mathchoice and ooalign. Since then I have found that many questions on TeX.SX needed similar techniques. I though it would be a good idea to have a single question whose answers gave visitors with modest LaTeX skills general guidelines on constructing new symbols using LaTeX and related systems.



      So, how do you make your own symbol when Detexify fails?










      share|improve this question
















      My first visit to TeX.SX came when I was looking for a symbol for a twisted product:



      enter image description here



      I knew about Detexify and the Comprehensive LaTeX Symbol List, but I could not find the symbol there. I tried the construction that was obvious to me, namely oversetscriptstyle simtimes, but the sim was much too high. I Googled, and found this solution by @Hendrik Vogt. Thus I learned about smash.



      Later I needed the same symbol in a subscript, ultimately learning about mathchoice and ooalign. Since then I have found that many questions on TeX.SX needed similar techniques. I though it would be a good idea to have a single question whose answers gave visitors with modest LaTeX skills general guidelines on constructing new symbols using LaTeX and related systems.



      So, how do you make your own symbol when Detexify fails?







      math-mode symbols math-operators






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 2 hours ago







      Sandy G

















      asked 2 hours ago









      Sandy GSandy G

      3,7271429




      3,7271429




















          2 Answers
          2






          active

          oldest

          votes


















          6














          If it's really not in Detexify, check the Comprehensive LaTeX Symbol List to see if your symbol can be found in an existing package. Note, The Comprehensive List is long! Over 300 pages. But it is searchable, well-organized, and has a good table of contents and index.



          If that doesn't help, it may be time to design your own symbol. It's probably best to give your new symbol a name so it can be used repeatedly and transported more easily into another document.



          If your symbol will be used as an operator with limits (like an integral or summation), you should use the DeclareMathOperator or DeclareMathOperator* command. Both of these use the amsmath package. The unstarred version places sub- and superscript limits to the right of the operator; the starred version places limits above and below the operator when it is in displaystyle. To illustrate:



          DeclareMathOperator*squareopsquare
          DeclareMathOperatortriangleopbigtriangleup


          [Note that square uses the amssymb package.]



          Then the code



          [
          squareop_n=1^infty a_n qquad triangleop_n=1^infty a_n
          ]


          will produce the following output:



          enter image description here



          More information on DeclareMathOperator can be found in this answer by @Andrew Swann.



          If your symbol is not going to be used in that fashion, you should probably use newcommand.



          If your symbol is a math symbol: Is it a binary operator (such as + or times)? A binary relation (such as < or leq)? Or an ordinary math symbol (such as ! or infty)? The spacing is different for each case. Compare the three versions for the symbol times:



          newcommandreltimesmathreltimes
          newcommandbintimesmathbintimes
          newcommandchrtimestimes


          Then noindent $areltimes b newline abintimes b newline achrtimes b$ will produce the output:



          enter image description here



          Note the extra set of curly braces in chrtimes. If you remove them you'll get the same output as mathbintimes, since times is by default a binary operator. You can enclose most math symbols in to turn them into ordinary math symbols.



          Typically, binary relations have slightly more space than binary operators, and significantly more than ordinary symbols. However, the spacing changes when these appear as sub- or superscripts. All three examples above will look like A_atimes b if placed in a subscript.



          Many new symbols can be created by modifying or combining existing symbols. To rotate, scale or reflect existing symbols, use the graphicx or graphics package. Documentation is here. The commands are rotatebox, scalebox, resizebox and reflectbox.



          For example, if you want a cong symbol (≅), but with the tilde reversed, the reflectbox command from graphicx can be used. The code



          newcommandbackcongmathrelreflectbox$cong$


          will produce the desired effect with the code $Abackcong B$.



          enter image description here



          If you try using this code in a subscript (for example, $X_Abackcong B$), the new symbol will not scale down as it should. This is resolved below below using mathchoice.



          To combine multiple symbols (math or text) the ooalign command can be used. @egreg has a detailed explanation here. The basic idea is that ooalign creates a one-column table, with all rows superimposed on one another, and no padding outside the column. Each row of the "table" ends with cr. Entries can be centered in the column using hfil.



          For example, to produce



          enter image description here



          we superimpose a circ symbol with a text T character. The command



          newcommandTcircmathbin%
          ooalignhfil$circ$hfilcrhfil Thfilcr%



          together with $ATcirc B$ produces the output.



          To make sure your symbol looks right whether it's displayed, inline, script or scriptscript, you can use mathchoice. (Note mathpalette (explained here by @egreg and @Werner) can be used when the four versions are identical except for style.)



          mathchoice
          <do this if called in displaystyle>
          <do this if called in textstyle>
          <do this if called in scriptstyle>
          <do this if called in scriptscriptstyle>


          The above code will produce the corresponding output for each of the four math styles.



          To illustrate, here is a solution to the twisted product question that will adjust to scripts and scriptscripts.



          newcommandtwprodmathbinmathchoice%
          ooalignhfilraisebox1.15exmbox$scriptstylesim$hfilcrhfil$times$hfilcr%
          ooalignhfilraisebox1.15exmbox$scriptstylesim$hfilcrhfil$times$hfilcr%
          ooalignhfilraisebox.85exmbox$scriptscriptstylesim$hfilcrhfil$scriptstyletimes$hfilcr%
          ooalignhfilraisebox.65exscalebox.8$scriptscriptstylesim$hfilcrhfil$scriptscriptstyletimes$hfilcr%



          enter image description here



          S^2twprod S^2 quad F_S^2twprod S^2 quad F_K_S^2twprod S^2


          I downsized the sim in each style so it fit better over the times.



          Similar effects can be obtained using stackengine. Documentation is here.



          If you can't create your symbol by combining or modifying others, you can design your symbol from scratch using tikz, together with the ideas above. Here is an example by @marmot.






          share|improve this answer
































            1














            Another possibility with the stackinset command, from stackengine:



            documentclass[border = 2pt]standalone

            usepackagestackengine, graphicx %

            newcommandsimtimesstackMathmathbinmathchoice%
            stackinsetc0exc0.9exscalebox 0.67$sim $times%
            stackinsetc0exc0.9exscalebox 0.67$sim $times%
            stackinsetc0exc0.7exscalebox 0.67$scriptstylesim $scriptstyletimes%
            stackinsetc0exc0.6exscalebox 0.67$scriptscriptstylesim $scriptscriptstyletimes%


            begindocument

            $ S^2 simtimes S^2 quad F_S^2 simtimes S^2 quad F_K_S^2 simtimes S^2$

            enddocument


            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',
              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%2f480768%2fhow-do-you-make-your-own-symbol-when-detexify-fails%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









              6














              If it's really not in Detexify, check the Comprehensive LaTeX Symbol List to see if your symbol can be found in an existing package. Note, The Comprehensive List is long! Over 300 pages. But it is searchable, well-organized, and has a good table of contents and index.



              If that doesn't help, it may be time to design your own symbol. It's probably best to give your new symbol a name so it can be used repeatedly and transported more easily into another document.



              If your symbol will be used as an operator with limits (like an integral or summation), you should use the DeclareMathOperator or DeclareMathOperator* command. Both of these use the amsmath package. The unstarred version places sub- and superscript limits to the right of the operator; the starred version places limits above and below the operator when it is in displaystyle. To illustrate:



              DeclareMathOperator*squareopsquare
              DeclareMathOperatortriangleopbigtriangleup


              [Note that square uses the amssymb package.]



              Then the code



              [
              squareop_n=1^infty a_n qquad triangleop_n=1^infty a_n
              ]


              will produce the following output:



              enter image description here



              More information on DeclareMathOperator can be found in this answer by @Andrew Swann.



              If your symbol is not going to be used in that fashion, you should probably use newcommand.



              If your symbol is a math symbol: Is it a binary operator (such as + or times)? A binary relation (such as < or leq)? Or an ordinary math symbol (such as ! or infty)? The spacing is different for each case. Compare the three versions for the symbol times:



              newcommandreltimesmathreltimes
              newcommandbintimesmathbintimes
              newcommandchrtimestimes


              Then noindent $areltimes b newline abintimes b newline achrtimes b$ will produce the output:



              enter image description here



              Note the extra set of curly braces in chrtimes. If you remove them you'll get the same output as mathbintimes, since times is by default a binary operator. You can enclose most math symbols in to turn them into ordinary math symbols.



              Typically, binary relations have slightly more space than binary operators, and significantly more than ordinary symbols. However, the spacing changes when these appear as sub- or superscripts. All three examples above will look like A_atimes b if placed in a subscript.



              Many new symbols can be created by modifying or combining existing symbols. To rotate, scale or reflect existing symbols, use the graphicx or graphics package. Documentation is here. The commands are rotatebox, scalebox, resizebox and reflectbox.



              For example, if you want a cong symbol (≅), but with the tilde reversed, the reflectbox command from graphicx can be used. The code



              newcommandbackcongmathrelreflectbox$cong$


              will produce the desired effect with the code $Abackcong B$.



              enter image description here



              If you try using this code in a subscript (for example, $X_Abackcong B$), the new symbol will not scale down as it should. This is resolved below below using mathchoice.



              To combine multiple symbols (math or text) the ooalign command can be used. @egreg has a detailed explanation here. The basic idea is that ooalign creates a one-column table, with all rows superimposed on one another, and no padding outside the column. Each row of the "table" ends with cr. Entries can be centered in the column using hfil.



              For example, to produce



              enter image description here



              we superimpose a circ symbol with a text T character. The command



              newcommandTcircmathbin%
              ooalignhfil$circ$hfilcrhfil Thfilcr%



              together with $ATcirc B$ produces the output.



              To make sure your symbol looks right whether it's displayed, inline, script or scriptscript, you can use mathchoice. (Note mathpalette (explained here by @egreg and @Werner) can be used when the four versions are identical except for style.)



              mathchoice
              <do this if called in displaystyle>
              <do this if called in textstyle>
              <do this if called in scriptstyle>
              <do this if called in scriptscriptstyle>


              The above code will produce the corresponding output for each of the four math styles.



              To illustrate, here is a solution to the twisted product question that will adjust to scripts and scriptscripts.



              newcommandtwprodmathbinmathchoice%
              ooalignhfilraisebox1.15exmbox$scriptstylesim$hfilcrhfil$times$hfilcr%
              ooalignhfilraisebox1.15exmbox$scriptstylesim$hfilcrhfil$times$hfilcr%
              ooalignhfilraisebox.85exmbox$scriptscriptstylesim$hfilcrhfil$scriptstyletimes$hfilcr%
              ooalignhfilraisebox.65exscalebox.8$scriptscriptstylesim$hfilcrhfil$scriptscriptstyletimes$hfilcr%



              enter image description here



              S^2twprod S^2 quad F_S^2twprod S^2 quad F_K_S^2twprod S^2


              I downsized the sim in each style so it fit better over the times.



              Similar effects can be obtained using stackengine. Documentation is here.



              If you can't create your symbol by combining or modifying others, you can design your symbol from scratch using tikz, together with the ideas above. Here is an example by @marmot.






              share|improve this answer





























                6














                If it's really not in Detexify, check the Comprehensive LaTeX Symbol List to see if your symbol can be found in an existing package. Note, The Comprehensive List is long! Over 300 pages. But it is searchable, well-organized, and has a good table of contents and index.



                If that doesn't help, it may be time to design your own symbol. It's probably best to give your new symbol a name so it can be used repeatedly and transported more easily into another document.



                If your symbol will be used as an operator with limits (like an integral or summation), you should use the DeclareMathOperator or DeclareMathOperator* command. Both of these use the amsmath package. The unstarred version places sub- and superscript limits to the right of the operator; the starred version places limits above and below the operator when it is in displaystyle. To illustrate:



                DeclareMathOperator*squareopsquare
                DeclareMathOperatortriangleopbigtriangleup


                [Note that square uses the amssymb package.]



                Then the code



                [
                squareop_n=1^infty a_n qquad triangleop_n=1^infty a_n
                ]


                will produce the following output:



                enter image description here



                More information on DeclareMathOperator can be found in this answer by @Andrew Swann.



                If your symbol is not going to be used in that fashion, you should probably use newcommand.



                If your symbol is a math symbol: Is it a binary operator (such as + or times)? A binary relation (such as < or leq)? Or an ordinary math symbol (such as ! or infty)? The spacing is different for each case. Compare the three versions for the symbol times:



                newcommandreltimesmathreltimes
                newcommandbintimesmathbintimes
                newcommandchrtimestimes


                Then noindent $areltimes b newline abintimes b newline achrtimes b$ will produce the output:



                enter image description here



                Note the extra set of curly braces in chrtimes. If you remove them you'll get the same output as mathbintimes, since times is by default a binary operator. You can enclose most math symbols in to turn them into ordinary math symbols.



                Typically, binary relations have slightly more space than binary operators, and significantly more than ordinary symbols. However, the spacing changes when these appear as sub- or superscripts. All three examples above will look like A_atimes b if placed in a subscript.



                Many new symbols can be created by modifying or combining existing symbols. To rotate, scale or reflect existing symbols, use the graphicx or graphics package. Documentation is here. The commands are rotatebox, scalebox, resizebox and reflectbox.



                For example, if you want a cong symbol (≅), but with the tilde reversed, the reflectbox command from graphicx can be used. The code



                newcommandbackcongmathrelreflectbox$cong$


                will produce the desired effect with the code $Abackcong B$.



                enter image description here



                If you try using this code in a subscript (for example, $X_Abackcong B$), the new symbol will not scale down as it should. This is resolved below below using mathchoice.



                To combine multiple symbols (math or text) the ooalign command can be used. @egreg has a detailed explanation here. The basic idea is that ooalign creates a one-column table, with all rows superimposed on one another, and no padding outside the column. Each row of the "table" ends with cr. Entries can be centered in the column using hfil.



                For example, to produce



                enter image description here



                we superimpose a circ symbol with a text T character. The command



                newcommandTcircmathbin%
                ooalignhfil$circ$hfilcrhfil Thfilcr%



                together with $ATcirc B$ produces the output.



                To make sure your symbol looks right whether it's displayed, inline, script or scriptscript, you can use mathchoice. (Note mathpalette (explained here by @egreg and @Werner) can be used when the four versions are identical except for style.)



                mathchoice
                <do this if called in displaystyle>
                <do this if called in textstyle>
                <do this if called in scriptstyle>
                <do this if called in scriptscriptstyle>


                The above code will produce the corresponding output for each of the four math styles.



                To illustrate, here is a solution to the twisted product question that will adjust to scripts and scriptscripts.



                newcommandtwprodmathbinmathchoice%
                ooalignhfilraisebox1.15exmbox$scriptstylesim$hfilcrhfil$times$hfilcr%
                ooalignhfilraisebox1.15exmbox$scriptstylesim$hfilcrhfil$times$hfilcr%
                ooalignhfilraisebox.85exmbox$scriptscriptstylesim$hfilcrhfil$scriptstyletimes$hfilcr%
                ooalignhfilraisebox.65exscalebox.8$scriptscriptstylesim$hfilcrhfil$scriptscriptstyletimes$hfilcr%



                enter image description here



                S^2twprod S^2 quad F_S^2twprod S^2 quad F_K_S^2twprod S^2


                I downsized the sim in each style so it fit better over the times.



                Similar effects can be obtained using stackengine. Documentation is here.



                If you can't create your symbol by combining or modifying others, you can design your symbol from scratch using tikz, together with the ideas above. Here is an example by @marmot.






                share|improve this answer



























                  6












                  6








                  6







                  If it's really not in Detexify, check the Comprehensive LaTeX Symbol List to see if your symbol can be found in an existing package. Note, The Comprehensive List is long! Over 300 pages. But it is searchable, well-organized, and has a good table of contents and index.



                  If that doesn't help, it may be time to design your own symbol. It's probably best to give your new symbol a name so it can be used repeatedly and transported more easily into another document.



                  If your symbol will be used as an operator with limits (like an integral or summation), you should use the DeclareMathOperator or DeclareMathOperator* command. Both of these use the amsmath package. The unstarred version places sub- and superscript limits to the right of the operator; the starred version places limits above and below the operator when it is in displaystyle. To illustrate:



                  DeclareMathOperator*squareopsquare
                  DeclareMathOperatortriangleopbigtriangleup


                  [Note that square uses the amssymb package.]



                  Then the code



                  [
                  squareop_n=1^infty a_n qquad triangleop_n=1^infty a_n
                  ]


                  will produce the following output:



                  enter image description here



                  More information on DeclareMathOperator can be found in this answer by @Andrew Swann.



                  If your symbol is not going to be used in that fashion, you should probably use newcommand.



                  If your symbol is a math symbol: Is it a binary operator (such as + or times)? A binary relation (such as < or leq)? Or an ordinary math symbol (such as ! or infty)? The spacing is different for each case. Compare the three versions for the symbol times:



                  newcommandreltimesmathreltimes
                  newcommandbintimesmathbintimes
                  newcommandchrtimestimes


                  Then noindent $areltimes b newline abintimes b newline achrtimes b$ will produce the output:



                  enter image description here



                  Note the extra set of curly braces in chrtimes. If you remove them you'll get the same output as mathbintimes, since times is by default a binary operator. You can enclose most math symbols in to turn them into ordinary math symbols.



                  Typically, binary relations have slightly more space than binary operators, and significantly more than ordinary symbols. However, the spacing changes when these appear as sub- or superscripts. All three examples above will look like A_atimes b if placed in a subscript.



                  Many new symbols can be created by modifying or combining existing symbols. To rotate, scale or reflect existing symbols, use the graphicx or graphics package. Documentation is here. The commands are rotatebox, scalebox, resizebox and reflectbox.



                  For example, if you want a cong symbol (≅), but with the tilde reversed, the reflectbox command from graphicx can be used. The code



                  newcommandbackcongmathrelreflectbox$cong$


                  will produce the desired effect with the code $Abackcong B$.



                  enter image description here



                  If you try using this code in a subscript (for example, $X_Abackcong B$), the new symbol will not scale down as it should. This is resolved below below using mathchoice.



                  To combine multiple symbols (math or text) the ooalign command can be used. @egreg has a detailed explanation here. The basic idea is that ooalign creates a one-column table, with all rows superimposed on one another, and no padding outside the column. Each row of the "table" ends with cr. Entries can be centered in the column using hfil.



                  For example, to produce



                  enter image description here



                  we superimpose a circ symbol with a text T character. The command



                  newcommandTcircmathbin%
                  ooalignhfil$circ$hfilcrhfil Thfilcr%



                  together with $ATcirc B$ produces the output.



                  To make sure your symbol looks right whether it's displayed, inline, script or scriptscript, you can use mathchoice. (Note mathpalette (explained here by @egreg and @Werner) can be used when the four versions are identical except for style.)



                  mathchoice
                  <do this if called in displaystyle>
                  <do this if called in textstyle>
                  <do this if called in scriptstyle>
                  <do this if called in scriptscriptstyle>


                  The above code will produce the corresponding output for each of the four math styles.



                  To illustrate, here is a solution to the twisted product question that will adjust to scripts and scriptscripts.



                  newcommandtwprodmathbinmathchoice%
                  ooalignhfilraisebox1.15exmbox$scriptstylesim$hfilcrhfil$times$hfilcr%
                  ooalignhfilraisebox1.15exmbox$scriptstylesim$hfilcrhfil$times$hfilcr%
                  ooalignhfilraisebox.85exmbox$scriptscriptstylesim$hfilcrhfil$scriptstyletimes$hfilcr%
                  ooalignhfilraisebox.65exscalebox.8$scriptscriptstylesim$hfilcrhfil$scriptscriptstyletimes$hfilcr%



                  enter image description here



                  S^2twprod S^2 quad F_S^2twprod S^2 quad F_K_S^2twprod S^2


                  I downsized the sim in each style so it fit better over the times.



                  Similar effects can be obtained using stackengine. Documentation is here.



                  If you can't create your symbol by combining or modifying others, you can design your symbol from scratch using tikz, together with the ideas above. Here is an example by @marmot.






                  share|improve this answer















                  If it's really not in Detexify, check the Comprehensive LaTeX Symbol List to see if your symbol can be found in an existing package. Note, The Comprehensive List is long! Over 300 pages. But it is searchable, well-organized, and has a good table of contents and index.



                  If that doesn't help, it may be time to design your own symbol. It's probably best to give your new symbol a name so it can be used repeatedly and transported more easily into another document.



                  If your symbol will be used as an operator with limits (like an integral or summation), you should use the DeclareMathOperator or DeclareMathOperator* command. Both of these use the amsmath package. The unstarred version places sub- and superscript limits to the right of the operator; the starred version places limits above and below the operator when it is in displaystyle. To illustrate:



                  DeclareMathOperator*squareopsquare
                  DeclareMathOperatortriangleopbigtriangleup


                  [Note that square uses the amssymb package.]



                  Then the code



                  [
                  squareop_n=1^infty a_n qquad triangleop_n=1^infty a_n
                  ]


                  will produce the following output:



                  enter image description here



                  More information on DeclareMathOperator can be found in this answer by @Andrew Swann.



                  If your symbol is not going to be used in that fashion, you should probably use newcommand.



                  If your symbol is a math symbol: Is it a binary operator (such as + or times)? A binary relation (such as < or leq)? Or an ordinary math symbol (such as ! or infty)? The spacing is different for each case. Compare the three versions for the symbol times:



                  newcommandreltimesmathreltimes
                  newcommandbintimesmathbintimes
                  newcommandchrtimestimes


                  Then noindent $areltimes b newline abintimes b newline achrtimes b$ will produce the output:



                  enter image description here



                  Note the extra set of curly braces in chrtimes. If you remove them you'll get the same output as mathbintimes, since times is by default a binary operator. You can enclose most math symbols in to turn them into ordinary math symbols.



                  Typically, binary relations have slightly more space than binary operators, and significantly more than ordinary symbols. However, the spacing changes when these appear as sub- or superscripts. All three examples above will look like A_atimes b if placed in a subscript.



                  Many new symbols can be created by modifying or combining existing symbols. To rotate, scale or reflect existing symbols, use the graphicx or graphics package. Documentation is here. The commands are rotatebox, scalebox, resizebox and reflectbox.



                  For example, if you want a cong symbol (≅), but with the tilde reversed, the reflectbox command from graphicx can be used. The code



                  newcommandbackcongmathrelreflectbox$cong$


                  will produce the desired effect with the code $Abackcong B$.



                  enter image description here



                  If you try using this code in a subscript (for example, $X_Abackcong B$), the new symbol will not scale down as it should. This is resolved below below using mathchoice.



                  To combine multiple symbols (math or text) the ooalign command can be used. @egreg has a detailed explanation here. The basic idea is that ooalign creates a one-column table, with all rows superimposed on one another, and no padding outside the column. Each row of the "table" ends with cr. Entries can be centered in the column using hfil.



                  For example, to produce



                  enter image description here



                  we superimpose a circ symbol with a text T character. The command



                  newcommandTcircmathbin%
                  ooalignhfil$circ$hfilcrhfil Thfilcr%



                  together with $ATcirc B$ produces the output.



                  To make sure your symbol looks right whether it's displayed, inline, script or scriptscript, you can use mathchoice. (Note mathpalette (explained here by @egreg and @Werner) can be used when the four versions are identical except for style.)



                  mathchoice
                  <do this if called in displaystyle>
                  <do this if called in textstyle>
                  <do this if called in scriptstyle>
                  <do this if called in scriptscriptstyle>


                  The above code will produce the corresponding output for each of the four math styles.



                  To illustrate, here is a solution to the twisted product question that will adjust to scripts and scriptscripts.



                  newcommandtwprodmathbinmathchoice%
                  ooalignhfilraisebox1.15exmbox$scriptstylesim$hfilcrhfil$times$hfilcr%
                  ooalignhfilraisebox1.15exmbox$scriptstylesim$hfilcrhfil$times$hfilcr%
                  ooalignhfilraisebox.85exmbox$scriptscriptstylesim$hfilcrhfil$scriptstyletimes$hfilcr%
                  ooalignhfilraisebox.65exscalebox.8$scriptscriptstylesim$hfilcrhfil$scriptscriptstyletimes$hfilcr%



                  enter image description here



                  S^2twprod S^2 quad F_S^2twprod S^2 quad F_K_S^2twprod S^2


                  I downsized the sim in each style so it fit better over the times.



                  Similar effects can be obtained using stackengine. Documentation is here.



                  If you can't create your symbol by combining or modifying others, you can design your symbol from scratch using tikz, together with the ideas above. Here is an example by @marmot.







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited 35 mins ago









                  Phelype Oleinik

                  24.6k54688




                  24.6k54688










                  answered 2 hours ago









                  Sandy GSandy G

                  3,7271429




                  3,7271429





















                      1














                      Another possibility with the stackinset command, from stackengine:



                      documentclass[border = 2pt]standalone

                      usepackagestackengine, graphicx %

                      newcommandsimtimesstackMathmathbinmathchoice%
                      stackinsetc0exc0.9exscalebox 0.67$sim $times%
                      stackinsetc0exc0.9exscalebox 0.67$sim $times%
                      stackinsetc0exc0.7exscalebox 0.67$scriptstylesim $scriptstyletimes%
                      stackinsetc0exc0.6exscalebox 0.67$scriptscriptstylesim $scriptscriptstyletimes%


                      begindocument

                      $ S^2 simtimes S^2 quad F_S^2 simtimes S^2 quad F_K_S^2 simtimes S^2$

                      enddocument


                      enter image description here






                      share|improve this answer



























                        1














                        Another possibility with the stackinset command, from stackengine:



                        documentclass[border = 2pt]standalone

                        usepackagestackengine, graphicx %

                        newcommandsimtimesstackMathmathbinmathchoice%
                        stackinsetc0exc0.9exscalebox 0.67$sim $times%
                        stackinsetc0exc0.9exscalebox 0.67$sim $times%
                        stackinsetc0exc0.7exscalebox 0.67$scriptstylesim $scriptstyletimes%
                        stackinsetc0exc0.6exscalebox 0.67$scriptscriptstylesim $scriptscriptstyletimes%


                        begindocument

                        $ S^2 simtimes S^2 quad F_S^2 simtimes S^2 quad F_K_S^2 simtimes S^2$

                        enddocument


                        enter image description here






                        share|improve this answer

























                          1












                          1








                          1







                          Another possibility with the stackinset command, from stackengine:



                          documentclass[border = 2pt]standalone

                          usepackagestackengine, graphicx %

                          newcommandsimtimesstackMathmathbinmathchoice%
                          stackinsetc0exc0.9exscalebox 0.67$sim $times%
                          stackinsetc0exc0.9exscalebox 0.67$sim $times%
                          stackinsetc0exc0.7exscalebox 0.67$scriptstylesim $scriptstyletimes%
                          stackinsetc0exc0.6exscalebox 0.67$scriptscriptstylesim $scriptscriptstyletimes%


                          begindocument

                          $ S^2 simtimes S^2 quad F_S^2 simtimes S^2 quad F_K_S^2 simtimes S^2$

                          enddocument


                          enter image description here






                          share|improve this answer













                          Another possibility with the stackinset command, from stackengine:



                          documentclass[border = 2pt]standalone

                          usepackagestackengine, graphicx %

                          newcommandsimtimesstackMathmathbinmathchoice%
                          stackinsetc0exc0.9exscalebox 0.67$sim $times%
                          stackinsetc0exc0.9exscalebox 0.67$sim $times%
                          stackinsetc0exc0.7exscalebox 0.67$scriptstylesim $scriptstyletimes%
                          stackinsetc0exc0.6exscalebox 0.67$scriptscriptstylesim $scriptscriptstyletimes%


                          begindocument

                          $ S^2 simtimes S^2 quad F_S^2 simtimes S^2 quad F_K_S^2 simtimes S^2$

                          enddocument


                          enter image description here







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered 21 mins ago









                          BernardBernard

                          173k776205




                          173k776205



























                              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%2f480768%2fhow-do-you-make-your-own-symbol-when-detexify-fails%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

                              名間水力發電廠 目录 沿革 設施 鄰近設施 註釋 外部連結 导航菜单23°50′10″N 120°42′41″E / 23.83611°N 120.71139°E / 23.83611; 120.7113923°50′10″N 120°42′41″E / 23.83611°N 120.71139°E / 23.83611; 120.71139計畫概要原始内容臺灣第一座BOT 模式開發的水力發電廠-名間水力電廠名間水力發電廠 水利署首件BOT案原始内容《小檔案》名間電廠 首座BOT水力發電廠原始内容名間電廠BOT - 經濟部水利署中區水資源局

                              Prove that NP is closed under karp reduction?Space(n) not closed under Karp reductions - what about NTime(n)?Class P is closed under rotation?Prove or disprove that $NL$ is closed under polynomial many-one reductions$mathbfNC_2$ is closed under log-space reductionOn Karp reductionwhen can I know if a class (complexity) is closed under reduction (cook/karp)Check if class $PSPACE$ is closed under polyonomially space reductionIs NPSPACE also closed under polynomial-time reduction and under log-space reduction?Prove PSPACE is closed under complement?Prove PSPACE is closed under union?

                              Is my guitar’s action too high? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Strings too stiff on a recently purchased acoustic guitar | Cort AD880CEIs the action of my guitar really high?Μy little finger is too weak to play guitarWith guitar, how long should I give my fingers to strengthen / callous?When playing a fret the guitar sounds mutedPlaying (Barre) chords up the guitar neckI think my guitar strings are wound too tight and I can't play barre chordsF barre chord on an SG guitarHow to find to the right strings of a barre chord by feel?High action on higher fret on my steel acoustic guitar