How do I superimpose two math symbols?subseteq + circ as a single symbol (“open subset”)How to color math symbols?How do you superimpose two symbols over each other?Why does widehat behave differently if I insert hspace0pt?Symbols in Math ModeMath Symbols Palette?Using mathspec to change digits font in math mode isn't workingLyX: How to combine two math symbols?How to customize math symbols?typeset some unfamiliar math symbolsUsing printeranswers environment, how to print solutions in the box without the title “Solutions”

How can this tool find out registered domains from an IP?

Were Alexander the Great and Hephaestion lovers?

Longest bridge/tunnel that can be cycled over/through?

How can I get an unreasonable manager to approve time off?

Is using haveibeenpwned to validate password strength rational?

Winning Strategy for the Magician and his Apprentice

Giant Steps - Coltrane and Slonimsky

Why can't I use =default for default ctors with a member initializer list

What to do when surprise and a high initiative roll conflict with the narrative?

How do I prevent employees from either switching to competitors or opening their own business?

Is White controlling this game?

How is John Wick 3 a 15 certificate?

What makes Ada the language of choice for the ISS's safety-critical systems?

What can I, as a user, do about offensive reviews in App Store?

Soft question: Examples where lack of mathematical rigour cause security breaches?

How did old MS-DOS games utilize various graphic cards?

Paying more mana for a Flashed creature

You have (3^2 + 2^3 + 2^2) Guesses Left. Figure out the Last one

Can Rydberg constant be in joules?

Non-disclosure agreement in a small business

A IP can traceroute to it, but can not ping

How to communicate to my GM that not being allowed to use stealth isn't fun for me?

Using "subway" as name for London Underground?

Extreme flexible working hours: how to control people and activities?



How do I superimpose two math symbols?


subseteq + circ as a single symbol (“open subset”)How to color math symbols?How do you superimpose two symbols over each other?Why does widehat behave differently if I insert hspace0pt?Symbols in Math ModeMath Symbols Palette?Using mathspec to change digits font in math mode isn't workingLyX: How to combine two math symbols?How to customize math symbols?typeset some unfamiliar math symbolsUsing printeranswers environment, how to print solutions in the box without the title “Solutions”













5















I want to create a symbol that superimpose top and bot.
I have done this



documentclass[12pt]article
usepackageamsmath
newcommandmoddtophspace-3.17mmbot
begindocument
$modd top bot$
enddocument


enter image description here



But the vertical bar seems too thick. I have detexified the symbol and browsed through the comprehensive list, without success.










share|improve this question
























  • Why not a capital sans-serif I (of the appropriate font)?

    – Steven B. Segletes
    May 22 at 10:37












  • @StevenB.Segletes Yes, I have tried this but the height should also be the same as the height of top. I want to create a symbol saying in between top and bottom.

    – Denis
    May 22 at 10:40















5















I want to create a symbol that superimpose top and bot.
I have done this



documentclass[12pt]article
usepackageamsmath
newcommandmoddtophspace-3.17mmbot
begindocument
$modd top bot$
enddocument


enter image description here



But the vertical bar seems too thick. I have detexified the symbol and browsed through the comprehensive list, without success.










share|improve this question
























  • Why not a capital sans-serif I (of the appropriate font)?

    – Steven B. Segletes
    May 22 at 10:37












  • @StevenB.Segletes Yes, I have tried this but the height should also be the same as the height of top. I want to create a symbol saying in between top and bottom.

    – Denis
    May 22 at 10:40













5












5








5


3






I want to create a symbol that superimpose top and bot.
I have done this



documentclass[12pt]article
usepackageamsmath
newcommandmoddtophspace-3.17mmbot
begindocument
$modd top bot$
enddocument


enter image description here



But the vertical bar seems too thick. I have detexified the symbol and browsed through the comprehensive list, without success.










share|improve this question
















I want to create a symbol that superimpose top and bot.
I have done this



documentclass[12pt]article
usepackageamsmath
newcommandmoddtophspace-3.17mmbot
begindocument
$modd top bot$
enddocument


enter image description here



But the vertical bar seems too thick. I have detexified the symbol and browsed through the comprehensive list, without success.







math-mode macros symbols






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited May 22 at 15:10









Davislor

8,3891535




8,3891535










asked May 22 at 10:35









DenisDenis

2,824621




