[Tex/LaTex] LaTeX in intelliJ

compilingeditorside

I have installed the idea-latex plug-in in my IntelliJ IDEA. I have created a LaTeX file (but I have found no way to create a LaTeX project!). Some highlighting features work but I cannot find how to generate a .pdf version?

Best Answer

The readme of idea-latex (https://github.com/hsz/idea-latex) currently lists generating PDF files under feature requests. As such it would appear that at the moment it is not possible to compile documents directly from IntelliJ IDEA with this plugin.

Therefore, your options are I guess either

  • using a terminal/command prompt to compile the document, or
  • use a different editor. A list of options can be found in LaTeX Editors/IDEs.