circling a parameter in a formulaGood way to make textcircled numbers?An environment to change the vertical...

hrule into tikz circle node

"Starve to death" Vs. "Starve to the point of death"

Eww, those bytes are gross

What is the wife of a henpecked husband called?

Stuck on a Geometry Puzzle

Why does 0.-5 evaluate to -5?

How do you funnel food off a cutting board?

Memory usage: #define vs. static const for uint8_t

Does Skippy chunky peanut butter contain trans fat?

Prevent Nautilus / Nemo from creating .Trash-1000 folder in mounted devices

A starship is travelling at 0.9c and collides with a small rock. Will it leave a clean hole through, or will more happen?

What is a good reason for every spaceship to carry a weapon on board?

Is there any danger of my neighbor having my wife's signature?

What's the oldest plausible frozen specimen for a Jurassic Park style story-line?

Non-Cancer terminal illness that can affect young (age 10-13) girls?

Article. The word "Respect"

A fantasy book with seven white haired women on the cover

Why did Luke use his left hand to shoot?

How to write cases in LaTeX?

How do you get out of your own psychology to write characters?

Converting very wide logos to square formats

How is this property called for mod?

Count repetitions of an array

How much light is too much?



circling a parameter in a formula


Good way to make textcircled numbers?An environment to change the vertical space around a formulaAdding labels to a formulaHow to put a formula into a table cellSetting vertical space for displayed formulaLarge formula in alignCrop the image of LaTeX formulaWrite the code for large formula in terms of smaller chunksSplitting a formula in tableHow to place equation number below formula?Resizing a part of a formula













1















How can I insert a circle around a parameter in a formula or in a text as below one:
enter image description here










share|improve this question























  • Would the solutions from here be good? tex.stackexchange.com/questions/7032/… Or is there something you require that those can't do?

    – sheß
    2 hours ago











  • From that page especially tex.stackexchange.com/a/7045 might be interesting, it is easy with TikZ to make dashed lines as in the example in this question.

    – Marijn
    2 hours ago
















1















How can I insert a circle around a parameter in a formula or in a text as below one:
enter image description here










share|improve this question























  • Would the solutions from here be good? tex.stackexchange.com/questions/7032/… Or is there something you require that those can't do?

    – sheß
    2 hours ago











  • From that page especially tex.stackexchange.com/a/7045 might be interesting, it is easy with TikZ to make dashed lines as in the example in this question.

    – Marijn
    2 hours ago














1












1








1








How can I insert a circle around a parameter in a formula or in a text as below one:
enter image description here










share|improve this question














How can I insert a circle around a parameter in a formula or in a text as below one:
enter image description here







equations






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 2 hours ago









IrreversibleIrreversible

278210




278210













  • Would the solutions from here be good? tex.stackexchange.com/questions/7032/… Or is there something you require that those can't do?

    – sheß
    2 hours ago











  • From that page especially tex.stackexchange.com/a/7045 might be interesting, it is easy with TikZ to make dashed lines as in the example in this question.

    – Marijn
    2 hours ago



















  • Would the solutions from here be good? tex.stackexchange.com/questions/7032/… Or is there something you require that those can't do?

    – sheß
    2 hours ago











  • From that page especially tex.stackexchange.com/a/7045 might be interesting, it is easy with TikZ to make dashed lines as in the example in this question.

    – Marijn
    2 hours ago

















Would the solutions from here be good? tex.stackexchange.com/questions/7032/… Or is there something you require that those can't do?

– sheß
2 hours ago





Would the solutions from here be good? tex.stackexchange.com/questions/7032/… Or is there something you require that those can't do?

– sheß
2 hours ago













From that page especially tex.stackexchange.com/a/7045 might be interesting, it is easy with TikZ to make dashed lines as in the example in this question.

– Marijn
2 hours ago





From that page especially tex.stackexchange.com/a/7045 might be interesting, it is easy with TikZ to make dashed lines as in the example in this question.

– Marijn
2 hours ago










1 Answer
1






active

oldest

votes


















3














All the answers linked to in the comments were written before tikzmarknode got added to the tikzmark library. With this addition, it is IMHO particularly straightforward to get something like this.



documentclass{article}
usepackage{amsmath,amssymb}
usepackage{tikz}
usetikzlibrary{tikzmark}
begin{document}
[mathrm{i}int!mathrm{d}t,mathrm{d}theta,mathrm{d}bartheta,
tikzmarknode[circle,draw,dashed,inner sep=2pt]{tc}{dfrac{thetabartheta}{hbar}}
left(L[Phi]+mathbb{J}right)]
end{document}


enter image description here



Of course, you could do much more with tikzmarknode.



