Weird formatting in a smaller created empty set symbol
A while back I created my own sort of emptyset symbol because the "not equal" slash didn't line up and it annoyed me. So I defined my own emptyset via DeclareMathOperator{vempty}{{centernot{Circle}}}
. However, when I try to use it in a subscript (as demonstrated below), the slash becomes unaligned with the circle. Does anyone know how to remedy this? Here's my MWE:
documentclass[12pt]{letter}
usepackage{amsmath,amssymb,amsthm,centernot,cases}
usepackage{wasysym}
DeclareMathOperator{vempty}{{centernot{Circle}}}
DeclareMathOperator{vempty}{{text{O}}}
begin{document}
Example of difference between emptyset, varnothing, and vempty:
begin{equation*}
neq emptyset quad neq varnothing quad neq vempty
end{equation*}
Example of pathological behavior:
begin{equation*}
int_{varnothing} f dm quad int_{vempty} f dm
end{equation*}
end{document}
symbols typography kerning
add a comment |
A while back I created my own sort of emptyset symbol because the "not equal" slash didn't line up and it annoyed me. So I defined my own emptyset via DeclareMathOperator{vempty}{{centernot{Circle}}}
. However, when I try to use it in a subscript (as demonstrated below), the slash becomes unaligned with the circle. Does anyone know how to remedy this? Here's my MWE:
documentclass[12pt]{letter}
usepackage{amsmath,amssymb,amsthm,centernot,cases}
usepackage{wasysym}
DeclareMathOperator{vempty}{{centernot{Circle}}}
DeclareMathOperator{vempty}{{text{O}}}
begin{document}
Example of difference between emptyset, varnothing, and vempty:
begin{equation*}
neq emptyset quad neq varnothing quad neq vempty
end{equation*}
Example of pathological behavior:
begin{equation*}
int_{varnothing} f dm quad int_{vempty} f dm
end{equation*}
end{document}
symbols typography kerning
add a comment |
A while back I created my own sort of emptyset symbol because the "not equal" slash didn't line up and it annoyed me. So I defined my own emptyset via DeclareMathOperator{vempty}{{centernot{Circle}}}
. However, when I try to use it in a subscript (as demonstrated below), the slash becomes unaligned with the circle. Does anyone know how to remedy this? Here's my MWE:
documentclass[12pt]{letter}
usepackage{amsmath,amssymb,amsthm,centernot,cases}
usepackage{wasysym}
DeclareMathOperator{vempty}{{centernot{Circle}}}
DeclareMathOperator{vempty}{{text{O}}}
begin{document}
Example of difference between emptyset, varnothing, and vempty:
begin{equation*}
neq emptyset quad neq varnothing quad neq vempty
end{equation*}
Example of pathological behavior:
begin{equation*}
int_{varnothing} f dm quad int_{vempty} f dm
end{equation*}
end{document}
symbols typography kerning
A while back I created my own sort of emptyset symbol because the "not equal" slash didn't line up and it annoyed me. So I defined my own emptyset via DeclareMathOperator{vempty}{{centernot{Circle}}}
. However, when I try to use it in a subscript (as demonstrated below), the slash becomes unaligned with the circle. Does anyone know how to remedy this? Here's my MWE:
documentclass[12pt]{letter}
usepackage{amsmath,amssymb,amsthm,centernot,cases}
usepackage{wasysym}
DeclareMathOperator{vempty}{{centernot{Circle}}}
DeclareMathOperator{vempty}{{text{O}}}
begin{document}
Example of difference between emptyset, varnothing, and vempty:
begin{equation*}
neq emptyset quad neq varnothing quad neq vempty
end{equation*}
Example of pathological behavior:
begin{equation*}
int_{varnothing} f dm quad int_{vempty} f dm
end{equation*}
end{document}
symbols typography kerning
symbols typography kerning
asked Jan 15 at 20:40
IsomorphismIsomorphism
283
283
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Symbols from wasysym
are defined as
mbox{wasyfamilysymbol{<number>}}
so they don't change size in subscripts. Add text
around it.
Oh, and it's not an operator, but an ordinary symbol.
documentclass[12pt]{letter}
usepackage{amsmath,amssymb,amsthm,centernot,cases}
usepackage{wasysym}
newcommand{vempty}{{centernot{text{Circle}}}}
begin{document}
Example of difference between emptyset, varnothing, and vempty:
begin{equation*}
neq emptyset quad neq varnothing quad neq vempty
end{equation*}
It's horrible also in subscripts texttt{;-)}
begin{equation*}
int_{varnothing} f dm quad int_{vempty} f,dm
end{equation*}
end{document}
Personal note: I consider varnothing
a symbol good for plumbers. Your variation is even uglier. ;-)
Is there a way to create a symbol which is more aesthetic and has the same slash angle asneq
? I tried, for example,centernot{0}
, but the slash was misaligned inside of the zero.
– Isomorphism
Jan 16 at 0:04
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/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
});
}
});
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%2f470299%2fweird-formatting-in-a-smaller-created-empty-set-symbol%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Symbols from wasysym
are defined as
mbox{wasyfamilysymbol{<number>}}
so they don't change size in subscripts. Add text
around it.
Oh, and it's not an operator, but an ordinary symbol.
documentclass[12pt]{letter}
usepackage{amsmath,amssymb,amsthm,centernot,cases}
usepackage{wasysym}
newcommand{vempty}{{centernot{text{Circle}}}}
begin{document}
Example of difference between emptyset, varnothing, and vempty:
begin{equation*}
neq emptyset quad neq varnothing quad neq vempty
end{equation*}
It's horrible also in subscripts texttt{;-)}
begin{equation*}
int_{varnothing} f dm quad int_{vempty} f,dm
end{equation*}
end{document}
Personal note: I consider varnothing
a symbol good for plumbers. Your variation is even uglier. ;-)
Is there a way to create a symbol which is more aesthetic and has the same slash angle asneq
? I tried, for example,centernot{0}
, but the slash was misaligned inside of the zero.
– Isomorphism
Jan 16 at 0:04
add a comment |
Symbols from wasysym
are defined as
mbox{wasyfamilysymbol{<number>}}
so they don't change size in subscripts. Add text
around it.
Oh, and it's not an operator, but an ordinary symbol.
documentclass[12pt]{letter}
usepackage{amsmath,amssymb,amsthm,centernot,cases}
usepackage{wasysym}
newcommand{vempty}{{centernot{text{Circle}}}}
begin{document}
Example of difference between emptyset, varnothing, and vempty:
begin{equation*}
neq emptyset quad neq varnothing quad neq vempty
end{equation*}
It's horrible also in subscripts texttt{;-)}
begin{equation*}
int_{varnothing} f dm quad int_{vempty} f,dm
end{equation*}
end{document}
Personal note: I consider varnothing
a symbol good for plumbers. Your variation is even uglier. ;-)
Is there a way to create a symbol which is more aesthetic and has the same slash angle asneq
? I tried, for example,centernot{0}
, but the slash was misaligned inside of the zero.
– Isomorphism
Jan 16 at 0:04
add a comment |
Symbols from wasysym
are defined as
mbox{wasyfamilysymbol{<number>}}
so they don't change size in subscripts. Add text
around it.
Oh, and it's not an operator, but an ordinary symbol.
documentclass[12pt]{letter}
usepackage{amsmath,amssymb,amsthm,centernot,cases}
usepackage{wasysym}
newcommand{vempty}{{centernot{text{Circle}}}}
begin{document}
Example of difference between emptyset, varnothing, and vempty:
begin{equation*}
neq emptyset quad neq varnothing quad neq vempty
end{equation*}
It's horrible also in subscripts texttt{;-)}
begin{equation*}
int_{varnothing} f dm quad int_{vempty} f,dm
end{equation*}
end{document}
Personal note: I consider varnothing
a symbol good for plumbers. Your variation is even uglier. ;-)
Symbols from wasysym
are defined as
mbox{wasyfamilysymbol{<number>}}
so they don't change size in subscripts. Add text
around it.
Oh, and it's not an operator, but an ordinary symbol.
documentclass[12pt]{letter}
usepackage{amsmath,amssymb,amsthm,centernot,cases}
usepackage{wasysym}
newcommand{vempty}{{centernot{text{Circle}}}}
begin{document}
Example of difference between emptyset, varnothing, and vempty:
begin{equation*}
neq emptyset quad neq varnothing quad neq vempty
end{equation*}
It's horrible also in subscripts texttt{;-)}
begin{equation*}
int_{varnothing} f dm quad int_{vempty} f,dm
end{equation*}
end{document}
Personal note: I consider varnothing
a symbol good for plumbers. Your variation is even uglier. ;-)
answered Jan 15 at 22:16
egregegreg
714k8618983184
714k8618983184
Is there a way to create a symbol which is more aesthetic and has the same slash angle asneq
? I tried, for example,centernot{0}
, but the slash was misaligned inside of the zero.
– Isomorphism
Jan 16 at 0:04
add a comment |
Is there a way to create a symbol which is more aesthetic and has the same slash angle asneq
? I tried, for example,centernot{0}
, but the slash was misaligned inside of the zero.
– Isomorphism
Jan 16 at 0:04
Is there a way to create a symbol which is more aesthetic and has the same slash angle as
neq
? I tried, for example, centernot{0}
, but the slash was misaligned inside of the zero.– Isomorphism
Jan 16 at 0:04
Is there a way to create a symbol which is more aesthetic and has the same slash angle as
neq
? I tried, for example, centernot{0}
, but the slash was misaligned inside of the zero.– Isomorphism
Jan 16 at 0:04
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%2f470299%2fweird-formatting-in-a-smaller-created-empty-set-symbol%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