Inclusion symbol [duplicate]
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?
symbols
New contributor
marked as duplicate by egreg
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.
add a comment |
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?
symbols
New contributor
marked as duplicate by egreg
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.
add a comment |
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?
symbols
New contributor
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?
This question already has an answer here:
Symbol request for a mysterious symbol
3 answers
symbols
symbols
New contributor
New contributor
edited 7 hours ago
David Carlisle
497k4111441891
497k4111441891
New contributor
asked 7 hours ago
Estefanía CubaqueEstefanía Cubaque
161
161
New contributor
New contributor
marked as duplicate by egreg
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
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.
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
documentclass{article}
newcommandinclusion{ooalign{$-$cr$<$}}
begin{document}
$inclusion$
end{document}
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}
Look, Mom! I didn't use stackengine
!!
add a comment |
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}
In legacy PDFTeX documents, it’s available from the stix
or stix2
package.
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
documentclass{article}
newcommandinclusion{ooalign{$-$cr$<$}}
begin{document}
$inclusion$
end{document}
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}
Look, Mom! I didn't use stackengine
!!
add a comment |
documentclass{article}
newcommandinclusion{ooalign{$-$cr$<$}}
begin{document}
$inclusion$
end{document}
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}
Look, Mom! I didn't use stackengine
!!
add a comment |
documentclass{article}
newcommandinclusion{ooalign{$-$cr$<$}}
begin{document}
$inclusion$
end{document}
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}
Look, Mom! I didn't use stackengine
!!
documentclass{article}
newcommandinclusion{ooalign{$-$cr$<$}}
begin{document}
$inclusion$
end{document}
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}
Look, Mom! I didn't use stackengine
!!
edited 7 hours ago
answered 7 hours ago
Steven B. SegletesSteven B. Segletes
160k9205413
160k9205413
add a comment |
add a comment |
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}
In legacy PDFTeX documents, it’s available from the stix
or stix2
package.
add a comment |
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}
In legacy PDFTeX documents, it’s available from the stix
or stix2
package.
add a comment |
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}
In legacy PDFTeX documents, it’s available from the stix
or stix2
package.
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}
In legacy PDFTeX documents, it’s available from the stix
or stix2
package.
answered 7 hours ago
DavislorDavislor
7,1091431
7,1091431
add a comment |
add a comment |