Torbjørn T.
Torbjørn T.
This is in reference to https://tex.stackexchange.com/questions/377299/tikz-feynman-asymmetry-between-particle-and-antiparticle-lines/410367#410367 Should the `xshift` of the `node` in `with reversed arrow` have the opposite sign as that in `with arrow`? Currently both `with arrow`: https://github.com/JP-Ellis/tikz-feynman/blob/8d1859030b705d8f0fb9750ec737ea47cfa0f30f/tikzfeynman.keys.code.tex#L295...
E.g. `\feynmandiagram [large] { .. }` doesn't work when compiling with `pdflatex`/`xelatex`. I don't know if this is a bug at all, as the Lua algorithms for node placement obviously...
Origin: https://tex.stackexchange.com/a/637782/ Essentially, with the combination of `axis` options in the example below, the bounding box looks to be extended below the axis, see screenshot at the bottom. Uncommenting any...
The [`plotdata`](https://github.com/pgf-tikz/pgfplots/tree/master/doc/latex/pgfplots/plotdata) folder should, according to the manual be included in the doc tree. For example on page 30 of the manual it says > Note that the data file...
Based on https://tex.stackexchange.com/questions/396431/is-there-any-method-to-create-uml-using-latex-without-giving-x-y-co-ordinate By moving `anchor=north` before `this umlcd style` in the `class`, `interface`, `abstractclass`, and `object` classes, you increase the flexibility of the package, as you can set the...
This pull request changes two things for all `\association`, `\unidirectionalAssociation`, `\aggregation` and `\composition`: 1. Change the node positions from `above`/`below` to `auto`/`auto,swap`. This means that the nodes will be placed...