Live rendered latex
- java
- comes with needed:
- lualatex (or latexmk, pdflatex, ...)
- pdftoppm
- (python3/Anaconda)
- (math/Mathematica)
Is run in preview standalone mode for displaying cells.
Each cell is separate from others, so no variables are saved inbetween them.
Results/variables/definitions can be reused across cells. Standalone documentclass must be without "crop" and "varwidth". Also needs "\usepackage{mmacells}".
- missing output on simple test latex input
- remove \usepackage{markdown} or install/fix it
- remove \usepackage{mmacells} (needed for Mathematica)
- remove everything except for the needed usepackages in the Settings
- ImageMagick might need permission to edit/write pdfs
Import the project as a git project into eclipse. Then run
$ ./gradlew cleanEclipse eclipse
to fix the setup.