How to create symbol “cross product with dot under it”











up vote
6
down vote

favorite












*enter image description here*



Is there any package with that symbol circled in orange in the photo? Thanks for answering.










share|improve this question







New contributor




Peđa Pilipović is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • What does this symbol mean? If it's that rare that Tex doesn't have it, it means Knuth never used it, so the rest of us don't know what it means either. Why do you want to use it?
    – D Duck
    yesterday












  • @DDuck That book is written in Tex so it must exist. We are using that symbol for Cartesian product of two semialgebras.
    – Peđa Pilipović
    3 hours ago










  • Did you look in tug.ctan.org/info/symbols/comprehensive/symbols-a4.pdf ?
    – D Duck
    3 hours ago















up vote
6
down vote

favorite












*enter image description here*



Is there any package with that symbol circled in orange in the photo? Thanks for answering.










share|improve this question







New contributor




Peđa Pilipović is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • What does this symbol mean? If it's that rare that Tex doesn't have it, it means Knuth never used it, so the rest of us don't know what it means either. Why do you want to use it?
    – D Duck
    yesterday












  • @DDuck That book is written in Tex so it must exist. We are using that symbol for Cartesian product of two semialgebras.
    – Peđa Pilipović
    3 hours ago










  • Did you look in tug.ctan.org/info/symbols/comprehensive/symbols-a4.pdf ?
    – D Duck
    3 hours ago













up vote
6
down vote

favorite









up vote
6
down vote

favorite











*enter image description here*



Is there any package with that symbol circled in orange in the photo? Thanks for answering.










share|improve this question







New contributor




Peđa Pilipović is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











*enter image description here*



Is there any package with that symbol circled in orange in the photo? Thanks for answering.







times math-fonts






share|improve this question







New contributor




Peđa Pilipović is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




Peđa Pilipović is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




Peđa Pilipović is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 2 days ago









Peđa Pilipović

332




332




New contributor




Peđa Pilipović is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Peđa Pilipović is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Peđa Pilipović is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • What does this symbol mean? If it's that rare that Tex doesn't have it, it means Knuth never used it, so the rest of us don't know what it means either. Why do you want to use it?
    – D Duck
    yesterday












  • @DDuck That book is written in Tex so it must exist. We are using that symbol for Cartesian product of two semialgebras.
    – Peđa Pilipović
    3 hours ago










  • Did you look in tug.ctan.org/info/symbols/comprehensive/symbols-a4.pdf ?
    – D Duck
    3 hours ago


















  • What does this symbol mean? If it's that rare that Tex doesn't have it, it means Knuth never used it, so the rest of us don't know what it means either. Why do you want to use it?
    – D Duck
    yesterday












  • @DDuck That book is written in Tex so it must exist. We are using that symbol for Cartesian product of two semialgebras.
    – Peđa Pilipović
    3 hours ago










  • Did you look in tug.ctan.org/info/symbols/comprehensive/symbols-a4.pdf ?
    – D Duck
    3 hours ago
















What does this symbol mean? If it's that rare that Tex doesn't have it, it means Knuth never used it, so the rest of us don't know what it means either. Why do you want to use it?
– D Duck
yesterday






What does this symbol mean? If it's that rare that Tex doesn't have it, it means Knuth never used it, so the rest of us don't know what it means either. Why do you want to use it?
– D Duck
yesterday














@DDuck That book is written in Tex so it must exist. We are using that symbol for Cartesian product of two semialgebras.
– Peđa Pilipović
3 hours ago




@DDuck That book is written in Tex so it must exist. We are using that symbol for Cartesian product of two semialgebras.
– Peđa Pilipović
3 hours ago












Did you look in tug.ctan.org/info/symbols/comprehensive/symbols-a4.pdf ?
– D Duck
3 hours ago




Did you look in tug.ctan.org/info/symbols/comprehensive/symbols-a4.pdf ?
– D Duck
3 hours ago










3 Answers
3






active

oldest

votes

















up vote
10
down vote



accepted










Using ooalign (one of my favorite toys) together with mathpalette for properly scaling the symbol if in subscripts or superscripts. Note that the dot is properly centered, contrary to what the image shows.



documentclass{article}
usepackage{amsmath}

