Inclusion symbol [duplicate]












3
















This question already has an answer here:




  • Symbol request for a mysterious symbol

    3 answers




I need this symbols used by Boole and Peirce, any ideas?



enter image description here










share|improve this question









New contributor




Estefanía Cubaque is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











marked as duplicate by egreg symbols
Users with the  symbols badge can single-handedly close symbols questions as duplicates and reopen them as needed.

StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;

$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');

$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
6 hours ago


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.























    3
















    This question already has an answer here:




    • Symbol request for a mysterious symbol

      3 answers




    I need this symbols used by Boole and Peirce, any ideas?



    enter image description here










    share|improve this question









    New contributor




    Estefanía Cubaque is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.











    marked as duplicate by egreg symbols
    Users with the  symbols badge can single-handedly close symbols questions as duplicates and reopen them as needed.

    StackExchange.ready(function() {
    if (StackExchange.options.isMobile) return;

    $('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
    var $hover = $(this).addClass('hover-bound'),
    $msg = $hover.siblings('.dupe-hammer-message');

    $hover.hover(
    function() {
    $hover.showInfoMessage('', {
    messageElement: $msg.clone().show(),
    transient: false,
    position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
    dismissable: false,
    relativeToBody: true
    });
    },
    function() {
    StackExchange.helpers.removeMessages();
    }
    );
    });
    });
    6 hours ago


    This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.





















      3












      3








      3









      This question already has an answer here:




      • Symbol request for a mysterious symbol

        3 answers




      I need this symbols used by Boole and Peirce, any ideas?



      enter image description here










      share|improve this question









      New contributor




      Estefanía Cubaque is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.













      This question already has an answer here:




      • Symbol request for a mysterious symbol

        3 answers




      I need this symbols used by Boole and Peirce, any ideas?



      enter image description here





      This question already has an answer here:




      • Symbol request for a mysterious symbol

        3 answers








      symbols






      share|improve this question









      New contributor




      Estefanía Cubaque 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




      Estefanía Cubaque 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








      edited 7 hours ago









      David Carlisle

      497k4111441891




      497k4111441891






      New contributor




      Estefanía Cubaque is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 7 hours ago









      Estefanía CubaqueEstefanía Cubaque

      161




      161




      New contributor




      Estefanía Cubaque is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Estefanía Cubaque is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Estefanía Cubaque is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




      marked as duplicate by egreg symbols
      Users with the  symbols badge can single-handedly close symbols questions as duplicates and reopen them as needed.

      StackExchange.ready(function() {
      if (StackExchange.options.isMobile) return;

      $('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
      var $hover = $(this).addClass('hover-bound'),
      $msg = $hover.siblings('.dupe-hammer-message');

      $hover.hover(
      function() {
      $hover.showInfoMessage('', {
      messageElement: $msg.clone().show(),
      transient: false,
      position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
      dismissable: false,
      relativeToBody: true
      });
      },
      function() {
      StackExchange.helpers.removeMessages();
      }
      );
      });
      });
      6 hours ago


      This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.









      marked as duplicate by egreg symbols
      Users with the  symbols badge can single-handedly close symbols questions as duplicates and reopen them as needed.

      StackExchange.ready(function() {
      if (StackExchange.options.isMobile) return;

      $('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
      var $hover = $(this).addClass('hover-bound'),
      $msg = $hover.siblings('.dupe-hammer-message');

      $hover.hover(
      function() {
      $hover.showInfoMessage('', {
      messageElement: $msg.clone().show(),
      transient: false,
      position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
      dismissable: false,
      relativeToBody: true
      });
      },
      function() {
      StackExchange.helpers.removeMessages();
      }
      );
      });
      });
      6 hours ago


      This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
























          2 Answers
          2






          active

          oldest

          votes


















          5














          documentclass{article}
          newcommandinclusion{ooalign{$-$cr$<$}}
          begin{document}
          $inclusion$
          end{document}


          enter image description here



          Depending on how it is used, you can wrap it in a mathrel for example.



          If you need it across math styles:



          documentclass{article}
          usepackage{scalerel}
          newcommandinclusion{mathrel{ThisStyle{ooalign{$SavedStyle-$cr$SavedStyle<$}}}}
          begin{document}
          $inclusion_{inclusion_{inclusion}}$

          $ Xinclusion B$
          end{document}


          enter image description here



          Look, Mom! I didn't use stackengine!!






          share|improve this answer

































            4














            The ⪪ symbol is U+2AAA in Unicode, and smt in the unicode-math package. It’s not present in the default Latin Modern Math font, but it is in several others.



            documentclass[varwidth]{standalone}
            usepackage{unicode-math}

            defaultfontfeatures{Scale=MatchLowercase}
            setmathfont{STIX Two Math}

            begin{document}
            ( S smt T )
            end{document}


            S ⪪ T



            In legacy PDFTeX documents, it’s available from the stix or stix2 package.






            share|improve this answer






























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              5














              documentclass{article}
              newcommandinclusion{ooalign{$-$cr$<$}}
              begin{document}
              $inclusion$
              end{document}


              enter image description here



              Depending on how it is used, you can wrap it in a mathrel for example.



              If you need it across math styles:



              documentclass{article}
              usepackage{scalerel}
              newcommandinclusion{mathrel{ThisStyle{ooalign{$SavedStyle-$cr$SavedStyle<$}}}}
              begin{document}
              $inclusion_{inclusion_{inclusion}}$

              $ Xinclusion B$
              end{document}


              enter image description here



              Look, Mom! I didn't use stackengine!!






              share|improve this answer






























                5














                documentclass{article}
                newcommandinclusion{ooalign{$-$cr$<$}}
                begin{document}
                $inclusion$
                end{document}


                enter image description here



                Depending on how it is used, you can wrap it in a mathrel for example.



                If you need it across math styles:



                documentclass{article}
                usepackage{scalerel}
                newcommandinclusion{mathrel{ThisStyle{ooalign{$SavedStyle-$cr$SavedStyle<$}}}}
                begin{document}
                $inclusion_{inclusion_{inclusion}}$

                $ Xinclusion B$
                end{document}


                enter image description here



                Look, Mom! I didn't use stackengine!!






                share|improve this answer




























                  5












                  5








                  5







                  documentclass{article}
                  newcommandinclusion{ooalign{$-$cr$<$}}
                  begin{document}
                  $inclusion$
                  end{document}


                  enter image description here



                  Depending on how it is used, you can wrap it in a mathrel for example.



                  If you need it across math styles:



                  documentclass{article}
                  usepackage{scalerel}
                  newcommandinclusion{mathrel{ThisStyle{ooalign{$SavedStyle-$cr$SavedStyle<$}}}}
                  begin{document}
                  $inclusion_{inclusion_{inclusion}}$

                  $ Xinclusion B$
                  end{document}


                  enter image description here



                  Look, Mom! I didn't use stackengine!!






                  share|improve this answer















                  documentclass{article}
                  newcommandinclusion{ooalign{$-$cr$<$}}
                  begin{document}
                  $inclusion$
                  end{document}


                  enter image description here



                  Depending on how it is used, you can wrap it in a mathrel for example.



                  If you need it across math styles:



                  documentclass{article}
                  usepackage{scalerel}
                  newcommandinclusion{mathrel{ThisStyle{ooalign{$SavedStyle-$cr$SavedStyle<$}}}}
                  begin{document}
                  $inclusion_{inclusion_{inclusion}}$

                  $ Xinclusion B$
                  end{document}


                  enter image description here



                  Look, Mom! I didn't use stackengine!!







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited 7 hours ago

























                  answered 7 hours ago









                  Steven B. SegletesSteven B. Segletes

                  160k9205413




                  160k9205413























                      4














                      The ⪪ symbol is U+2AAA in Unicode, and smt in the unicode-math package. It’s not present in the default Latin Modern Math font, but it is in several others.



                      documentclass[varwidth]{standalone}
                      usepackage{unicode-math}

                      defaultfontfeatures{Scale=MatchLowercase}
                      setmathfont{STIX Two Math}

                      begin{document}
                      ( S smt T )
                      end{document}


                      S ⪪ T



                      In legacy PDFTeX documents, it’s available from the stix or stix2 package.






                      share|improve this answer




























                        4














                        The ⪪ symbol is U+2AAA in Unicode, and smt in the unicode-math package. It’s not present in the default Latin Modern Math font, but it is in several others.



                        documentclass[varwidth]{standalone}
                        usepackage{unicode-math}

                        defaultfontfeatures{Scale=MatchLowercase}
                        setmathfont{STIX Two Math}

                        begin{document}
                        ( S smt T )
                        end{document}


                        S ⪪ T



                        In legacy PDFTeX documents, it’s available from the stix or stix2 package.






                        share|improve this answer


























                          4












                          4








                          4







                          The ⪪ symbol is U+2AAA in Unicode, and smt in the unicode-math package. It’s not present in the default Latin Modern Math font, but it is in several others.



                          documentclass[varwidth]{standalone}
                          usepackage{unicode-math}

                          defaultfontfeatures{Scale=MatchLowercase}
                          setmathfont{STIX Two Math}

                          begin{document}
                          ( S smt T )
                          end{document}


                          S ⪪ T



                          In legacy PDFTeX documents, it’s available from the stix or stix2 package.






                          share|improve this answer













                          The ⪪ symbol is U+2AAA in Unicode, and smt in the unicode-math package. It’s not present in the default Latin Modern Math font, but it is in several others.



                          documentclass[varwidth]{standalone}
                          usepackage{unicode-math}

                          defaultfontfeatures{Scale=MatchLowercase}
                          setmathfont{STIX Two Math}

                          begin{document}
                          ( S smt T )
                          end{document}


                          S ⪪ T



                          In legacy PDFTeX documents, it’s available from the stix or stix2 package.







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered 7 hours ago









                          DavislorDavislor

                          7,1091431




                          7,1091431















                              Popular posts from this blog

                              Contact image not getting when fetch all contact list from iPhone by CNContact

                              count number of partitions of a set with n elements into k subsets

                              A CLEAN and SIMPLE way to add appendices to Table of Contents and bookmarks