-
For a few days I'm intermittently trying to get this to work on a Ubuntu latex machine without luck and no solution in sight on the internets. Downloaded the latest pgf package and it keeps complainin…
-
sublime Text 3 (Build 3126) + LaTeXTools + Texlive
According to [the answer to this problem](https://tex.stackexchange.com/questions/203369/citation-not-found-if-bib-file-in-parent-directory), I tr…
-
Hi,
I must say this package is amazing! It makes things much easier than other packages.
I have several nodes and I want to put them on a horizontal line. If there are only two, I know I can use th…
-
Hey, cool project! According to the hotkey list, pressing backspace/delete should remove the selected object. However it just causes my browser to navigate back in history (which is of course the defa…
-
@cshimmin commented on [Thu Jun 11 2015](https://github.com/AlecAivazis/feynman-old/issues/28)
Hey, cool project! According to the hotkey list, pressing backspace/delete should remove the selected ob…
-
I like to split the optional arguments over multiple lines, like in this minimal (non-)working example:
``` latex
\documentclass{scrartcl}
\usepackage{tikz-feynman}
\begin{document}
\feynmandiagram[…
-
I am trying to use tikz-feynman but I have problems with pgfkeys. If I compile with pdflatex the example
```
\documentclass[border=10pt]{standalone}
\usepackage{tikz-feynman}
\usetikzlibrary{interse…
-
This code
``` latex
\documentclass[tikz]{standalone}
\usepackage{tikz-feynman}
\tikzfeynmanset{
every fermion/.style={blue},
}
\begin{document}
\begin{tikzpicture}
\begin{feynman}
\diagram [v…
-
Proposed at meeting. To summarize, including a Makefile would be a good idea since:
- students with more complicated build processes (e.g. generating figures from other scripts) will use one, and
- st…
-
Hi,
Is there a way of importing a specific latex package so that special latex commands can be rendered by mathjax in the ipython notebook? For instance, it would be nice to be able to import the "fey…