I am trying to use the KDE Kate text editor for latex. Essentially, what I want is to be able to click "build" and have it run pdflatex
I read the documentation for the build plugin, but I couldn't figure how to do it. As a workaround, I can keep a terminal open and manually type pdflatex .tex whenever I want to compile. I can also use BASH's keybinding to create a shortcut for that, but I would have to change it for each latex file I want to edit.
I'm also aware of Kile, which is based on Kate. However, that is more like a full IDE, which is not what I want.
If it matters, I am using Ubuntu 18.04.
KDE Katework: https://tex.stackexchange.com/questions/339/latex-editors-ides and https://en.wikipedia.org/wiki/Comparison_of_TeX_editors. – CampanIgnis Jul 22 '18 at 23:56%fas a reference to the current file, which means you could try to usepdflatex %fas a build target, either with or without the terminal call around it. – Marijn Jul 23 '18 at 14:23