Weird formatting in a smaller created empty set symbol












2















A while back I created my own sort of emptyset symbol because the "not equal" slash didn't line up and it annoyed me. So I defined my own emptyset via DeclareMathOperator{vempty}{{centernot{Circle}}}. However, when I try to use it in a subscript (as demonstrated below), the slash becomes unaligned with the circle. Does anyone know how to remedy this? Here's my MWE:



documentclass[12pt]{letter}
usepackage{amsmath,amssymb,amsthm,centernot,cases}
usepackage{wasysym}

DeclareMathOperator{vempty}{{centernot{Circle}}}
DeclareMathOperator{vempty}{{text{O}}}

begin{document}
Example of difference between emptyset, varnothing, and vempty:
begin{equation*}
neq emptyset quad neq varnothing quad neq vempty
end{equation*}

Example of pathological behavior:
begin{equation*}
int_{varnothing} f dm quad int_{vempty} f dm
end{equation*}
end{document}









share|improve this question



























    2















    A while back I created my own sort of emptyset symbol because the "not equal" slash didn't line up and it annoyed me. So I defined my own emptyset via DeclareMathOperator{vempty}{{centernot{Circle}}}. However, when I try to use it in a subscript (as demonstrated below), the slash becomes unaligned with the circle. Does anyone know how to remedy this? Here's my MWE:



    documentclass[12pt]{letter}
    usepackage{amsmath,amssymb,amsthm,centernot,cases}
    usepackage{wasysym}

    DeclareMathOperator{vempty}{{centernot{Circle}}}
    DeclareMathOperator{vempty}{{text{O}}}

    begin{document}
    Example of difference between emptyset, varnothing, and vempty:
    begin{equation*}
    neq emptyset quad neq varnothing quad neq vempty
    end{equation*}

    Example of pathological behavior:
    begin{equation*}
    int_{varnothing} f dm quad int_{vempty} f dm
    end{equation*}
    end{document}









    share|improve this question

























      2












      2








      2








      A while back I created my own sort of emptyset symbol because the "not equal" slash didn't line up and it annoyed me. So I defined my own emptyset via DeclareMathOperator{vempty}{{centernot{Circle}}}. However, when I try to use it in a subscript (as demonstrated below), the slash becomes unaligned with the circle. Does anyone know how to remedy this? Here's my MWE:



      documentclass[12pt]{letter}
      usepackage{amsmath,amssymb,amsthm,centernot,cases}
      usepackage{wasysym}

      DeclareMathOperator{vempty}{{centernot{Circle}}}
      DeclareMathOperator{vempty}{{text{O}}}

      begin{document}
      Example of difference between emptyset, varnothing, and vempty:
      begin{equation*}
      neq emptyset quad neq varnothing quad neq vempty
      end{equation*}

      Example of pathological behavior:
      begin{equation*}
      int_{varnothing} f dm quad int_{vempty} f dm
      end{equation*}
      end{document}









      share|improve this question














      A while back I created my own sort of emptyset symbol because the "not equal" slash didn't line up and it annoyed me. So I defined my own emptyset via DeclareMathOperator{vempty}{{centernot{Circle}}}. However, when I try to use it in a subscript (as demonstrated below), the slash becomes unaligned with the circle. Does anyone know how to remedy this? Here's my MWE:



      documentclass[12pt]{letter}
      usepackage{amsmath,amssymb,amsthm,centernot,cases}
      usepackage{wasysym}

      DeclareMathOperator{vempty}{{centernot{Circle}}}
      DeclareMathOperator{vempty}{{text{O}}}

      begin{document}
      Example of difference between emptyset, varnothing, and vempty:
      begin{equation*}
      neq emptyset quad neq varnothing quad neq vempty
      end{equation*}

      Example of pathological behavior:
      begin{equation*}
      int_{varnothing} f dm quad int_{vempty} f dm
      end{equation*}
      end{document}






      symbols typography kerning






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jan 15 at 20:40









      IsomorphismIsomorphism

      283




      283






















          1 Answer
          1






          active

          oldest

          votes


















          2














          Symbols from wasysym are defined as



          mbox{wasyfamilysymbol{<number>}}


          so they don't change size in subscripts. Add text around it.



          Oh, and it's not an operator, but an ordinary symbol.



          documentclass[12pt]{letter}
          usepackage{amsmath,amssymb,amsthm,centernot,cases}
          usepackage{wasysym}

          newcommand{vempty}{{centernot{text{Circle}}}}

          begin{document}

          Example of difference between emptyset, varnothing, and vempty:
          begin{equation*}
          neq emptyset quad neq varnothing quad neq vempty
          end{equation*}

          It's horrible also in subscripts texttt{;-)}
          begin{equation*}
          int_{varnothing} f dm quad int_{vempty} f,dm
          end{equation*}

          end{document}


          enter image description here



          Personal note: I consider varnothing a symbol good for plumbers. Your variation is even uglier. ;-)






          share|improve this answer
























          • Is there a way to create a symbol which is more aesthetic and has the same slash angle as neq? I tried, for example, centernot{0}, but the slash was misaligned inside of the zero.

            – Isomorphism
            Jan 16 at 0:04











          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%2f470299%2fweird-formatting-in-a-smaller-created-empty-set-symbol%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          2














          Symbols from wasysym are defined as



          mbox{wasyfamilysymbol{<number>}}


          so they don't change size in subscripts. Add text around it.



          Oh, and it's not an operator, but an ordinary symbol.



          documentclass[12pt]{letter}
          usepackage{amsmath,amssymb,amsthm,centernot,cases}
          usepackage{wasysym}

          newcommand{vempty}{{centernot{text{Circle}}}}

          begin{document}

          Example of difference between emptyset, varnothing, and vempty:
          begin{equation*}
          neq emptyset quad neq varnothing quad neq vempty
          end{equation*}

          It's horrible also in subscripts texttt{;-)}
          begin{equation*}
          int_{varnothing} f dm quad int_{vempty} f,dm
          end{equation*}

          end{document}


          enter image description here



          Personal note: I consider varnothing a symbol good for plumbers. Your variation is even uglier. ;-)






          share|improve this answer
























          • Is there a way to create a symbol which is more aesthetic and has the same slash angle as neq? I tried, for example, centernot{0}, but the slash was misaligned inside of the zero.

            – Isomorphism
            Jan 16 at 0:04
















          2














          Symbols from wasysym are defined as



          mbox{wasyfamilysymbol{<number>}}


          so they don't change size in subscripts. Add text around it.



          Oh, and it's not an operator, but an ordinary symbol.



          documentclass[12pt]{letter}
          usepackage{amsmath,amssymb,amsthm,centernot,cases}
          usepackage{wasysym}

          newcommand{vempty}{{centernot{text{Circle}}}}

          begin{document}

          Example of difference between emptyset, varnothing, and vempty:
          begin{equation*}
          neq emptyset quad neq varnothing quad neq vempty
          end{equation*}

          It's horrible also in subscripts texttt{;-)}
          begin{equation*}
          int_{varnothing} f dm quad int_{vempty} f,dm
          end{equation*}

          end{document}


          enter image description here



          Personal note: I consider varnothing a symbol good for plumbers. Your variation is even uglier. ;-)






          share|improve this answer
























          • Is there a way to create a symbol which is more aesthetic and has the same slash angle as neq? I tried, for example, centernot{0}, but the slash was misaligned inside of the zero.

            – Isomorphism
            Jan 16 at 0:04














          2












          2








          2







          Symbols from wasysym are defined as



          mbox{wasyfamilysymbol{<number>}}


          so they don't change size in subscripts. Add text around it.



          Oh, and it's not an operator, but an ordinary symbol.



          documentclass[12pt]{letter}
          usepackage{amsmath,amssymb,amsthm,centernot,cases}
          usepackage{wasysym}

          newcommand{vempty}{{centernot{text{Circle}}}}

          begin{document}

          Example of difference between emptyset, varnothing, and vempty:
          begin{equation*}
          neq emptyset quad neq varnothing quad neq vempty
          end{equation*}

          It's horrible also in subscripts texttt{;-)}
          begin{equation*}
          int_{varnothing} f dm quad int_{vempty} f,dm
          end{equation*}

          end{document}


          enter image description here



          Personal note: I consider varnothing a symbol good for plumbers. Your variation is even uglier. ;-)






          share|improve this answer













          Symbols from wasysym are defined as



          mbox{wasyfamilysymbol{<number>}}


          so they don't change size in subscripts. Add text around it.



          Oh, and it's not an operator, but an ordinary symbol.



          documentclass[12pt]{letter}
          usepackage{amsmath,amssymb,amsthm,centernot,cases}
          usepackage{wasysym}

          newcommand{vempty}{{centernot{text{Circle}}}}

          begin{document}

          Example of difference between emptyset, varnothing, and vempty:
          begin{equation*}
          neq emptyset quad neq varnothing quad neq vempty
          end{equation*}

          It's horrible also in subscripts texttt{;-)}
          begin{equation*}
          int_{varnothing} f dm quad int_{vempty} f,dm
          end{equation*}

          end{document}


          enter image description here



          Personal note: I consider varnothing a symbol good for plumbers. Your variation is even uglier. ;-)







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jan 15 at 22:16









          egregegreg

          714k8618983184




          714k8618983184













          • Is there a way to create a symbol which is more aesthetic and has the same slash angle as neq? I tried, for example, centernot{0}, but the slash was misaligned inside of the zero.

            – Isomorphism
            Jan 16 at 0:04



















          • Is there a way to create a symbol which is more aesthetic and has the same slash angle as neq? I tried, for example, centernot{0}, but the slash was misaligned inside of the zero.

            – Isomorphism
            Jan 16 at 0:04

















          Is there a way to create a symbol which is more aesthetic and has the same slash angle as neq? I tried, for example, centernot{0}, but the slash was misaligned inside of the zero.

          – Isomorphism
          Jan 16 at 0:04





          Is there a way to create a symbol which is more aesthetic and has the same slash angle as neq? I tried, for example, centernot{0}, but the slash was misaligned inside of the zero.

          – Isomorphism
          Jan 16 at 0:04


















          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%2f470299%2fweird-formatting-in-a-smaller-created-empty-set-symbol%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

          Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

          ComboBox Display Member on multiple fields

          Is it possible to collect Nectar points via Trainline?