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?

My ID is expired, can I fly to the Bahamas with my passport?

Why wasn't the Night King naked in S08E03?

When and why did journal article titles become descriptive, rather than creatively allusive?

Short story with physics professor who "brings back the dead" (Asimov or Bradbury?)

Identifying my late father's D&D stuff found in the attic

Does this article imply that Turing-Computability is not the same as "effectively computable"?

Python password manager

Can the 歳 counter be used for architecture, furniture etc to tell it's age?

Can Ghost kill White Walkers or Wights?

Is this homebrew life-stealing melee cantrip unbalanced?

What happens if I start too many background jobs?

If 1. e4 c6 is considered as a sound defense for black, why is 1. c3 so rare?

How to give very negative feedback gracefully?

Junior developer struggles: how to communicate with management?

How could a planet have most of its water in the atmosphere?

Manager is threatning to grade me poorly if I don't complete the project

Help to understand a simple example of clist in expl3

Would a 1/1 token with persist dying trigger on death effects a second time?

Would glacier 'trees' be plausible?

Why is B♯ higher than C♭ in 31-ET?

How can I get a job without pushing my family's income into a higher tax bracket?

Did we get closer to another plane than we were supposed to, or was the pilot just protecting our delicate sensibilities?

Why is Arya visibly scared in the library in S8E3?

What was the state of the German rail system in 1944?



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?













6















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?
here is the strange symbol










share|improve this question







New contributor




Thomas Tín is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.















  • 2





    Similar one: gluon from Table 308 from "the comprehensive LaTeX symbol list”

    – Weijun Zhou
    Apr 27 at 18:31
















6















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?
here is the strange symbol










share|improve this question







New contributor




Thomas Tín is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.















  • 2





    Similar one: gluon from Table 308 from "the comprehensive LaTeX symbol list”

    – Weijun Zhou
    Apr 27 at 18:31














6












6








6


2






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?
here is the strange symbol










share|improve this question







New contributor




Thomas Tín is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












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?
here is the strange symbol







symbols math-operators






share|improve this question







New contributor




Thomas Tín is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




Thomas Tín is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




Thomas Tín is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Apr 27 at 17:41









Thomas TínThomas Tín

3315




3315




New contributor




Thomas Tín is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Thomas Tín is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Thomas Tín is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







  • 2





    Similar one: gluon from Table 308 from "the comprehensive LaTeX symbol list”

    – Weijun Zhou
    Apr 27 at 18:31













  • 2





    Similar one: gluon from Table 308 from "the comprehensive LaTeX symbol list”

    – Weijun Zhou
    Apr 27 at 18:31








2




2





Similar one: gluon from Table 308 from "the comprehensive LaTeX symbol list”

– Weijun Zhou
Apr 27 at 18:31






Similar one: gluon from Table 308 from "the comprehensive LaTeX symbol list”

– Weijun Zhou
Apr 27 at 18:31











2 Answers
2






active

oldest

votes


















12














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


enter image description here



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


enter image description here



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


enter image description here






