hsz / idea-latex

LaTeX plugin for IntelliJ IDEA

Home Page:https://plugins.jetbrains.com/plugin/7660

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No preview no export PDF

bkda opened this issue · comments

commented

You should give usage

@tracyda, I don't know whether this will help, but I was able to use latexmk for "live preview" on windows. If you have it installed (it should come with MIKTex and TexLive - try latexmk -v in a terminal), you can simply run latexmk -pvc -pdf [tex-filename] and it will watch for changes in any of the used src files and recompile the sufficient amount of times to generate a new pdf, including bibtex etc.
You'll also need a PDF viewer that updates on file changes, e.g. SumatraPDF.