2,824621












  • Why not a capital sans-serif I (of the appropriate font)?

    – Steven B. Segletes
    May 22 at 10:37












  • @StevenB.Segletes Yes, I have tried this but the height should also be the same as the height of top. I want to create a symbol saying in between top and bottom.

    – Denis
    May 22 at 10:40

















  • Why not a capital sans-serif I (of the appropriate font)?

    – Steven B. Segletes
    May 22 at 10:37












  • @StevenB.Segletes Yes, I have tried this but the height should also be the same as the height of top. I want to create a symbol saying in between top and bottom.

    – Denis
    May 22 at 10:40
















Why not a capital sans-serif I (of the appropriate font)?

– Steven B. Segletes
May 22 at 10:37






Why not a capital sans-serif I (of the appropriate font)?

– Steven B. Segletes
May 22 at 10:37














@StevenB.Segletes Yes, I have tried this but the height should also be the same as the height of top. I want to create a symbol saying in between top and bottom.

– Denis
May 22 at 10:40





@StevenB.Segletes Yes, I have tried this but the height should also be the same as the height of top. I want to create a symbol saying in between top and bottom.

– Denis
May 22 at 10:40










2 Answers
2






active

oldest

votes


















5














documentclass[12pt]article
usepackageamsmath,stackengine
newcommandmoddensurestackMathstackengine0pttopbotOcFFL
begindocument
$modd top bot $
enddocument


enter image description here



If you need it at smaller math styles:



documentclass[12pt]article
usepackageamsmath,stackengine,scalerel
newcommandmoddThisStyleensurestackMathstackengine0pt%
SavedStyletopSavedStylebotOcFFL
begindocument
$modd top bot $

$scriptstylemodd top bot $

$scriptscriptstylemodd top bot $
enddocument


enter image description here






