Egg-shaped Feynman diagram Unicorn Meta Zoo #1: Why another podcast? ...

First instead of 1 when referencing

How to translate "red flag" into Spanish?

How to have a sharp product image?

Character Optimization: Shillelagh Whirlwind

What was Apollo 13's "Little Jolt" after MECO?

What is this word supposed to be?

Tikz positioning above circle exact alignment

Protagonist's race is hidden - should I reveal it?

As an international instructor, should I openly talk about my accent?

All ASCII characters with a given bit count

Was Dennis Ritchie being too modest in this quote about C and Pascal?

How to avoid introduction cliches

"My boss was furious with me and I have been fired" vs. "My boss was furious with me and I was fired"

Implementing 3DES algorithm in Java: is my code secure?

What is the best way to deal with NPC-NPC combat?

Why did C use the -> operator instead of reusing the . operator?

Map material from china not allowed to leave the country

Bayes factor vs P value

Do I need to protect SFP ports and optics from dust/contaminants? If so, how?

Long vowel quality before R

Older movie/show about humans on derelict alien warship which refuels by passing through a star

How do I prove this combinatorial identity

Which big number is bigger?

Multiple options vs single option UI



Egg-shaped Feynman diagram



Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar Manaratikz-feynman: edge labelsArrows in Feynman diagramFeynman diagram - shorten legs in tikz-packagePropagator loop in Feynman diagram using tikz-feynman packageLatex ignores directional options in tikz-feynmanH-shaped diagram with Tikz-Feynmanchange aspect ratio of TikZ-Feynman diagramtadpole diagram using tikz-feynmanSpecific Feynman Diagram TikZ-Feynman DrawingModifying an edge in a Feynman diagram generated by tikz-feynmanSpecific feynman diagram












1















I was trying to answer tikz-feynman: edge labels when I encountered an odd problem:



Why is the first diagram slightly egg shaped? Without the lines left and right it is round. Please don't tell me this is because it had been easter this weekend :)



% !TeX TS-program = lualatex
documentclass{article}
usepackage{tikz-feynman}

begin{document}

feynmandiagram[horizontal=b to d] {
a -- b,
b -- [quarter right]
c -- [quarter right]
d -- [quarter right]
e -- [quarter right]
b,
d -- f,
};

feynmandiagram[horizontal=b to d] {
% a -- b,
b -- [quarter left]
c -- [quarter left]
d -- [quarter left]
e -- [quarter left]
b,
% d -- f,
};

end{document}


enter image description here









share







New contributor




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





















  • I get a very different output than you do, which is definitely not your fault. Rather, in general I find that the automatic graph drawing algorithms seem to make things harder than simplifying them.

    – marmot
    25 secs ago











  • I don't get neither a circle not an egg, but sort of squares with arc borders.

    – Ulrike Fischer
    24 secs ago
















1















I was trying to answer tikz-feynman: edge labels when I encountered an odd problem:



Why is the first diagram slightly egg shaped? Without the lines left and right it is round. Please don't tell me this is because it had been easter this weekend :)



% !TeX TS-program = lualatex
documentclass{article}
usepackage{tikz-feynman}

begin{document}

feynmandiagram[horizontal=b to d] {
a -- b,
b -- [quarter right]
c -- [quarter right]
d -- [quarter right]
e -- [quarter right]
b,
d -- f,
};

feynmandiagram[horizontal=b to d] {
% a -- b,
b -- [quarter left]
c -- [quarter left]
d -- [quarter left]
e -- [quarter left]
b,
% d -- f,
};

end{document}


enter image description here









share







New contributor




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





















  • I get a very different output than you do, which is definitely not your fault. Rather, in general I find that the automatic graph drawing algorithms seem to make things harder than simplifying them.

    – marmot
    25 secs ago











  • I don't get neither a circle not an egg, but sort of squares with arc borders.

    – Ulrike Fischer
    24 secs ago














1












1








1








I was trying to answer tikz-feynman: edge labels when I encountered an odd problem:



Why is the first diagram slightly egg shaped? Without the lines left and right it is round. Please don't tell me this is because it had been easter this weekend :)



% !TeX TS-program = lualatex
documentclass{article}
usepackage{tikz-feynman}

begin{document}

feynmandiagram[horizontal=b to d] {
a -- b,
b -- [quarter right]
c -- [quarter right]
d -- [quarter right]
e -- [quarter right]
b,
d -- f,
};

feynmandiagram[horizontal=b to d] {
% a -- b,
b -- [quarter left]
c -- [quarter left]
d -- [quarter left]
e -- [quarter left]
b,
% d -- f,
};

end{document}


enter image description here









share







New contributor




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












I was trying to answer tikz-feynman: edge labels when I encountered an odd problem:



Why is the first diagram slightly egg shaped? Without the lines left and right it is round. Please don't tell me this is because it had been easter this weekend :)



% !TeX TS-program = lualatex
documentclass{article}
usepackage{tikz-feynman}

begin{document}

feynmandiagram[horizontal=b to d] {
a -- b,
b -- [quarter right]
c -- [quarter right]
d -- [quarter right]
e -- [quarter right]
b,
d -- f,
};

feynmandiagram[horizontal=b to d] {
% a -- b,
b -- [quarter left]
c -- [quarter left]
d -- [quarter left]
e -- [quarter left]
b,
% d -- f,
};

end{document}


enter image description here







tikz-feynman





share







New contributor




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










share







New contributor




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








share



share






New contributor




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









asked 8 mins ago









valerievalerie

464




464




New contributor




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





New contributor





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






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













  • I get a very different output than you do, which is definitely not your fault. Rather, in general I find that the automatic graph drawing algorithms seem to make things harder than simplifying them.

    – marmot
    25 secs ago











  • I don't get neither a circle not an egg, but sort of squares with arc borders.

    – Ulrike Fischer
    24 secs ago



















  • I get a very different output than you do, which is definitely not your fault. Rather, in general I find that the automatic graph drawing algorithms seem to make things harder than simplifying them.

    – marmot
    25 secs ago











  • I don't get neither a circle not an egg, but sort of squares with arc borders.

    – Ulrike Fischer
    24 secs ago

















I get a very different output than you do, which is definitely not your fault. Rather, in general I find that the automatic graph drawing algorithms seem to make things harder than simplifying them.

– marmot
25 secs ago





I get a very different output than you do, which is definitely not your fault. Rather, in general I find that the automatic graph drawing algorithms seem to make things harder than simplifying them.

– marmot
25 secs ago













I don't get neither a circle not an egg, but sort of squares with arc borders.

– Ulrike Fischer
24 secs ago





I don't get neither a circle not an egg, but sort of squares with arc borders.

– Ulrike Fischer
24 secs ago










0






active

oldest

votes












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


}
});






valerie 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%2f487567%2fegg-shaped-feynman-diagram%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








valerie is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















valerie is a new contributor. Be nice, and check out our Code of Conduct.













valerie is a new contributor. Be nice, and check out our Code of Conduct.












valerie 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%2f487567%2fegg-shaped-feynman-diagram%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

Why does my Macbook overheat and use so much CPU and energy when on YouTube?Why do so many insist on using...

How to prevent page numbers from appearing on glossaries?How to remove a dot and a page number in the...

Puerta de Hutt Referencias Enlaces externos Menú de navegación15°58′00″S 5°42′00″O /...