How do I write this symbol in latex? (disjoint sharp operator)Good way to make textcircled numbers?subseteq +...
Is there a connection between IT and Ghostbusters?
Did HaShem ever command a Navi (Prophet) to break a law?
Find all files in directories named foo
Is it possible that the shadow of The Moon is a single dot during solar eclipse?
Are the cores of every mountain range igneous?
Persuading players to be less attached to a pre-session 0 character concept
What did the controller say during my approach to land (audio clip)?
I have a private key file and I want to encrypt
All numbers in a 5x5 Minesweeper grid
Why do we need to use transistors when building an OR gate?
What is the origin of the "being immortal sucks" trope?
Is a global DNS record a security risk for phpMyAdmin?
What is the maximum viable speed for a projectile within earth's atmosphere?
How does a married couple pay bills when one gets paid twice a month and the other will be getting paid every week?
How to influence manager to not schedule team meetings during lunch?
An Ancient Beauty
Is there any actual security benefit to restricting foreign IPs?
As an employer, can I compel my employees to vote?
How do rulers get rich from war?
Is the Necromancer's "Half-Formed Golem" pet available for all classes?
Algorithm for competing cells of 0s and 1s
What do solvers like Gurobi and CPLEX do when they run into hard instances of MIP
Do the villains know Batman has no superpowers?
Wired to Wireless Doorbell
How do I write this symbol in latex? (disjoint sharp operator)
Good way to make textcircled numbers?subseteq + circ as a single symbol (“open subset”)Delta-like symbol in LaTeXTombstone symbol in LaTeXMaking a unary operator out of a binary operator or relation symbolLooking for stylized H-symbolSymbol for disjoint unionHow can I write a reflected sqrt operator?How to write this symbol (vee with double line left)
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I can't find this symbol used to indicate the disjoint sharp operator.
It's a # inside a circle. Is this symbol available in LaTex? if not, how can I draw it inside a mathematical equation?
symbols math-operators logic
add a comment
|
I can't find this symbol used to indicate the disjoint sharp operator.
It's a # inside a circle. Is this symbol available in LaTex? if not, how can I draw it inside a mathematical equation?
symbols math-operators logic
Maybe help: tex.stackexchange.com/a/7045/31034
– ferahfeza
8 hours ago
add a comment
|
I can't find this symbol used to indicate the disjoint sharp operator.
It's a # inside a circle. Is this symbol available in LaTex? if not, how can I draw it inside a mathematical equation?
symbols math-operators logic
I can't find this symbol used to indicate the disjoint sharp operator.
It's a # inside a circle. Is this symbol available in LaTex? if not, how can I draw it inside a mathematical equation?
symbols math-operators logic
symbols math-operators logic
asked 8 hours ago
Gerardo ZinnoGerardo Zinno
1458 bronze badges
1458 bronze badges
Maybe help: tex.stackexchange.com/a/7045/31034
– ferahfeza
8 hours ago
add a comment
|
Maybe help: tex.stackexchange.com/a/7045/31034
– ferahfeza
8 hours ago
Maybe help: tex.stackexchange.com/a/7045/31034
– ferahfeza
8 hours ago
Maybe help: tex.stackexchange.com/a/7045/31034
– ferahfeza
8 hours ago
add a comment
|
4 Answers
4
active
oldest
votes
You can use a scaled up version of bigcirc
and ooalign
:
documentclass{article}
usepackage{amsmath,graphicx}
makeatletter
newcommand{makecircled}[2][mathord]{#1{mathpalettemake@circled{#2}}}
newcommand{make@circled}[2]{%
begingroupm@th
vphantom{biggercirc{#1}}%
ooalign{$#1biggercirc{#1}$crhidewidth$#1#2$hidewidthcr}%
endgroup
}
newcommand{biggercirc}[1]{%
vcenter{hbox{scalebox{1.4}{$m@th#1bigcirc$}}}%
}
makeatother
newcommand{disjointsharp}{makecircled[mathbin]{#}}
begin{document}
$Adisjointsharp B_{Adisjointsharp B}$
end{document}
I used mathbin
but it could be mathrel
depending on the meaning.
See https://tex.stackexchange.com/a/22375/4427 for a quick course on ooalign
.
Thanks, I copied your code and it is fine. The only thing I would change is the fact that the circle is bigget than A and B. How can I change its diameter?
– Gerardo Zinno
6 hours ago
add a comment
|
A have created your symbol with a combination of packages. Excuse me for the complicated code. Your symbol have the name disj
. It is a variable name that you can changed. Here there is my genuine MWE proposal.
documentclass{article}
usepackage{amsmath,amssymb}
usepackage{MnSymbol,scalerel}
newcommand{disj}{mathrel{{bigcircle}mkern-4muraise.3exllap{$scaleobj{.6}{#}$}}}
begin{document}
$Adisj B=C$
end{document}
add a comment
|
You can use TikZ to draw a circle node with a #
inside. Using DeclareMathOperator
from amsmath
improves the spacing. The character should be a bit smaller than the current font, which you can do using smaller
from the relsize
package, to make sure it works in different fontsizes.
MWE:
documentclass{article}
usepackage{amsmath}
usepackage{tikz}
usepackage{relsize}
DeclareMathOperator{chash}{tikz{node[circle,draw,inner sep=0,outer sep=0]{smaller[3]#}}}
begin{document}
$Achash B$
Huge$Achash B$
end{document}
Result:
add a comment
|
Here is a possibility with stackengine
and the bigovoid
symbol from mathabx
(without replacing the default maths fonts with the mathabx fonts):
documentclass{article}
usepackage{amsmath}
DeclareFontFamily{U}{mathx}{hyphencharfont45}
DeclareFontShape{U}{mathx}{m}{n}{%
<-6> mathx5
<6-7> mathx6
<7-8> mathx7
<8-9> mathx8
<9-10> mathx9
<10-12> mathx10
<12-> mathx12
}{}
DeclareSymbolFont{mathx}{U}{mathx}{m}{n}
DeclareFontSubstitution{U}{mathx}{m}{n}
DeclareMathSymbol{bigovoid}{mathop}{mathx}{"EC}
usepackage{stackengine}
newcommand{Otag}{mathbin{stackMathstackinset{c}{}{c}{}{#}{bigovoid}}}
begin{document}
[A Otag B = C ]
end{document}
Tante grazie for warning me, Sebastiano!
– Bernard
7 hours ago
add a comment
|
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/4.0/"u003ecc by-sa 4.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
});
}
});
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%2f508737%2fhow-do-i-write-this-symbol-in-latex-disjoint-sharp-operator%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can use a scaled up version of bigcirc
and ooalign
:
documentclass{article}
usepackage{amsmath,graphicx}
makeatletter
newcommand{makecircled}[2][mathord]{#1{mathpalettemake@circled{#2}}}
newcommand{make@circled}[2]{%
begingroupm@th
vphantom{biggercirc{#1}}%
ooalign{$#1biggercirc{#1}$crhidewidth$#1#2$hidewidthcr}%
endgroup
}
newcommand{biggercirc}[1]{%
vcenter{hbox{scalebox{1.4}{$m@th#1bigcirc$}}}%
}
makeatother
newcommand{disjointsharp}{makecircled[mathbin]{#}}
begin{document}
$Adisjointsharp B_{Adisjointsharp B}$
end{document}
I used mathbin
but it could be mathrel
depending on the meaning.
See https://tex.stackexchange.com/a/22375/4427 for a quick course on ooalign
.
Thanks, I copied your code and it is fine. The only thing I would change is the fact that the circle is bigget than A and B. How can I change its diameter?
– Gerardo Zinno
6 hours ago
add a comment
|
You can use a scaled up version of bigcirc
and ooalign
:
documentclass{article}
usepackage{amsmath,graphicx}
makeatletter
newcommand{makecircled}[2][mathord]{#1{mathpalettemake@circled{#2}}}
newcommand{make@circled}[2]{%
begingroupm@th
vphantom{biggercirc{#1}}%
ooalign{$#1biggercirc{#1}$crhidewidth$#1#2$hidewidthcr}%
endgroup
}
newcommand{biggercirc}[1]{%
vcenter{hbox{scalebox{1.4}{$m@th#1bigcirc$}}}%
}
makeatother
newcommand{disjointsharp}{makecircled[mathbin]{#}}
begin{document}
$Adisjointsharp B_{Adisjointsharp B}$
end{document}
I used mathbin
but it could be mathrel
depending on the meaning.
See https://tex.stackexchange.com/a/22375/4427 for a quick course on ooalign
.
Thanks, I copied your code and it is fine. The only thing I would change is the fact that the circle is bigget than A and B. How can I change its diameter?
– Gerardo Zinno
6 hours ago
add a comment
|
You can use a scaled up version of bigcirc
and ooalign
:
documentclass{article}
usepackage{amsmath,graphicx}
makeatletter
newcommand{makecircled}[2][mathord]{#1{mathpalettemake@circled{#2}}}
newcommand{make@circled}[2]{%
begingroupm@th
vphantom{biggercirc{#1}}%
ooalign{$#1biggercirc{#1}$crhidewidth$#1#2$hidewidthcr}%
endgroup
}
newcommand{biggercirc}[1]{%
vcenter{hbox{scalebox{1.4}{$m@th#1bigcirc$}}}%
}
makeatother
newcommand{disjointsharp}{makecircled[mathbin]{#}}
begin{document}
$Adisjointsharp B_{Adisjointsharp B}$
end{document}
I used mathbin
but it could be mathrel
depending on the meaning.
See https://tex.stackexchange.com/a/22375/4427 for a quick course on ooalign
.
You can use a scaled up version of bigcirc
and ooalign
:
documentclass{article}
usepackage{amsmath,graphicx}
makeatletter
newcommand{makecircled}[2][mathord]{#1{mathpalettemake@circled{#2}}}
newcommand{make@circled}[2]{%
begingroupm@th
vphantom{biggercirc{#1}}%
ooalign{$#1biggercirc{#1}$crhidewidth$#1#2$hidewidthcr}%
endgroup
}
newcommand{biggercirc}[1]{%
vcenter{hbox{scalebox{1.4}{$m@th#1bigcirc$}}}%
}
makeatother
newcommand{disjointsharp}{makecircled[mathbin]{#}}
begin{document}
$Adisjointsharp B_{Adisjointsharp B}$
end{document}
I used mathbin
but it could be mathrel
depending on the meaning.
See https://tex.stackexchange.com/a/22375/4427 for a quick course on ooalign
.
answered 8 hours ago
egregegreg
769k91 gold badges2011 silver badges3367 bronze badges
769k91 gold badges2011 silver badges3367 bronze badges
Thanks, I copied your code and it is fine. The only thing I would change is the fact that the circle is bigget than A and B. How can I change its diameter?
– Gerardo Zinno
6 hours ago
add a comment
|
Thanks, I copied your code and it is fine. The only thing I would change is the fact that the circle is bigget than A and B. How can I change its diameter?
– Gerardo Zinno
6 hours ago
Thanks, I copied your code and it is fine. The only thing I would change is the fact that the circle is bigget than A and B. How can I change its diameter?
– Gerardo Zinno
6 hours ago
Thanks, I copied your code and it is fine. The only thing I would change is the fact that the circle is bigget than A and B. How can I change its diameter?
– Gerardo Zinno
6 hours ago
add a comment
|
A have created your symbol with a combination of packages. Excuse me for the complicated code. Your symbol have the name disj
. It is a variable name that you can changed. Here there is my genuine MWE proposal.
documentclass{article}
usepackage{amsmath,amssymb}
usepackage{MnSymbol,scalerel}
newcommand{disj}{mathrel{{bigcircle}mkern-4muraise.3exllap{$scaleobj{.6}{#}$}}}
begin{document}
$Adisj B=C$
end{document}
add a comment
|
A have created your symbol with a combination of packages. Excuse me for the complicated code. Your symbol have the name disj
. It is a variable name that you can changed. Here there is my genuine MWE proposal.
documentclass{article}
usepackage{amsmath,amssymb}
usepackage{MnSymbol,scalerel}
newcommand{disj}{mathrel{{bigcircle}mkern-4muraise.3exllap{$scaleobj{.6}{#}$}}}
begin{document}
$Adisj B=C$
end{document}
add a comment
|
A have created your symbol with a combination of packages. Excuse me for the complicated code. Your symbol have the name disj
. It is a variable name that you can changed. Here there is my genuine MWE proposal.
documentclass{article}
usepackage{amsmath,amssymb}
usepackage{MnSymbol,scalerel}
newcommand{disj}{mathrel{{bigcircle}mkern-4muraise.3exllap{$scaleobj{.6}{#}$}}}
begin{document}
$Adisj B=C$
end{document}
A have created your symbol with a combination of packages. Excuse me for the complicated code. Your symbol have the name disj
. It is a variable name that you can changed. Here there is my genuine MWE proposal.
documentclass{article}
usepackage{amsmath,amssymb}
usepackage{MnSymbol,scalerel}
newcommand{disj}{mathrel{{bigcircle}mkern-4muraise.3exllap{$scaleobj{.6}{#}$}}}
begin{document}
$Adisj B=C$
end{document}
answered 8 hours ago
SebastianoSebastiano
16.2k5 gold badges27 silver badges82 bronze badges
16.2k5 gold badges27 silver badges82 bronze badges
add a comment
|
add a comment
|
You can use TikZ to draw a circle node with a #
inside. Using DeclareMathOperator
from amsmath
improves the spacing. The character should be a bit smaller than the current font, which you can do using smaller
from the relsize
package, to make sure it works in different fontsizes.
MWE:
documentclass{article}
usepackage{amsmath}
usepackage{tikz}
usepackage{relsize}
DeclareMathOperator{chash}{tikz{node[circle,draw,inner sep=0,outer sep=0]{smaller[3]#}}}
begin{document}
$Achash B$
Huge$Achash B$
end{document}
Result:
add a comment
|
You can use TikZ to draw a circle node with a #
inside. Using DeclareMathOperator
from amsmath
improves the spacing. The character should be a bit smaller than the current font, which you can do using smaller
from the relsize
package, to make sure it works in different fontsizes.
MWE:
documentclass{article}
usepackage{amsmath}
usepackage{tikz}
usepackage{relsize}
DeclareMathOperator{chash}{tikz{node[circle,draw,inner sep=0,outer sep=0]{smaller[3]#}}}
begin{document}
$Achash B$
Huge$Achash B$
end{document}
Result:
add a comment
|
You can use TikZ to draw a circle node with a #
inside. Using DeclareMathOperator
from amsmath
improves the spacing. The character should be a bit smaller than the current font, which you can do using smaller
from the relsize
package, to make sure it works in different fontsizes.
MWE:
documentclass{article}
usepackage{amsmath}
usepackage{tikz}
usepackage{relsize}
DeclareMathOperator{chash}{tikz{node[circle,draw,inner sep=0,outer sep=0]{smaller[3]#}}}
begin{document}
$Achash B$
Huge$Achash B$
end{document}
Result:
You can use TikZ to draw a circle node with a #
inside. Using DeclareMathOperator
from amsmath
improves the spacing. The character should be a bit smaller than the current font, which you can do using smaller
from the relsize
package, to make sure it works in different fontsizes.
MWE:
documentclass{article}
usepackage{amsmath}
usepackage{tikz}
usepackage{relsize}
DeclareMathOperator{chash}{tikz{node[circle,draw,inner sep=0,outer sep=0]{smaller[3]#}}}
begin{document}
$Achash B$
Huge$Achash B$
end{document}
Result:
answered 8 hours ago
MarijnMarijn
12.7k1 gold badge7 silver badges42 bronze badges
12.7k1 gold badge7 silver badges42 bronze badges
add a comment
|
add a comment
|
Here is a possibility with stackengine
and the bigovoid
symbol from mathabx
(without replacing the default maths fonts with the mathabx fonts):
documentclass{article}
usepackage{amsmath}
DeclareFontFamily{U}{mathx}{hyphencharfont45}
DeclareFontShape{U}{mathx}{m}{n}{%
<-6> mathx5
<6-7> mathx6
<7-8> mathx7
<8-9> mathx8
<9-10> mathx9
<10-12> mathx10
<12-> mathx12
}{}
DeclareSymbolFont{mathx}{U}{mathx}{m}{n}
DeclareFontSubstitution{U}{mathx}{m}{n}
DeclareMathSymbol{bigovoid}{mathop}{mathx}{"EC}
usepackage{stackengine}
newcommand{Otag}{mathbin{stackMathstackinset{c}{}{c}{}{#}{bigovoid}}}
begin{document}
[A Otag B = C ]
end{document}
Tante grazie for warning me, Sebastiano!
– Bernard
7 hours ago
add a comment
|
Here is a possibility with stackengine
and the bigovoid
symbol from mathabx
(without replacing the default maths fonts with the mathabx fonts):
documentclass{article}
usepackage{amsmath}
DeclareFontFamily{U}{mathx}{hyphencharfont45}
DeclareFontShape{U}{mathx}{m}{n}{%
<-6> mathx5
<6-7> mathx6
<7-8> mathx7
<8-9> mathx8
<9-10> mathx9
<10-12> mathx10
<12-> mathx12
}{}
DeclareSymbolFont{mathx}{U}{mathx}{m}{n}
DeclareFontSubstitution{U}{mathx}{m}{n}
DeclareMathSymbol{bigovoid}{mathop}{mathx}{"EC}
usepackage{stackengine}
newcommand{Otag}{mathbin{stackMathstackinset{c}{}{c}{}{#}{bigovoid}}}
begin{document}
[A Otag B = C ]
end{document}
Tante grazie for warning me, Sebastiano!
– Bernard
7 hours ago
add a comment
|
Here is a possibility with stackengine
and the bigovoid
symbol from mathabx
(without replacing the default maths fonts with the mathabx fonts):
documentclass{article}
usepackage{amsmath}
DeclareFontFamily{U}{mathx}{hyphencharfont45}
DeclareFontShape{U}{mathx}{m}{n}{%
<-6> mathx5
<6-7> mathx6
<7-8> mathx7
<8-9> mathx8
<9-10> mathx9
<10-12> mathx10
<12-> mathx12
}{}
DeclareSymbolFont{mathx}{U}{mathx}{m}{n}
DeclareFontSubstitution{U}{mathx}{m}{n}
DeclareMathSymbol{bigovoid}{mathop}{mathx}{"EC}
usepackage{stackengine}
newcommand{Otag}{mathbin{stackMathstackinset{c}{}{c}{}{#}{bigovoid}}}
begin{document}
[A Otag B = C ]
end{document}
Here is a possibility with stackengine
and the bigovoid
symbol from mathabx
(without replacing the default maths fonts with the mathabx fonts):
documentclass{article}
usepackage{amsmath}
DeclareFontFamily{U}{mathx}{hyphencharfont45}
DeclareFontShape{U}{mathx}{m}{n}{%
<-6> mathx5
<6-7> mathx6
<7-8> mathx7
<8-9> mathx8
<9-10> mathx9
<10-12> mathx10
<12-> mathx12
}{}
DeclareSymbolFont{mathx}{U}{mathx}{m}{n}
DeclareFontSubstitution{U}{mathx}{m}{n}
DeclareMathSymbol{bigovoid}{mathop}{mathx}{"EC}
usepackage{stackengine}
newcommand{Otag}{mathbin{stackMathstackinset{c}{}{c}{}{#}{bigovoid}}}
begin{document}
[A Otag B = C ]
end{document}
edited 7 hours ago
answered 8 hours ago
BernardBernard
191k8 gold badges86 silver badges226 bronze badges
191k8 gold badges86 silver badges226 bronze badges
Tante grazie for warning me, Sebastiano!
– Bernard
7 hours ago
add a comment
|
Tante grazie for warning me, Sebastiano!
– Bernard
7 hours ago
Tante grazie for warning me, Sebastiano!
– Bernard
7 hours ago
Tante grazie for warning me, Sebastiano!
– Bernard
7 hours ago
add a comment
|
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.
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%2f508737%2fhow-do-i-write-this-symbol-in-latex-disjoint-sharp-operator%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
Maybe help: tex.stackexchange.com/a/7045/31034
– ferahfeza
8 hours ago