A Strange Latex SymbolHow do you make your own symbol when Detexify fails?How to draw a coil such that you can see if it's right or left handed?How to create a command for the “strange m” symbol in latex?Writing bold small caps with mathpazo packageDefine strange operatorsname of logical negation symbol ¬Is there a symbol for “hand-wave”?Currency symbol: French francBitcoin symbol in LaTeX“Average sum” symbolPigpen-like symbol for =Latex math symbol |=A strange symbolHow to create a command for the “strange m” symbol in latex?
What does it mean to express a gate in Dirac notation?
Was there a shared-world project before "Thieves World"?
Pulling the rope with one hand is as heavy as with two hands?
How to stop co-workers from teasing me because I know Russian?
Size of electromagnet needed to replicate Earth's magnetic field
Minor Revision with suggestion of an alternative proof by reviewer
Realistic Necromancy?
Are Boeing 737-800’s grounded?
Will tsunami waves travel forever if there was no land?
How to reduce LED flash rate (frequency)
Can someone publish a story that happened to you?
How to make a pipeline wait for end-of-file or stop after an error?
web3.py web3.isConnected() returns false always
Examples of non trivial equivalence relations , I mean equivalence relations without the expression " same ... as" in their definition?
Is there a way to get a compiler for the original B programming language?
How much cash can I safely carry into the USA and avoid civil forfeiture?
In order to check if a field is required or not, is the result of isNillable method sufficient?
Exchange,swap or switch
Why does processed meat contain preservatives, while canned fish needs not?
What software provides a code editing environment on iPad?
Is there really no use for MD5 anymore?
How can I place the product on a social media post better?
Packing rectangles: Does rotation ever help?
Normal Map bad shading in Rendered display
A Strange Latex Symbol
How do you make your own symbol when Detexify fails?How to draw a coil such that you can see if it's right or left handed?How to create a command for the “strange m” symbol in latex?Writing bold small caps with mathpazo packageDefine strange operatorsname of logical negation symbol ¬Is there a symbol for “hand-wave”?Currency symbol: French francBitcoin symbol in LaTeX“Average sum” symbolPigpen-like symbol for =Latex math symbol |=A strange symbolHow to create a command for the “strange m” symbol in latex?
In the book ``All of statistics A Concise Course in Statistical Inference'' of Larry Wasserman has a strange symbol, and look like a coil spring ... How can I use it in LaTeX?
symbols math-operators
New contributor
add a comment |
In the book ``All of statistics A Concise Course in Statistical Inference'' of Larry Wasserman has a strange symbol, and look like a coil spring ... How can I use it in LaTeX?
symbols math-operators
New contributor
1
Similar one:gluon
from Table 308 from "the comprehensive LaTeX symbol list”
– Weijun Zhou
2 hours ago
add a comment |
In the book ``All of statistics A Concise Course in Statistical Inference'' of Larry Wasserman has a strange symbol, and look like a coil spring ... How can I use it in LaTeX?
symbols math-operators
New contributor
In the book ``All of statistics A Concise Course in Statistical Inference'' of Larry Wasserman has a strange symbol, and look like a coil spring ... How can I use it in LaTeX?
symbols math-operators
symbols math-operators
New contributor
New contributor
New contributor
asked 3 hours ago
Thomas TínThomas Tín
112
112
New contributor
New contributor
1
Similar one:gluon
from Table 308 from "the comprehensive LaTeX symbol list”
– Weijun Zhou
2 hours ago
add a comment |
1
Similar one:gluon
from Table 308 from "the comprehensive LaTeX symbol list”
– Weijun Zhou
2 hours ago
1
1
Similar one:
gluon
from Table 308 from "the comprehensive LaTeX symbol list”– Weijun Zhou
2 hours ago
Similar one:
gluon
from Table 308 from "the comprehensive LaTeX symbol list”– Weijun Zhou
2 hours ago
add a comment |
2 Answers
2
active
oldest
votes
Welcome to TeX-SE. I would like to draw your attention to the answers of this question. I base my proposal on the TikZ answer there. A simple (but scalable) coil can be produced with
documentclassarticle
usepackagetikz
usetikzlibrarydecorations.pathmorphing
newcommandWassermantikz[baseline=-0.8ex]draw[line width=0.07em,decorate,decoration=coil,segment
length=0.45em,amplitude=0.8ex] (0,0) -- (2em,0);
begindocument
[ X_1 Wasserman X_2]
enddocument
With some extra amount of work you can make it "boldable" and comply with the different math styles (the above version already becomes large if you say large
, of course outside of math mode).
documentclassarticle
usepackagetikz
usetikzlibrarydecorations.pathmorphing
usepackageamsmath
makeatletter
DeclareRobustCommandcheckbold[1]% https://tex.stackexchange.com/a/24635/121799
edef@tempamath@versionedef@tempbbold%
ifx@tempa@tempb%
def#11%
else
def#10%
fi
makeatother
newcommandWassermanCoilcheckboldtmp%
ensuremathmathrel%
mathchoice%
tikz[baseline=-0.8ex]draw[line width=(1+0.33*tmp)*0.06em,decorate,decoration=coil,segment
length=0.45em,amplitude=0.8ex] (0,0) -- (2em,0);
%
tikz[baseline=-0.8ex]draw[line width=(1+0.33*tmp)*0.06em,decorate,decoration=coil,segment
length=0.45em,amplitude=0.8ex] (0,0) -- (2em,0);
%
tikz[baseline=-0.6ex]draw[line width=(1+0.33*tmp)*0.045em,decorate,decoration=coil,segment
length=0.36em,amplitude=0.6ex] (0,0) -- (1.6em,0);
%
tikz[baseline=-0.45ex]draw[line width=(1+0.33*tmp)*0.035em,decorate,decoration=coil,segment
length=0.25em,amplitude=0.45ex] (0,0) -- (1.2em,0);
begindocument
[ X_1 WassermanCoil X_2 X_Y_1 WassermanCoil Y_2]
boldmath
[ X_1 WassermanCoil X_2 X_Y_1 WassermanCoil Y_2]
unboldmath
Large AWassermanCoil B Huge AWassermanCoil B small AWassermanCoil B
enddocument
One could go even more fancy by employing a 3d coil but I am not going to spell this out unless asked to.
Another thing you can do is to follow CarLaTeX's answer and use trimpclip
to clip away one coil of the gluon
(that has been mentioned in the comments just now) to get
documentclassarticle
usepackageamsmath
usepackage[nointegrals]wasysym
usepackagetrimclip
newcommandWassermanCoilclipbox0em -1ex 1.65em -1exgluon%
clipbox1.7em -1ex 0em -1exgluon
begindocument
[
X_1WassermanCoil X_2
]
enddocument
add a comment |
If the symbol gluon
hadn't existed, or you drew the symbol with TikZ or you can use, for example, the package circuitikz
. Adding also the scalerel
package allows you to adjust the size of the symbol as you wish.
documentclassarticle
usepackagecircuitikz
usepackagescalerel
newcommandngluonscaleobj.7begintikzpicture
draw (.65,0) to [cute inductor] (1.5,0) ;
endtikzpicture
begindocument
$X_1,ngluon, X_2|X_3$
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
);
);
Thomas Tín 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%2f487943%2fa-strange-latex-symbol%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Welcome to TeX-SE. I would like to draw your attention to the answers of this question. I base my proposal on the TikZ answer there. A simple (but scalable) coil can be produced with
documentclassarticle
usepackagetikz
usetikzlibrarydecorations.pathmorphing
newcommandWassermantikz[baseline=-0.8ex]draw[line width=0.07em,decorate,decoration=coil,segment
length=0.45em,amplitude=0.8ex] (0,0) -- (2em,0);
begindocument
[ X_1 Wasserman X_2]
enddocument
With some extra amount of work you can make it "boldable" and comply with the different math styles (the above version already becomes large if you say large
, of course outside of math mode).
documentclassarticle
usepackagetikz
usetikzlibrarydecorations.pathmorphing
usepackageamsmath
makeatletter
DeclareRobustCommandcheckbold[1]% https://tex.stackexchange.com/a/24635/121799
edef@tempamath@versionedef@tempbbold%
ifx@tempa@tempb%
def#11%
else
def#10%
fi
makeatother
newcommandWassermanCoilcheckboldtmp%
ensuremathmathrel%
mathchoice%
tikz[baseline=-0.8ex]draw[line width=(1+0.33*tmp)*0.06em,decorate,decoration=coil,segment
length=0.45em,amplitude=0.8ex] (0,0) -- (2em,0);
%
tikz[baseline=-0.8ex]draw[line width=(1+0.33*tmp)*0.06em,decorate,decoration=coil,segment
length=0.45em,amplitude=0.8ex] (0,0) -- (2em,0);
%
tikz[baseline=-0.6ex]draw[line width=(1+0.33*tmp)*0.045em,decorate,decoration=coil,segment
length=0.36em,amplitude=0.6ex] (0,0) -- (1.6em,0);
%
tikz[baseline=-0.45ex]draw[line width=(1+0.33*tmp)*0.035em,decorate,decoration=coil,segment
length=0.25em,amplitude=0.45ex] (0,0) -- (1.2em,0);
begindocument
[ X_1 WassermanCoil X_2 X_Y_1 WassermanCoil Y_2]
boldmath
[ X_1 WassermanCoil X_2 X_Y_1 WassermanCoil Y_2]
unboldmath
Large AWassermanCoil B Huge AWassermanCoil B small AWassermanCoil B
enddocument
One could go even more fancy by employing a 3d coil but I am not going to spell this out unless asked to.
Another thing you can do is to follow CarLaTeX's answer and use trimpclip
to clip away one coil of the gluon
(that has been mentioned in the comments just now) to get
documentclassarticle
usepackageamsmath
usepackage[nointegrals]wasysym
usepackagetrimclip
newcommandWassermanCoilclipbox0em -1ex 1.65em -1exgluon%
clipbox1.7em -1ex 0em -1exgluon
begindocument
[
X_1WassermanCoil X_2
]
enddocument
add a comment |
Welcome to TeX-SE. I would like to draw your attention to the answers of this question. I base my proposal on the TikZ answer there. A simple (but scalable) coil can be produced with
documentclassarticle
usepackagetikz
usetikzlibrarydecorations.pathmorphing
newcommandWassermantikz[baseline=-0.8ex]draw[line width=0.07em,decorate,decoration=coil,segment
length=0.45em,amplitude=0.8ex] (0,0) -- (2em,0);
begindocument
[ X_1 Wasserman X_2]
enddocument
With some extra amount of work you can make it "boldable" and comply with the different math styles (the above version already becomes large if you say large
, of course outside of math mode).
documentclassarticle
usepackagetikz
usetikzlibrarydecorations.pathmorphing
usepackageamsmath
makeatletter
DeclareRobustCommandcheckbold[1]% https://tex.stackexchange.com/a/24635/121799
edef@tempamath@versionedef@tempbbold%
ifx@tempa@tempb%
def#11%
else
def#10%
fi
makeatother
newcommandWassermanCoilcheckboldtmp%
ensuremathmathrel%
mathchoice%
tikz[baseline=-0.8ex]draw[line width=(1+0.33*tmp)*0.06em,decorate,decoration=coil,segment
length=0.45em,amplitude=0.8ex] (0,0) -- (2em,0);
%
tikz[baseline=-0.8ex]draw[line width=(1+0.33*tmp)*0.06em,decorate,decoration=coil,segment
length=0.45em,amplitude=0.8ex] (0,0) -- (2em,0);
%
tikz[baseline=-0.6ex]draw[line width=(1+0.33*tmp)*0.045em,decorate,decoration=coil,segment
length=0.36em,amplitude=0.6ex] (0,0) -- (1.6em,0);
%
tikz[baseline=-0.45ex]draw[line width=(1+0.33*tmp)*0.035em,decorate,decoration=coil,segment
length=0.25em,amplitude=0.45ex] (0,0) -- (1.2em,0);
begindocument
[ X_1 WassermanCoil X_2 X_Y_1 WassermanCoil Y_2]
boldmath
[ X_1 WassermanCoil X_2 X_Y_1 WassermanCoil Y_2]
unboldmath
Large AWassermanCoil B Huge AWassermanCoil B small AWassermanCoil B
enddocument
One could go even more fancy by employing a 3d coil but I am not going to spell this out unless asked to.
Another thing you can do is to follow CarLaTeX's answer and use trimpclip
to clip away one coil of the gluon
(that has been mentioned in the comments just now) to get
documentclassarticle
usepackageamsmath
usepackage[nointegrals]wasysym
usepackagetrimclip
newcommandWassermanCoilclipbox0em -1ex 1.65em -1exgluon%
clipbox1.7em -1ex 0em -1exgluon
begindocument
[
X_1WassermanCoil X_2
]
enddocument
add a comment |
Welcome to TeX-SE. I would like to draw your attention to the answers of this question. I base my proposal on the TikZ answer there. A simple (but scalable) coil can be produced with
documentclassarticle
usepackagetikz
usetikzlibrarydecorations.pathmorphing
newcommandWassermantikz[baseline=-0.8ex]draw[line width=0.07em,decorate,decoration=coil,segment
length=0.45em,amplitude=0.8ex] (0,0) -- (2em,0);
begindocument
[ X_1 Wasserman X_2]
enddocument
With some extra amount of work you can make it "boldable" and comply with the different math styles (the above version already becomes large if you say large
, of course outside of math mode).
documentclassarticle
usepackagetikz
usetikzlibrarydecorations.pathmorphing
usepackageamsmath
makeatletter
DeclareRobustCommandcheckbold[1]% https://tex.stackexchange.com/a/24635/121799
edef@tempamath@versionedef@tempbbold%
ifx@tempa@tempb%
def#11%
else
def#10%
fi
makeatother
newcommandWassermanCoilcheckboldtmp%
ensuremathmathrel%
mathchoice%
tikz[baseline=-0.8ex]draw[line width=(1+0.33*tmp)*0.06em,decorate,decoration=coil,segment
length=0.45em,amplitude=0.8ex] (0,0) -- (2em,0);
%
tikz[baseline=-0.8ex]draw[line width=(1+0.33*tmp)*0.06em,decorate,decoration=coil,segment
length=0.45em,amplitude=0.8ex] (0,0) -- (2em,0);
%
tikz[baseline=-0.6ex]draw[line width=(1+0.33*tmp)*0.045em,decorate,decoration=coil,segment
length=0.36em,amplitude=0.6ex] (0,0) -- (1.6em,0);
%
tikz[baseline=-0.45ex]draw[line width=(1+0.33*tmp)*0.035em,decorate,decoration=coil,segment
length=0.25em,amplitude=0.45ex] (0,0) -- (1.2em,0);
begindocument
[ X_1 WassermanCoil X_2 X_Y_1 WassermanCoil Y_2]
boldmath
[ X_1 WassermanCoil X_2 X_Y_1 WassermanCoil Y_2]
unboldmath
Large AWassermanCoil B Huge AWassermanCoil B small AWassermanCoil B
enddocument
One could go even more fancy by employing a 3d coil but I am not going to spell this out unless asked to.
Another thing you can do is to follow CarLaTeX's answer and use trimpclip
to clip away one coil of the gluon
(that has been mentioned in the comments just now) to get
documentclassarticle
usepackageamsmath
usepackage[nointegrals]wasysym
usepackagetrimclip
newcommandWassermanCoilclipbox0em -1ex 1.65em -1exgluon%
clipbox1.7em -1ex 0em -1exgluon
begindocument
[
X_1WassermanCoil X_2
]
enddocument
Welcome to TeX-SE. I would like to draw your attention to the answers of this question. I base my proposal on the TikZ answer there. A simple (but scalable) coil can be produced with
documentclassarticle
usepackagetikz
usetikzlibrarydecorations.pathmorphing
newcommandWassermantikz[baseline=-0.8ex]draw[line width=0.07em,decorate,decoration=coil,segment
length=0.45em,amplitude=0.8ex] (0,0) -- (2em,0);
begindocument
[ X_1 Wasserman X_2]
enddocument
With some extra amount of work you can make it "boldable" and comply with the different math styles (the above version already becomes large if you say large
, of course outside of math mode).
documentclassarticle
usepackagetikz
usetikzlibrarydecorations.pathmorphing
usepackageamsmath
makeatletter
DeclareRobustCommandcheckbold[1]% https://tex.stackexchange.com/a/24635/121799
edef@tempamath@versionedef@tempbbold%
ifx@tempa@tempb%
def#11%
else
def#10%
fi
makeatother
newcommandWassermanCoilcheckboldtmp%
ensuremathmathrel%
mathchoice%
tikz[baseline=-0.8ex]draw[line width=(1+0.33*tmp)*0.06em,decorate,decoration=coil,segment
length=0.45em,amplitude=0.8ex] (0,0) -- (2em,0);
%
tikz[baseline=-0.8ex]draw[line width=(1+0.33*tmp)*0.06em,decorate,decoration=coil,segment
length=0.45em,amplitude=0.8ex] (0,0) -- (2em,0);
%
tikz[baseline=-0.6ex]draw[line width=(1+0.33*tmp)*0.045em,decorate,decoration=coil,segment
length=0.36em,amplitude=0.6ex] (0,0) -- (1.6em,0);
%
tikz[baseline=-0.45ex]draw[line width=(1+0.33*tmp)*0.035em,decorate,decoration=coil,segment
length=0.25em,amplitude=0.45ex] (0,0) -- (1.2em,0);
begindocument
[ X_1 WassermanCoil X_2 X_Y_1 WassermanCoil Y_2]
boldmath
[ X_1 WassermanCoil X_2 X_Y_1 WassermanCoil Y_2]
unboldmath
Large AWassermanCoil B Huge AWassermanCoil B small AWassermanCoil B
enddocument
One could go even more fancy by employing a 3d coil but I am not going to spell this out unless asked to.
Another thing you can do is to follow CarLaTeX's answer and use trimpclip
to clip away one coil of the gluon
(that has been mentioned in the comments just now) to get
documentclassarticle
usepackageamsmath
usepackage[nointegrals]wasysym
usepackagetrimclip
newcommandWassermanCoilclipbox0em -1ex 1.65em -1exgluon%
clipbox1.7em -1ex 0em -1exgluon
begindocument
[
X_1WassermanCoil X_2
]
enddocument
edited 2 hours ago
answered 2 hours ago
marmotmarmot
122k6159297
122k6159297
add a comment |
add a comment |
If the symbol gluon
hadn't existed, or you drew the symbol with TikZ or you can use, for example, the package circuitikz
. Adding also the scalerel
package allows you to adjust the size of the symbol as you wish.
documentclassarticle
usepackagecircuitikz
usepackagescalerel
newcommandngluonscaleobj.7begintikzpicture
draw (.65,0) to [cute inductor] (1.5,0) ;
endtikzpicture
begindocument
$X_1,ngluon, X_2|X_3$
enddocument
add a comment |
If the symbol gluon
hadn't existed, or you drew the symbol with TikZ or you can use, for example, the package circuitikz
. Adding also the scalerel
package allows you to adjust the size of the symbol as you wish.
documentclassarticle
usepackagecircuitikz
usepackagescalerel
newcommandngluonscaleobj.7begintikzpicture
draw (.65,0) to [cute inductor] (1.5,0) ;
endtikzpicture
begindocument
$X_1,ngluon, X_2|X_3$
enddocument
add a comment |
If the symbol gluon
hadn't existed, or you drew the symbol with TikZ or you can use, for example, the package circuitikz
. Adding also the scalerel
package allows you to adjust the size of the symbol as you wish.
documentclassarticle
usepackagecircuitikz
usepackagescalerel
newcommandngluonscaleobj.7begintikzpicture
draw (.65,0) to [cute inductor] (1.5,0) ;
endtikzpicture
begindocument
$X_1,ngluon, X_2|X_3$
enddocument
If the symbol gluon
hadn't existed, or you drew the symbol with TikZ or you can use, for example, the package circuitikz
. Adding also the scalerel
package allows you to adjust the size of the symbol as you wish.
documentclassarticle
usepackagecircuitikz
usepackagescalerel
newcommandngluonscaleobj.7begintikzpicture
draw (.65,0) to [cute inductor] (1.5,0) ;
endtikzpicture
begindocument
$X_1,ngluon, X_2|X_3$
enddocument
answered 16 mins ago
SebastianoSebastiano
11.6k42366
11.6k42366
add a comment |
add a comment |
Thomas Tín is a new contributor. Be nice, and check out our Code of Conduct.
Thomas Tín is a new contributor. Be nice, and check out our Code of Conduct.
Thomas Tín is a new contributor. Be nice, and check out our Code of Conduct.
Thomas Tín 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%2f487943%2fa-strange-latex-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
1
Similar one:
gluon
from Table 308 from "the comprehensive LaTeX symbol list”– Weijun Zhou
2 hours ago