documentclass[fleqn]{article}
usepackage{amsmath,amssymb}
usepackage{tikz}
usetikzlibrary{tikzmark}
tikzset{dashed circle/.style={circle,draw,dashed,inner sep=2pt}}
begin{document}
The conventional dots
begin{equation}label{eq:conventional}
mathcal{Z}[mathbb{J}]=expleft[mathrm{i}int!mathrm{d}t,mathrm{d}theta,mathrm{d}bartheta,
tikzmarknode[dashed circle]{11}{1}
left(L[Phi]+mathbb{J}right)right];.
end{equation}
The modified dots
begin{equation}
mathcal{Z}'[mathbb{J}]=expleft[mathrm{i}int!mathrm{d}t,mathrm{d}theta,mathrm{d}bartheta,
tikzmarknode[dashed circle]{tc1}{dfrac{thetabartheta}{hbar}}
left(L[Phi]+mathbb{J}right)right];.label{eq:Z'}
end{equation}
eqref{eq:conventional} except that $tikzmarknode[dashed circle]{12}{1}$ got replaced by
$tikzmarknode[dashed circle]{tc2}{dfrac{thetabartheta}{hbar}}$ in eqref{eq:Z'}.
begin{tikzpicture}[overlay,remember picture]
draw[red,latex-latex,thick] (tc1) to[bend left=10] (tc2);
end{tikzpicture}
end{document}


enter image description here






share|improve this answer

























    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
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f476627%2fcircling-a-parameter-in-a-formula%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









    3














    All the answers linked to in the comments were written before tikzmarknode got added to the tikzmark library. With this addition, it is IMHO particularly straightforward to get something like this.



    documentclass{article}
    usepackage{amsmath,amssymb}
    usepackage{tikz}
    usetikzlibrary{tikzmark}
    begin{document}
    [mathrm{i}int!mathrm{d}t,mathrm{d}theta,mathrm{d}bartheta,
    tikzmarknode[circle,draw,dashed,inner sep=2pt]{tc}{dfrac{thetabartheta}{hbar}}
    left(L[Phi]+mathbb{J}right)]
    end{document}


    enter image description here



    Of course, you could do much more with tikzmarknode.



    documentclass[fleqn]{article}
    usepackage{amsmath,amssymb}
    usepackage{tikz}
    usetikzlibrary{tikzmark}
    tikzset{dashed circle/.style={circle,draw,dashed,inner sep=2pt}}
    begin{document}
    The conventional dots
    begin{equation}label{eq:conventional}
    mathcal{Z}[mathbb{J}]=expleft[mathrm{i}int!mathrm{d}t,mathrm{d}theta,mathrm{d}bartheta,
    tikzmarknode[dashed circle]{11}{1}
    left(L[Phi]+mathbb{J}right)right];.
    end{equation}
    The modified dots
    begin{equation}
    mathcal{Z}'[mathbb{J}]=expleft[mathrm{i}int!mathrm{d}t,mathrm{d}theta,mathrm{d}bartheta,
    tikzmarknode[dashed circle]{tc1}{dfrac{thetabartheta}{hbar}}
    left(L[Phi]+mathbb{J}right)right];.label{eq:Z'}
    end{equation}
    eqref{eq:conventional} except that $tikzmarknode[dashed circle]{12}{1}$ got replaced by
    $tikzmarknode[dashed circle]{tc2}{dfrac{thetabartheta}{hbar}}$ in eqref{eq:Z'}.
    begin{tikzpicture}[overlay,remember picture]
    draw[red,latex-latex,thick] (tc1) to[bend left=10] (tc2);
    end{tikzpicture}
    end{document}


    enter image description here






    share|improve this answer






























      3














      All the answers linked to in the comments were written before tikzmarknode got added to the tikzmark library. With this addition, it is IMHO particularly straightforward to get something like this.



      documentclass{article}
      usepackage{amsmath,amssymb}
      usepackage{tikz}
      usetikzlibrary{tikzmark}
      begin{document}
      [mathrm{i}int!mathrm{d}t,mathrm{d}theta,mathrm{d}bartheta,
      tikzmarknode[circle,draw,dashed,inner sep=2pt]{tc}{dfrac{thetabartheta}{hbar}}
      left(L[Phi]+mathbb{J}right)]
      end{document}


      enter image description here



      Of course, you could do much more with tikzmarknode.



      documentclass[fleqn]{article}
      usepackage{amsmath,amssymb}
      usepackage{tikz}
      usetikzlibrary{tikzmark}
      tikzset{dashed circle/.style={circle,draw,dashed,inner sep=2pt}}
      begin{document}
      The conventional dots
      begin{equation}label{eq:conventional}
      mathcal{Z}[mathbb{J}]=expleft[mathrm{i}int!mathrm{d}t,mathrm{d}theta,mathrm{d}bartheta,
      tikzmarknode[dashed circle]{11}{1}
      left(L[Phi]+mathbb{J}right)right];.
      end{equation}
      The modified dots
      begin{equation}
      mathcal{Z}'[mathbb{J}]=expleft[mathrm{i}int!mathrm{d}t,mathrm{d}theta,mathrm{d}bartheta,
      tikzmarknode[dashed circle]{tc1}{dfrac{thetabartheta}{hbar}}
      left(L[Phi]+mathbb{J}right)right];.label{eq:Z'}
      end{equation}
      eqref{eq:conventional} except that $tikzmarknode[dashed circle]{12}{1}$ got replaced by
      $tikzmarknode[dashed circle]{tc2}{dfrac{thetabartheta}{hbar}}$ in eqref{eq:Z'}.
      begin{tikzpicture}[overlay,remember picture]
      draw[red,latex-latex,thick] (tc1) to[bend left=10] (tc2);
      end{tikzpicture}
      end{document}


      enter image description here






      share|improve this answer




























        3












        3








        3







        All the answers linked to in the comments were written before tikzmarknode got added to the tikzmark library. With this addition, it is IMHO particularly straightforward to get something like this.



        documentclass{article}
        usepackage{amsmath,amssymb}
        usepackage{tikz}
        usetikzlibrary{tikzmark}
        begin{document}
        [mathrm{i}int!mathrm{d}t,mathrm{d}theta,mathrm{d}bartheta,
        tikzmarknode[circle,draw,dashed,inner sep=2pt]{tc}{dfrac{thetabartheta}{hbar}}
        left(L[Phi]+mathbb{J}right)]
        end{document}


        enter image description here



        Of course, you could do much more with tikzmarknode.



        documentclass[fleqn]{article}
        usepackage{amsmath,amssymb}
        usepackage{tikz}
        usetikzlibrary{tikzmark}
        tikzset{dashed circle/.style={circle,draw,dashed,inner sep=2pt}}
        begin{document}
        The conventional dots
        begin{equation}label{eq:conventional}
        mathcal{Z}[mathbb{J}]=expleft[mathrm{i}int!mathrm{d}t,mathrm{d}theta,mathrm{d}bartheta,
        tikzmarknode[dashed circle]{11}{1}
        left(L[Phi]+mathbb{J}right)right];.
        end{equation}
        The modified dots
        begin{equation}
        mathcal{Z}'[mathbb{J}]=expleft[mathrm{i}int!mathrm{d}t,mathrm{d}theta,mathrm{d}bartheta,
        tikzmarknode[dashed circle]{tc1}{dfrac{thetabartheta}{hbar}}
        left(L[Phi]+mathbb{J}right)right];.label{eq:Z'}
        end{equation}
        eqref{eq:conventional} except that $tikzmarknode[dashed circle]{12}{1}$ got replaced by
        $tikzmarknode[dashed circle]{tc2}{dfrac{thetabartheta}{hbar}}$ in eqref{eq:Z'}.
        begin{tikzpicture}[overlay,remember picture]
        draw[red,latex-latex,thick] (tc1) to[bend left=10] (tc2);
        end{tikzpicture}
        end{document}


        enter image description here






        share|improve this answer















        All the answers linked to in the comments were written before tikzmarknode got added to the tikzmark library. With this addition, it is IMHO particularly straightforward to get something like this.



        documentclass{article}
        usepackage{amsmath,amssymb}
        usepackage{tikz}
        usetikzlibrary{tikzmark}
        begin{document}
        [mathrm{i}int!mathrm{d}t,mathrm{d}theta,mathrm{d}bartheta,
        tikzmarknode[circle,draw,dashed,inner sep=2pt]{tc}{dfrac{thetabartheta}{hbar}}
        left(L[Phi]+mathbb{J}right)]
        end{document}


        enter image description here



        Of course, you could do much more with tikzmarknode.



        documentclass[fleqn]{article}
        usepackage{amsmath,amssymb}
        usepackage{tikz}
        usetikzlibrary{tikzmark}
        tikzset{dashed circle/.style={circle,draw,dashed,inner sep=2pt}}
        begin{document}
        The conventional dots
        begin{equation}label{eq:conventional}
        mathcal{Z}[mathbb{J}]=expleft[mathrm{i}int!mathrm{d}t,mathrm{d}theta,mathrm{d}bartheta,
        tikzmarknode[dashed circle]{11}{1}
        left(L[Phi]+mathbb{J}right)right];.
        end{equation}
        The modified dots
        begin{equation}
        mathcal{Z}'[mathbb{J}]=expleft[mathrm{i}int!mathrm{d}t,mathrm{d}theta,mathrm{d}bartheta,
        tikzmarknode[dashed circle]{tc1}{dfrac{thetabartheta}{hbar}}
        left(L[Phi]+mathbb{J}right)right];.label{eq:Z'}
        end{equation}
        eqref{eq:conventional} except that $tikzmarknode[dashed circle]{12}{1}$ got replaced by
        $tikzmarknode[dashed circle]{tc2}{dfrac{thetabartheta}{hbar}}$ in eqref{eq:Z'}.
        begin{tikzpicture}[overlay,remember picture]
        draw[red,latex-latex,thick] (tc1) to[bend left=10] (tc2);
        end{tikzpicture}
        end{document}


        enter image description here







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited 2 hours ago

























        answered 2 hours ago









        marmotmarmot

        103k4122234




        103k4122234






























            draft saved

            draft discarded




















































            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%2f476627%2fcircling-a-parameter-in-a-formula%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

            Paper upload error, “Upload failed: The top margin is 0.715 in on page 3, which is below the required...

            Emraan Hashmi Filmografia | Linki zewnętrzne | Menu nawigacyjneGulshan GroverGulshan...

            How can I write this formula?newline and italics added with leqWhy does widehat behave differently if I...