How to create symbol “cross product with dot under it”
up vote
6
down vote
favorite
Is there any package with that symbol circled in orange in the photo? Thanks for answering.
times math-fonts
New contributor
add a comment |
up vote
6
down vote
favorite
Is there any package with that symbol circled in orange in the photo? Thanks for answering.
times math-fonts
New contributor
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
add a comment |
up vote
6
down vote
favorite
up vote
6
down vote
favorite
Is there any package with that symbol circled in orange in the photo? Thanks for answering.
times math-fonts
New contributor
Is there any package with that symbol circled in orange in the photo? Thanks for answering.
times math-fonts
times math-fonts
New contributor
New contributor
New contributor
asked 2 days ago
Peđa Pilipović
332
332
New contributor
New contributor
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
add a comment |
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
add a comment |
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}
Awsome. Thanks!
– Peđa Pilipović
3 hours ago
add a comment |
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}
add a comment |
up vote
0
down vote
If larger space is also OK:
documentclass{article}
usepackage{graphicx}
usepackage{mathabx}
begin{document}
rotatebox{180}{$dottimes$}
end{document}
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
add a comment |
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}
Awsome. Thanks!
– Peđa Pilipović
3 hours ago
add a comment |
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}
Awsome. Thanks!
– Peđa Pilipović
3 hours ago
add a comment |
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}
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}
answered 2 days ago
egreg
698k8518553122
698k8518553122
Awsome. Thanks!
– Peđa Pilipović
3 hours ago
add a comment |
Awsome. Thanks!
– Peđa Pilipović
3 hours ago
Awsome. Thanks!
– Peđa Pilipović
3 hours ago
Awsome. Thanks!
– Peđa Pilipović
3 hours ago
add a comment |
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}
add a comment |
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}
add a comment |
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}
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}
answered 2 days ago
Bernard
162k767192
162k767192
add a comment |
add a comment |
up vote
0
down vote
If larger space is also OK:
documentclass{article}
usepackage{graphicx}
usepackage{mathabx}
begin{document}
rotatebox{180}{$dottimes$}
end{document}
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
add a comment |
up vote
0
down vote
If larger space is also OK:
documentclass{article}
usepackage{graphicx}
usepackage{mathabx}
begin{document}
rotatebox{180}{$dottimes$}
end{document}
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
add a comment |
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}
If larger space is also OK:
documentclass{article}
usepackage{graphicx}
usepackage{mathabx}
begin{document}
rotatebox{180}{$dottimes$}
end{document}
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
add a comment |
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
add a comment |
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.
Peđa Pilipović is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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