share|improve this answer
































    12














    You guessed a wrong value of the negative space. You needn't guess, TeX can do the work for you.



    documentclassarticle

    makeatletter
    newcommandmoddmathordmathpalettedenis@moddrelax
    newcommanddenis@modd[2]ooalign$m@th#1top$cr$m@th#1bot$cr
    makeatother

    begindocument

    $moddtopbot$

    enddocument


    enter image description here



    See https://tex.stackexchange.com/a/22375/4427 for more information on ooalign.






    share|improve this answer


















    • 4





      +1 for an answer which does not depend on any packages

      – The old JouleV
      May 22 at 10:56











    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%2f492078%2fhow-do-i-superimpose-two-math-symbols%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









    5














    documentclass[12pt]article
    usepackageamsmath,stackengine
    newcommandmoddensurestackMathstackengine0pttopbotOcFFL
    begindocument
    $modd top bot $
    enddocument


    enter image description here



    If you need it at smaller math styles:



    documentclass[12pt]article
    usepackageamsmath,stackengine,scalerel
    newcommandmoddThisStyleensurestackMathstackengine0pt%
    SavedStyletopSavedStylebotOcFFL
    begindocument
    $modd top bot $

    $scriptstylemodd top bot $

    $scriptscriptstylemodd top bot $
    enddocument


    enter image description here






    share|improve this answer





























      5














      documentclass[12pt]article
      usepackageamsmath,stackengine
      newcommandmoddensurestackMathstackengine0pttopbotOcFFL
      begindocument
      $modd top bot $
      enddocument


      enter image description here



      If you need it at smaller math styles:



      documentclass[12pt]article
      usepackageamsmath,stackengine,scalerel
      newcommandmoddThisStyleensurestackMathstackengine0pt%
      SavedStyletopSavedStylebotOcFFL
      begindocument
      $modd top bot $

      $scriptstylemodd top bot $

      $scriptscriptstylemodd top bot $
      enddocument


      enter image description here






      share|improve this answer



























        5












        5








        5







        documentclass[12pt]article
        usepackageamsmath,stackengine
        newcommandmoddensurestackMathstackengine0pttopbotOcFFL
        begindocument
        $modd top bot $
        enddocument


        enter image description here



        If you need it at smaller math styles:



        documentclass[12pt]article
        usepackageamsmath,stackengine,scalerel
        newcommandmoddThisStyleensurestackMathstackengine0pt%
        SavedStyletopSavedStylebotOcFFL
        begindocument
        $modd top bot $

        $scriptstylemodd top bot $

        $scriptscriptstylemodd top bot $
        enddocument


        enter image description here






        share|improve this answer















        documentclass[12pt]article
        usepackageamsmath,stackengine
        newcommandmoddensurestackMathstackengine0pttopbotOcFFL
        begindocument
        $modd top bot $
        enddocument


        enter image description here



        If you need it at smaller math styles:



        documentclass[12pt]article
        usepackageamsmath,stackengine,scalerel
        newcommandmoddThisStyleensurestackMathstackengine0pt%
        SavedStyletopSavedStylebotOcFFL
        begindocument
        $modd top bot $

        $scriptstylemodd top bot $

        $scriptscriptstylemodd top bot $
        enddocument


        enter image description here







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited May 22 at 10:44

























        answered May 22 at 10:39









        Steven B. SegletesSteven B. Segletes

        166k9210427




        166k9210427





















            12














            You guessed a wrong value of the negative space. You needn't guess, TeX can do the work for you.



            documentclassarticle

            makeatletter
            newcommandmoddmathordmathpalettedenis@moddrelax
            newcommanddenis@modd[2]ooalign$m@th#1top$cr$m@th#1bot$cr
            makeatother

            begindocument

            $moddtopbot$

            enddocument


            enter image description here



            See https://tex.stackexchange.com/a/22375/4427 for more information on ooalign.






            share|improve this answer


















            • 4





              +1 for an answer which does not depend on any packages

              – The old JouleV
              May 22 at 10:56















            12














            You guessed a wrong value of the negative space. You needn't guess, TeX can do the work for you.



            documentclassarticle

            makeatletter
            newcommandmoddmathordmathpalettedenis@moddrelax
            newcommanddenis@modd[2]ooalign$m@th#1top$cr$m@th#1bot$cr
            makeatother

            begindocument

            $moddtopbot$

            enddocument


            enter image description here



            See https://tex.stackexchange.com/a/22375/4427 for more information on ooalign.






            share|improve this answer


















            • 4





              +1 for an answer which does not depend on any packages

              – The old JouleV
              May 22 at 10:56













            12












            12








            12







            You guessed a wrong value of the negative space. You needn't guess, TeX can do the work for you.



            documentclassarticle

            makeatletter
            newcommandmoddmathordmathpalettedenis@moddrelax
            newcommanddenis@modd[2]ooalign$m@th#1top$cr$m@th#1bot$cr
            makeatother

            begindocument

            $moddtopbot$

            enddocument


            enter image description here



            See https://tex.stackexchange.com/a/22375/4427 for more information on ooalign.






            share|improve this answer













            You guessed a wrong value of the negative space. You needn't guess, TeX can do the work for you.



            documentclassarticle

            makeatletter
            newcommandmoddmathordmathpalettedenis@moddrelax
            newcommanddenis@modd[2]ooalign$m@th#1top$cr$m@th#1bot$cr
            makeatother

            begindocument

            $moddtopbot$

            enddocument


            enter image description here



            See https://tex.stackexchange.com/a/22375/4427 for more information on ooalign.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered May 22 at 10:46









            egregegreg

            746k8919543295




            746k8919543295







            • 4





              +1 for an answer which does not depend on any packages

              – The old JouleV
              May 22 at 10:56












            • 4





              +1 for an answer which does not depend on any packages

              – The old JouleV
              May 22 at 10:56







            4




            4





            +1 for an answer which does not depend on any packages

            – The old JouleV
            May 22 at 10:56





            +1 for an answer which does not depend on any packages

            – The old JouleV
            May 22 at 10:56

















            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%2f492078%2fhow-do-i-superimpose-two-math-symbols%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

            How to write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

            What if the end-user didn't have the required library?What is setup.py?What is a clean, pythonic way to have multiple constructors in Python?What does Ruby have that Python doesn't, and vice versa?What is the reason for having '//' in Python?How do I create a namespace package in Python?How to package shared objects that python modules depend on?setuptools vs. distutils: why is distutils still a thing?Navigation in Windows 10 vs code not going to virtualenv library when the same library is installed at user levelPython create package for local usePackaging a project that uses multiple python versionsWhy is permission denied on pip install except for when “--user” is included at end of command?

            Esgonzo ibérico Índice Descrición Distribución Hábitat Ameazas Notas Véxase tamén "Acerca dos nomes dos anfibios e réptiles galegos""Chalcides bedriagai"Chalcides bedriagai en Carrascal, L. M. Salvador, A. (Eds). Enciclopedia virtual de los vertebrados españoles. Museo Nacional de Ciencias Naturales, Madrid. España.Fotos