Is there an equal sign with wider gap?The trestle problem: how to avoid >=< in the outputError with percent sign in bib entry field when using biblatex/biberIs there a wider equal sign?How do I write $sim$ approximately with the correct spacing?vertical equal signCorrect libertine glyphs in math modeCircled equal with same size as oplus/otimes with pdflatexPrecedes Or Not Equal To Symboltypesetting a wider bar signRelative size of symbols
Describing a chess game in a novel
Did Ender ever learn that he killed Stilson and/or Bonzo?
Is it insecure to send a password in a `curl` command?
Is it normal that my co-workers at a fitness company criticize my food choices?
Could the Saturn V actually have launched astronauts around Venus?
Why is there is so much iron?
Why did it take so long to abandon sail after steamships were demonstrated?
New passport but visa is in old (lost) passport
Fastest way to pop N items from a large dict
Does .bashrc contain syntax errors?
Non-trivial topology where only open sets are closed
Why one should not leave fingerprints on bulbs and plugs?
Are all passive ability checks floors for active ability checks?
If I can solve Sudoku, can I solve the Travelling Salesman Problem (TSP)? If so, how?
Four married couples attend a party. Each person shakes hands with every other person, except their own spouse, exactly once. How many handshakes?
Employee lack of ownership
What exactly is this small puffer fish doing and how did it manage to accomplish such a feat?
Is there a symmetric-key algorithm which we can use for creating a signature?
Is a party consisting of only a bard, a cleric, and a warlock functional long-term?
Most cost effective thermostat setting: consistent temperature vs. lowest temperature possible
Is Manda another name for Saturn (Shani)?
Knife as defense against stray dogs
Book: Young man exiled to a penal colony, helps to lead revolution
Recruiter wants very extensive technical details about all of my previous work
Is there an equal sign with wider gap?
The trestle problem: how to avoid >=< in the outputError with percent sign in bib entry field when using biblatex/biberIs there a wider equal sign?How do I write $sim$ approximately with the correct spacing?vertical equal signCorrect libertine glyphs in math modeCircled equal with same size as oplus/otimes with pdflatexPrecedes Or Not Equal To Symboltypesetting a wider bar signRelative size of symbols
I am trying to make a large unary operator from an equal sign =
, namely, mathlargerboldsymbol=
, but the bars are too close together to distinguish from the general binary case. Is there some package with =
having a wider gap that I can use?
symbols
New contributor
add a comment |
I am trying to make a large unary operator from an equal sign =
, namely, mathlargerboldsymbol=
, but the bars are too close together to distinguish from the general binary case. Is there some package with =
having a wider gap that I can use?
symbols
New contributor
I go with @campa 's answer because it seems most simple
– updraft
Mar 12 at 11:20
3
I'm not sure what unary equality is supposed to denote but, if you're having trouble distinguishing your symbol for it from ordinary equality, that suggests you might want to look at a completely different symbol.
– David Richerby
Mar 12 at 11:49
@DavidRicherby thanks for the suggestion, I use unary equal to refer to the set that is the isovalue contour of point p, so it can be intuitive.
– updraft
Mar 13 at 6:41
add a comment |
I am trying to make a large unary operator from an equal sign =
, namely, mathlargerboldsymbol=
, but the bars are too close together to distinguish from the general binary case. Is there some package with =
having a wider gap that I can use?
symbols
New contributor
I am trying to make a large unary operator from an equal sign =
, namely, mathlargerboldsymbol=
, but the bars are too close together to distinguish from the general binary case. Is there some package with =
having a wider gap that I can use?
symbols
symbols
New contributor
New contributor
New contributor
asked Mar 12 at 9:03
updraftupdraft
455
455
New contributor
New contributor
I go with @campa 's answer because it seems most simple
– updraft
Mar 12 at 11:20
3
I'm not sure what unary equality is supposed to denote but, if you're having trouble distinguishing your symbol for it from ordinary equality, that suggests you might want to look at a completely different symbol.
– David Richerby
Mar 12 at 11:49
@DavidRicherby thanks for the suggestion, I use unary equal to refer to the set that is the isovalue contour of point p, so it can be intuitive.
– updraft
Mar 13 at 6:41
add a comment |
I go with @campa 's answer because it seems most simple
– updraft
Mar 12 at 11:20
3
I'm not sure what unary equality is supposed to denote but, if you're having trouble distinguishing your symbol for it from ordinary equality, that suggests you might want to look at a completely different symbol.
– David Richerby
Mar 12 at 11:49
@DavidRicherby thanks for the suggestion, I use unary equal to refer to the set that is the isovalue contour of point p, so it can be intuitive.
– updraft
Mar 13 at 6:41
I go with @campa 's answer because it seems most simple
– updraft
Mar 12 at 11:20
I go with @campa 's answer because it seems most simple
– updraft
Mar 12 at 11:20
3
3
I'm not sure what unary equality is supposed to denote but, if you're having trouble distinguishing your symbol for it from ordinary equality, that suggests you might want to look at a completely different symbol.
– David Richerby
Mar 12 at 11:49
I'm not sure what unary equality is supposed to denote but, if you're having trouble distinguishing your symbol for it from ordinary equality, that suggests you might want to look at a completely different symbol.
– David Richerby
Mar 12 at 11:49
@DavidRicherby thanks for the suggestion, I use unary equal to refer to the set that is the isovalue contour of point p, so it can be intuitive.
– updraft
Mar 13 at 6:41
@DavidRicherby thanks for the suggestion, I use unary equal to refer to the set that is the isovalue contour of point p, so it can be intuitive.
– updraft
Mar 13 at 6:41
add a comment |
3 Answers
3
active
oldest
votes
Here's a proposal:
documentclassarticle
usepackageamsmath,xparse
ExplSyntaxOn
NewDocumentCommanduneq
mathbinmathpaletteupdraft_uneq:nn
dim_new:N l__updraft_width_dim
dim_new:N l__updraft_height_dim
cs_new_protected:Nn updraft_uneq:nn
vcenter
mathsurround=0pt
hbox:n
% measure the width of the equals sign in the current style
hbox_set:Nn l_tmpa_box $#1=$
dim_set:Nn l__updraft_width_dim box_wd:N l_tmpa_box
% measure the width of 1mu in the current style
hbox_set:Nn l_tmpa_box $#1mkern1mu$
dim_set:Nn l__updraft_height_dim box_wd:N l_tmpa_box
% start drawing
driver_draw_begin:
% round caps on lines
driver_draw_cap_round:
% set the line width (change 1.2 to your liking)
driver_draw_linewidth:n 1.2l__updraft_height_dim
% 1. cm fonts use width/10 of side bearings
% 2. the gap between lines is 5 times the line width
% bottom line
driver_draw_moveto:nn
0.1 l__updraft_width_dim
-2.5 l__updraft_height_dim
driver_draw_lineto:nn
0.9 l__updraft_width_dim
-2.5 l__updraft_height_dim
driver_draw_stroke:
% top line
driver_draw_moveto:nn
0.1 l__updraft_width_dim
2.5 l__updraft_height_dim
driver_draw_lineto:nn
0.9 l__updraft_width_dim
2.5 l__updraft_height_dim
driver_draw_stroke:
driver_draw_end:
% occupy the space
hspace l__updraft_width_dim
ExplSyntaxOff
begindocument
$mathbin=A$
$uneq A$ $scriptstyleuneq A$ $scriptscriptstyleuneq A$
$A=B$
enddocument
There is no “unary operator” class, one has to use mathbin
and TeX will act according to the context. You could also decide to simply use mathord
.
thank you:), your proposal is a little hard I don't quite understand, haha
– updraft
Mar 12 at 11:02
@updraft I added some comments
– egreg
Mar 12 at 12:04
your method is actually very thorough and illuminating I go with yours instead!
– updraft
Mar 13 at 6:37
add a comment |
Another proposal. The optimal vertical spacing might depend on the used font and on personal taste.
documentclassarticle
usepackageamsmath
newcommand*uneqmathpaletteuneqauxrelax
newcommand*uneqaux[2]%
setbox0=hboxmathsurround=0pt$#1boldsymbol-$%
raise.25ht0copy0 kern-wd0 lower.2ht0box0
begindocument
$=A$
$uneq A$
$scriptstyleuneq A$
$scriptscriptstyleuneq A$
enddocument
add a comment |
The gap can be tweaked by changing the 4LMpt
.
documentclassarticle
usepackagescalerel,stackengine,bm
newcommandbineqmathbinThisStyleensurestackMathvcenterhboxstackengine%
4LMptSavedStylebm-SavedStylebm-OcFFL
begindocument
$bm= Aquadscriptstylebm= Aquadscriptscriptstylebm= A$ bold =
$bineq Aquadscriptstylebineq Aquadscriptscriptstylebineq A$ verb|bineq|
enddocument
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
);
);
updraft 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%2f479037%2fis-there-an-equal-sign-with-wider-gap%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Here's a proposal:
documentclassarticle
usepackageamsmath,xparse
ExplSyntaxOn
NewDocumentCommanduneq
mathbinmathpaletteupdraft_uneq:nn
dim_new:N l__updraft_width_dim
dim_new:N l__updraft_height_dim
cs_new_protected:Nn updraft_uneq:nn
vcenter
mathsurround=0pt
hbox:n
% measure the width of the equals sign in the current style
hbox_set:Nn l_tmpa_box $#1=$
dim_set:Nn l__updraft_width_dim box_wd:N l_tmpa_box
% measure the width of 1mu in the current style
hbox_set:Nn l_tmpa_box $#1mkern1mu$
dim_set:Nn l__updraft_height_dim box_wd:N l_tmpa_box
% start drawing
driver_draw_begin:
% round caps on lines
driver_draw_cap_round:
% set the line width (change 1.2 to your liking)
driver_draw_linewidth:n 1.2l__updraft_height_dim
% 1. cm fonts use width/10 of side bearings
% 2. the gap between lines is 5 times the line width
% bottom line
driver_draw_moveto:nn
0.1 l__updraft_width_dim
-2.5 l__updraft_height_dim
driver_draw_lineto:nn
0.9 l__updraft_width_dim
-2.5 l__updraft_height_dim
driver_draw_stroke:
% top line
driver_draw_moveto:nn
0.1 l__updraft_width_dim
2.5 l__updraft_height_dim
driver_draw_lineto:nn
0.9 l__updraft_width_dim
2.5 l__updraft_height_dim
driver_draw_stroke:
driver_draw_end:
% occupy the space
hspace l__updraft_width_dim
ExplSyntaxOff
begindocument
$mathbin=A$
$uneq A$ $scriptstyleuneq A$ $scriptscriptstyleuneq A$
$A=B$
enddocument
There is no “unary operator” class, one has to use mathbin
and TeX will act according to the context. You could also decide to simply use mathord
.
thank you:), your proposal is a little hard I don't quite understand, haha
– updraft
Mar 12 at 11:02
@updraft I added some comments
– egreg
Mar 12 at 12:04
your method is actually very thorough and illuminating I go with yours instead!
– updraft
Mar 13 at 6:37
add a comment |
Here's a proposal:
documentclassarticle
usepackageamsmath,xparse
ExplSyntaxOn
NewDocumentCommanduneq
mathbinmathpaletteupdraft_uneq:nn
dim_new:N l__updraft_width_dim
dim_new:N l__updraft_height_dim
cs_new_protected:Nn updraft_uneq:nn
vcenter
mathsurround=0pt
hbox:n
% measure the width of the equals sign in the current style
hbox_set:Nn l_tmpa_box $#1=$
dim_set:Nn l__updraft_width_dim box_wd:N l_tmpa_box
% measure the width of 1mu in the current style
hbox_set:Nn l_tmpa_box $#1mkern1mu$
dim_set:Nn l__updraft_height_dim box_wd:N l_tmpa_box
% start drawing
driver_draw_begin:
% round caps on lines
driver_draw_cap_round:
% set the line width (change 1.2 to your liking)
driver_draw_linewidth:n 1.2l__updraft_height_dim
% 1. cm fonts use width/10 of side bearings
% 2. the gap between lines is 5 times the line width
% bottom line
driver_draw_moveto:nn
0.1 l__updraft_width_dim
-2.5 l__updraft_height_dim
driver_draw_lineto:nn
0.9 l__updraft_width_dim
-2.5 l__updraft_height_dim
driver_draw_stroke:
% top line
driver_draw_moveto:nn
0.1 l__updraft_width_dim
2.5 l__updraft_height_dim
driver_draw_lineto:nn
0.9 l__updraft_width_dim
2.5 l__updraft_height_dim
driver_draw_stroke:
driver_draw_end:
% occupy the space
hspace l__updraft_width_dim
ExplSyntaxOff
begindocument
$mathbin=A$
$uneq A$ $scriptstyleuneq A$ $scriptscriptstyleuneq A$
$A=B$
enddocument
There is no “unary operator” class, one has to use mathbin
and TeX will act according to the context. You could also decide to simply use mathord
.
thank you:), your proposal is a little hard I don't quite understand, haha
– updraft
Mar 12 at 11:02
@updraft I added some comments
– egreg
Mar 12 at 12:04
your method is actually very thorough and illuminating I go with yours instead!
– updraft
Mar 13 at 6:37
add a comment |
Here's a proposal:
documentclassarticle
usepackageamsmath,xparse
ExplSyntaxOn
NewDocumentCommanduneq
mathbinmathpaletteupdraft_uneq:nn
dim_new:N l__updraft_width_dim
dim_new:N l__updraft_height_dim
cs_new_protected:Nn updraft_uneq:nn
vcenter
mathsurround=0pt
hbox:n
% measure the width of the equals sign in the current style
hbox_set:Nn l_tmpa_box $#1=$
dim_set:Nn l__updraft_width_dim box_wd:N l_tmpa_box
% measure the width of 1mu in the current style
hbox_set:Nn l_tmpa_box $#1mkern1mu$
dim_set:Nn l__updraft_height_dim box_wd:N l_tmpa_box
% start drawing
driver_draw_begin:
% round caps on lines
driver_draw_cap_round:
% set the line width (change 1.2 to your liking)
driver_draw_linewidth:n 1.2l__updraft_height_dim
% 1. cm fonts use width/10 of side bearings
% 2. the gap between lines is 5 times the line width
% bottom line
driver_draw_moveto:nn
0.1 l__updraft_width_dim
-2.5 l__updraft_height_dim
driver_draw_lineto:nn
0.9 l__updraft_width_dim
-2.5 l__updraft_height_dim
driver_draw_stroke:
% top line
driver_draw_moveto:nn
0.1 l__updraft_width_dim
2.5 l__updraft_height_dim
driver_draw_lineto:nn
0.9 l__updraft_width_dim
2.5 l__updraft_height_dim
driver_draw_stroke:
driver_draw_end:
% occupy the space
hspace l__updraft_width_dim
ExplSyntaxOff
begindocument
$mathbin=A$
$uneq A$ $scriptstyleuneq A$ $scriptscriptstyleuneq A$
$A=B$
enddocument
There is no “unary operator” class, one has to use mathbin
and TeX will act according to the context. You could also decide to simply use mathord
.
Here's a proposal:
documentclassarticle
usepackageamsmath,xparse
ExplSyntaxOn
NewDocumentCommanduneq
mathbinmathpaletteupdraft_uneq:nn
dim_new:N l__updraft_width_dim
dim_new:N l__updraft_height_dim
cs_new_protected:Nn updraft_uneq:nn
vcenter
mathsurround=0pt
hbox:n
% measure the width of the equals sign in the current style
hbox_set:Nn l_tmpa_box $#1=$
dim_set:Nn l__updraft_width_dim box_wd:N l_tmpa_box
% measure the width of 1mu in the current style
hbox_set:Nn l_tmpa_box $#1mkern1mu$
dim_set:Nn l__updraft_height_dim box_wd:N l_tmpa_box
% start drawing
driver_draw_begin:
% round caps on lines
driver_draw_cap_round:
% set the line width (change 1.2 to your liking)
driver_draw_linewidth:n 1.2l__updraft_height_dim
% 1. cm fonts use width/10 of side bearings
% 2. the gap between lines is 5 times the line width
% bottom line
driver_draw_moveto:nn
0.1 l__updraft_width_dim
-2.5 l__updraft_height_dim
driver_draw_lineto:nn
0.9 l__updraft_width_dim
-2.5 l__updraft_height_dim
driver_draw_stroke:
% top line
driver_draw_moveto:nn
0.1 l__updraft_width_dim
2.5 l__updraft_height_dim
driver_draw_lineto:nn
0.9 l__updraft_width_dim
2.5 l__updraft_height_dim
driver_draw_stroke:
driver_draw_end:
% occupy the space
hspace l__updraft_width_dim
ExplSyntaxOff
begindocument
$mathbin=A$
$uneq A$ $scriptstyleuneq A$ $scriptscriptstyleuneq A$
$A=B$
enddocument
There is no “unary operator” class, one has to use mathbin
and TeX will act according to the context. You could also decide to simply use mathord
.
edited Mar 12 at 12:04
answered Mar 12 at 10:33
egregegreg
727k8819223231
727k8819223231
thank you:), your proposal is a little hard I don't quite understand, haha
– updraft
Mar 12 at 11:02
@updraft I added some comments
– egreg
Mar 12 at 12:04
your method is actually very thorough and illuminating I go with yours instead!
– updraft
Mar 13 at 6:37
add a comment |
thank you:), your proposal is a little hard I don't quite understand, haha
– updraft
Mar 12 at 11:02
@updraft I added some comments
– egreg
Mar 12 at 12:04
your method is actually very thorough and illuminating I go with yours instead!
– updraft
Mar 13 at 6:37
thank you:), your proposal is a little hard I don't quite understand, haha
– updraft
Mar 12 at 11:02
thank you:), your proposal is a little hard I don't quite understand, haha
– updraft
Mar 12 at 11:02
@updraft I added some comments
– egreg
Mar 12 at 12:04
@updraft I added some comments
– egreg
Mar 12 at 12:04
your method is actually very thorough and illuminating I go with yours instead!
– updraft
Mar 13 at 6:37
your method is actually very thorough and illuminating I go with yours instead!
– updraft
Mar 13 at 6:37
add a comment |
Another proposal. The optimal vertical spacing might depend on the used font and on personal taste.
documentclassarticle
usepackageamsmath
newcommand*uneqmathpaletteuneqauxrelax
newcommand*uneqaux[2]%
setbox0=hboxmathsurround=0pt$#1boldsymbol-$%
raise.25ht0copy0 kern-wd0 lower.2ht0box0
begindocument
$=A$
$uneq A$
$scriptstyleuneq A$
$scriptscriptstyleuneq A$
enddocument
add a comment |
Another proposal. The optimal vertical spacing might depend on the used font and on personal taste.
documentclassarticle
usepackageamsmath
newcommand*uneqmathpaletteuneqauxrelax
newcommand*uneqaux[2]%
setbox0=hboxmathsurround=0pt$#1boldsymbol-$%
raise.25ht0copy0 kern-wd0 lower.2ht0box0
begindocument
$=A$
$uneq A$
$scriptstyleuneq A$
$scriptscriptstyleuneq A$
enddocument
add a comment |
Another proposal. The optimal vertical spacing might depend on the used font and on personal taste.
documentclassarticle
usepackageamsmath
newcommand*uneqmathpaletteuneqauxrelax
newcommand*uneqaux[2]%
setbox0=hboxmathsurround=0pt$#1boldsymbol-$%
raise.25ht0copy0 kern-wd0 lower.2ht0box0
begindocument
$=A$
$uneq A$
$scriptstyleuneq A$
$scriptscriptstyleuneq A$
enddocument
Another proposal. The optimal vertical spacing might depend on the used font and on personal taste.
documentclassarticle
usepackageamsmath
newcommand*uneqmathpaletteuneqauxrelax
newcommand*uneqaux[2]%
setbox0=hboxmathsurround=0pt$#1boldsymbol-$%
raise.25ht0copy0 kern-wd0 lower.2ht0box0
begindocument
$=A$
$uneq A$
$scriptstyleuneq A$
$scriptscriptstyleuneq A$
enddocument
answered Mar 12 at 10:47
campacampa
6,53221438
6,53221438
add a comment |
add a comment |
The gap can be tweaked by changing the 4LMpt
.
documentclassarticle
usepackagescalerel,stackengine,bm
newcommandbineqmathbinThisStyleensurestackMathvcenterhboxstackengine%
4LMptSavedStylebm-SavedStylebm-OcFFL
begindocument
$bm= Aquadscriptstylebm= Aquadscriptscriptstylebm= A$ bold =
$bineq Aquadscriptstylebineq Aquadscriptscriptstylebineq A$ verb|bineq|
enddocument
add a comment |
The gap can be tweaked by changing the 4LMpt
.
documentclassarticle
usepackagescalerel,stackengine,bm
newcommandbineqmathbinThisStyleensurestackMathvcenterhboxstackengine%
4LMptSavedStylebm-SavedStylebm-OcFFL
begindocument
$bm= Aquadscriptstylebm= Aquadscriptscriptstylebm= A$ bold =
$bineq Aquadscriptstylebineq Aquadscriptscriptstylebineq A$ verb|bineq|
enddocument
add a comment |
The gap can be tweaked by changing the 4LMpt
.
documentclassarticle
usepackagescalerel,stackengine,bm
newcommandbineqmathbinThisStyleensurestackMathvcenterhboxstackengine%
4LMptSavedStylebm-SavedStylebm-OcFFL
begindocument
$bm= Aquadscriptstylebm= Aquadscriptscriptstylebm= A$ bold =
$bineq Aquadscriptstylebineq Aquadscriptscriptstylebineq A$ verb|bineq|
enddocument
The gap can be tweaked by changing the 4LMpt
.
documentclassarticle
usepackagescalerel,stackengine,bm
newcommandbineqmathbinThisStyleensurestackMathvcenterhboxstackengine%
4LMptSavedStylebm-SavedStylebm-OcFFL
begindocument
$bm= Aquadscriptstylebm= Aquadscriptscriptstylebm= A$ bold =
$bineq Aquadscriptstylebineq Aquadscriptscriptstylebineq A$ verb|bineq|
enddocument
answered Mar 12 at 11:08
Steven B. SegletesSteven B. Segletes
158k9204411
158k9204411
add a comment |
add a comment |
updraft is a new contributor. Be nice, and check out our Code of Conduct.
updraft is a new contributor. Be nice, and check out our Code of Conduct.
updraft is a new contributor. Be nice, and check out our Code of Conduct.
updraft is a new contributor. Be nice, and check out our Code of Conduct.
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%2f479037%2fis-there-an-equal-sign-with-wider-gap%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
I go with @campa 's answer because it seems most simple
– updraft
Mar 12 at 11:20
3
I'm not sure what unary equality is supposed to denote but, if you're having trouble distinguishing your symbol for it from ordinary equality, that suggests you might want to look at a completely different symbol.
– David Richerby
Mar 12 at 11:49
@DavidRicherby thanks for the suggestion, I use unary equal to refer to the set that is the isovalue contour of point p, so it can be intuitive.
– updraft
Mar 13 at 6:41