makeatletter
newcommand{timesdot}{mathbin{mathpalettetimesdot@relax}}
newcommand{timesdot@}[2]{%
ooalign{$m@th#1times$crhidewidth$m@th#1.$hidewidthcr}%
}
makeatother

begin{document}

$mathcal{I}timesdotmathcal{J}$

end{document}


enter image description here






share|improve this answer





















  • Awsome. Thanks!
    – Peđa Pilipović
    3 hours ago


















up vote
7
down vote













With stackengine:



documentclass{article}
usepackage{amsfonts}
usepackage{stackengine}
newcommandtimesdot{stackMathmathbin{stackinset{c}{0ex}{c}{-0.49ex}{scriptscriptstyle.}{times}}}

begin{document}

$mathcal I timesdot mathcal J$

end{document}







share|improve this answer




























    up vote
    0
    down vote













    If larger space is also OK:



    documentclass{article}

    usepackage{graphicx}
    usepackage{mathabx}

    begin{document}

    rotatebox{180}{$dottimes$}

    end{document}


    enter image description here






    share|improve this answer





















    • Observe that the dot is not inside the times.
      – Sigur
      2 days ago










    • @Sigur Sure, that's why I make the if case for larger space
      – daniel
      yesterday










    • Also, try to insert those 2 letters around it, as OP had shown.
      – Sigur
      yesterday











    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "85"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });






    Peđa Pilipović is a new contributor. Be nice, and check out our Code of Conduct.










     

    draft saved


    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f460383%2fhow-to-create-symbol-cross-product-with-dot-under-it%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    3 Answers
    3






    active

    oldest

    votes








    3 Answers
    3






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    10
    down vote



    accepted










    Using ooalign (one of my favorite toys) together with mathpalette for properly scaling the symbol if in subscripts or superscripts. Note that the dot is properly centered, contrary to what the image shows.



    documentclass{article}
    usepackage{amsmath}

    makeatletter
    newcommand{timesdot}{mathbin{mathpalettetimesdot@relax}}
    newcommand{timesdot@}[2]{%
    ooalign{$m@th#1times$crhidewidth$m@th#1.$hidewidthcr}%
    }
    makeatother

    begin{document}

    $mathcal{I}timesdotmathcal{J}$

    end{document}


    enter image description here






    share|improve this answer





















    • Awsome. Thanks!
      – Peđa Pilipović
      3 hours ago















    up vote
    10
    down vote



    accepted










    Using ooalign (one of my favorite toys) together with mathpalette for properly scaling the symbol if in subscripts or superscripts. Note that the dot is properly centered, contrary to what the image shows.



    documentclass{article}
    usepackage{amsmath}

    makeatletter
    newcommand{timesdot}{mathbin{mathpalettetimesdot@relax}}
    newcommand{timesdot@}[2]{%
    ooalign{$m@th#1times$crhidewidth$m@th#1.$hidewidthcr}%
    }
    makeatother

    begin{document}

    $mathcal{I}timesdotmathcal{J}$

    end{document}


    enter image description here






    share|improve this answer





















    • Awsome. Thanks!
      – Peđa Pilipović
      3 hours ago













    up vote
    10
    down vote



    accepted







    up vote
    10
    down vote



    accepted






    Using ooalign (one of my favorite toys) together with mathpalette for properly scaling the symbol if in subscripts or superscripts. Note that the dot is properly centered, contrary to what the image shows.



    documentclass{article}
    usepackage{amsmath}

    makeatletter
    newcommand{timesdot}{mathbin{mathpalettetimesdot@relax}}
    newcommand{timesdot@}[2]{%
    ooalign{$m@th#1times$crhidewidth$m@th#1.$hidewidthcr}%
    }
    makeatother

    begin{document}

    $mathcal{I}timesdotmathcal{J}$

    end{document}


    enter image description here






    share|improve this answer












    Using ooalign (one of my favorite toys) together with mathpalette for properly scaling the symbol if in subscripts or superscripts. Note that the dot is properly centered, contrary to what the image shows.



    documentclass{article}
    usepackage{amsmath}

    makeatletter
    newcommand{timesdot}{mathbin{mathpalettetimesdot@relax}}
    newcommand{timesdot@}[2]{%
    ooalign{$m@th#1times$crhidewidth$m@th#1.$hidewidthcr}%
    }
    makeatother

    begin{document}

    $mathcal{I}timesdotmathcal{J}$

    end{document}


    enter image description here







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered 2 days ago









    egreg

    698k8518553122




    698k8518553122












    • Awsome. Thanks!
      – Peđa Pilipović
      3 hours ago


















    • Awsome. Thanks!
      – Peđa Pilipović
      3 hours ago
















    Awsome. Thanks!
    – Peđa Pilipović
    3 hours ago




    Awsome. Thanks!
    – Peđa Pilipović
    3 hours ago










    up vote
    7
    down vote













    With stackengine:



    documentclass{article}
    usepackage{amsfonts}
    usepackage{stackengine}
    newcommandtimesdot{stackMathmathbin{stackinset{c}{0ex}{c}{-0.49ex}{scriptscriptstyle.}{times}}}

    begin{document}

    $mathcal I timesdot mathcal J$

    end{document}







    share|improve this answer

























      up vote
      7
      down vote













      With stackengine:



      documentclass{article}
      usepackage{amsfonts}
      usepackage{stackengine}
      newcommandtimesdot{stackMathmathbin{stackinset{c}{0ex}{c}{-0.49ex}{scriptscriptstyle.}{times}}}

      begin{document}

      $mathcal I timesdot mathcal J$

      end{document}







      share|improve this answer























        up vote
        7
        down vote










        up vote
        7
        down vote









        With stackengine:



        documentclass{article}
        usepackage{amsfonts}
        usepackage{stackengine}
        newcommandtimesdot{stackMathmathbin{stackinset{c}{0ex}{c}{-0.49ex}{scriptscriptstyle.}{times}}}

        begin{document}

        $mathcal I timesdot mathcal J$

        end{document}







        share|improve this answer












        With stackengine:



        documentclass{article}
        usepackage{amsfonts}
        usepackage{stackengine}
        newcommandtimesdot{stackMathmathbin{stackinset{c}{0ex}{c}{-0.49ex}{scriptscriptstyle.}{times}}}

        begin{document}

        $mathcal I timesdot mathcal J$

        end{document}








        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 2 days ago









        Bernard

        162k767192




        162k767192






















            up vote
            0
            down vote













            If larger space is also OK:



            documentclass{article}

            usepackage{graphicx}
            usepackage{mathabx}

            begin{document}

            rotatebox{180}{$dottimes$}

            end{document}


            enter image description here






            share|improve this answer





















            • Observe that the dot is not inside the times.
              – Sigur
              2 days ago










            • @Sigur Sure, that's why I make the if case for larger space
              – daniel
              yesterday










            • Also, try to insert those 2 letters around it, as OP had shown.
              – Sigur
              yesterday















            up vote
            0
            down vote













            If larger space is also OK:



            documentclass{article}

            usepackage{graphicx}
            usepackage{mathabx}

            begin{document}

            rotatebox{180}{$dottimes$}

            end{document}


            enter image description here






            share|improve this answer





















            • Observe that the dot is not inside the times.
              – Sigur
              2 days ago










            • @Sigur Sure, that's why I make the if case for larger space
              – daniel
              yesterday










            • Also, try to insert those 2 letters around it, as OP had shown.
              – Sigur
              yesterday













            up vote
            0
            down vote










            up vote
            0
            down vote









            If larger space is also OK:



            documentclass{article}

            usepackage{graphicx}
            usepackage{mathabx}

            begin{document}

            rotatebox{180}{$dottimes$}

            end{document}


            enter image description here






            share|improve this answer












            If larger space is also OK:



            documentclass{article}

            usepackage{graphicx}
            usepackage{mathabx}

            begin{document}

            rotatebox{180}{$dottimes$}

            end{document}


            enter image description here







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered 2 days ago









            daniel

            3109




            3109












            • Observe that the dot is not inside the times.
              – Sigur
              2 days ago










            • @Sigur Sure, that's why I make the if case for larger space
              – daniel
              yesterday










            • Also, try to insert those 2 letters around it, as OP had shown.
              – Sigur
              yesterday


















            • Observe that the dot is not inside the times.
              – Sigur
              2 days ago










            • @Sigur Sure, that's why I make the if case for larger space
              – daniel
              yesterday










            • Also, try to insert those 2 letters around it, as OP had shown.
              – Sigur
              yesterday
















            Observe that the dot is not inside the times.
            – Sigur
            2 days ago




            Observe that the dot is not inside the times.
            – Sigur
            2 days ago












            @Sigur Sure, that's why I make the if case for larger space
            – daniel
            yesterday




            @Sigur Sure, that's why I make the if case for larger space
            – daniel
            yesterday












            Also, try to insert those 2 letters around it, as OP had shown.
            – Sigur
            yesterday




            Also, try to insert those 2 letters around it, as OP had shown.
            – Sigur
            yesterday










            Peđa Pilipović is a new contributor. Be nice, and check out our Code of Conduct.










             

            draft saved


            draft discarded


















            Peđa Pilipović is a new contributor. Be nice, and check out our Code of Conduct.













            Peđa Pilipović is a new contributor. Be nice, and check out our Code of Conduct.












            Peđa Pilipović is a new contributor. Be nice, and check out our Code of Conduct.















             


            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f460383%2fhow-to-create-symbol-cross-product-with-dot-under-it%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

            Create new schema in PostgreSQL using DBeaver

            Deepest pit of an array with Javascript: test on Codility

            Costa Masnaga