JP-Ellis / tikz-feynman

Feynman Diagrams with TikZ
http://www.jpellis.me/projects/tikz-feynman
Other
148 stars 20 forks source link

The diagram is shifted to the left #25

Closed ParticleCat closed 8 years ago

ParticleCat commented 8 years ago

Thanks for the awesome package !

However, I got some problem with the plots. When I follow the examples, the diagrams are all squeezed to the left. Which looks like Untitled.pdf

How should I adjust the package to make it normal ?

JP-Ellis commented 8 years ago

I'm glad you like Ti_k_Z-Feynman!

The error you are having is most likely because you are generating the diagram with pdfLaTeX or XeLaTeX. If you want the vertices to be placed automatically, Ti_k_Z-Feynman requires LuaTeX in order to have access to the Lua backend.

Normally, this should have actually come up as warnings in the log file. If it hasn't then please let me know.

ParticleCat commented 8 years ago

Thanks ! ^_^