Open btleyden opened 3 years ago
I've enabled using a tex editor via this commit. There's still a lot of work that needs to be done to clean up and test those changes, so I'm leaving this open. But for my individual purposes this works fine, and so following up on this will remain a low priority.
The current latex build requires tex files to use full paths relative to the project root, which is consistent with the rest of the gslab_python system. This makes it difficult, to use more advanced LaTeX editors (e.g., Texpad), which generally work based on the idea that the main tex file is in the root directory.
Two possible solutions:
Option 2 seems easiest, although apparently option 1 is possible.