share|improve this answer
































    6














    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.



    enter image description here



    documentclassarticle 
    usepackagecircuitikz
    usepackagescalerel
    newcommandngluonscaleobj.7begintikzpicture
    draw (.65,0) to [cute inductor] (1.5,0) ;
    endtikzpicture
    begindocument
    $X_1,ngluon, X_2|X_3$
    enddocument





    share|improve this answer


















    • 1





      There is a cute inductor inside TikZ commands?! Oh my gosh what a fantastic idea! :D.

      – manooooh
      Apr 27 at 23:47






    • 1





      @manooooh I was just thinking about the circuits and I read the manual. Thanks always dear friend.

      – Sebastiano
      2 days ago











    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.









    draft saved

    draft discarded


















    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









    12














    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


    enter image description here



    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


    enter image description here



    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


    enter image description here






    share|improve this answer





























      12














      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


      enter image description here



      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


      enter image description here



      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


      enter image description here






      share|improve this answer



























        12












        12








        12







        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


        enter image description here



        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


        enter image description here



        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


        enter image description here






        share|improve this answer















        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


        enter image description here



        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


        enter image description here



        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


        enter image description here







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Apr 27 at 18:44

























        answered Apr 27 at 17:50









        marmotmarmot

        123k6160300




        123k6160300





















            6














            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.



            enter image description here



            documentclassarticle 
            usepackagecircuitikz
            usepackagescalerel
            newcommandngluonscaleobj.7begintikzpicture
            draw (.65,0) to [cute inductor] (1.5,0) ;
            endtikzpicture
            begindocument
            $X_1,ngluon, X_2|X_3$
            enddocument





            share|improve this answer


















            • 1





              There is a cute inductor inside TikZ commands?! Oh my gosh what a fantastic idea! :D.

              – manooooh
              Apr 27 at 23:47






            • 1





              @manooooh I was just thinking about the circuits and I read the manual. Thanks always dear friend.

              – Sebastiano
              2 days ago















            6














            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.



            enter image description here



            documentclassarticle 
            usepackagecircuitikz
            usepackagescalerel
            newcommandngluonscaleobj.7begintikzpicture
            draw (.65,0) to [cute inductor] (1.5,0) ;
            endtikzpicture
            begindocument
            $X_1,ngluon, X_2|X_3$
            enddocument





            share|improve this answer


















            • 1





              There is a cute inductor inside TikZ commands?! Oh my gosh what a fantastic idea! :D.

              – manooooh
              Apr 27 at 23:47






            • 1





              @manooooh I was just thinking about the circuits and I read the manual. Thanks always dear friend.

              – Sebastiano
              2 days ago













            6












            6








            6







            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.



            enter image description here



            documentclassarticle 
            usepackagecircuitikz
            usepackagescalerel
            newcommandngluonscaleobj.7begintikzpicture
            draw (.65,0) to [cute inductor] (1.5,0) ;
            endtikzpicture
            begindocument
            $X_1,ngluon, X_2|X_3$
            enddocument





            share|improve this answer













            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.



            enter image description here



            documentclassarticle 
            usepackagecircuitikz
            usepackagescalerel
            newcommandngluonscaleobj.7begintikzpicture
            draw (.65,0) to [cute inductor] (1.5,0) ;
            endtikzpicture
            begindocument
            $X_1,ngluon, X_2|X_3$
            enddocument






            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Apr 27 at 20:30









            SebastianoSebastiano

            11.9k42467




            11.9k42467







            • 1





              There is a cute inductor inside TikZ commands?! Oh my gosh what a fantastic idea! :D.

              – manooooh
              Apr 27 at 23:47






            • 1





              @manooooh I was just thinking about the circuits and I read the manual. Thanks always dear friend.

              – Sebastiano
              2 days ago












            • 1





              There is a cute inductor inside TikZ commands?! Oh my gosh what a fantastic idea! :D.

              – manooooh
              Apr 27 at 23:47






            • 1





              @manooooh I was just thinking about the circuits and I read the manual. Thanks always dear friend.

              – Sebastiano
              2 days ago







            1




            1





            There is a cute inductor inside TikZ commands?! Oh my gosh what a fantastic idea! :D.

            – manooooh
            Apr 27 at 23:47





            There is a cute inductor inside TikZ commands?! Oh my gosh what a fantastic idea! :D.

            – manooooh
            Apr 27 at 23:47




            1




            1





            @manooooh I was just thinking about the circuits and I read the manual. Thanks always dear friend.

            – Sebastiano
            2 days ago





            @manooooh I was just thinking about the circuits and I read the manual. Thanks always dear friend.

            – Sebastiano
            2 days ago










            Thomas Tín is a new contributor. Be nice, and check out our Code of Conduct.









            draft saved

            draft discarded


















            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

            Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

            Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form