Kate LaTeX typesetting plugin is a Kate pluginwhich adds two buttons on the toolbar: "Run LaTeX" and "View Output". The first button runs LaTeX (and runs BibTeX, MakeIndex, and reruns LaTeX if necessary), the second buttons opens the output in the viewer of your choice. The paths to the executables can be modified in the Settings dialog.
Installation:
Before compiling, you may want to change the installation paths in the file CMakeLists.txt. To compile and install this plugin, execute the following commands:
mkdir build
cd build
cmake ..
make
sudo make install
Product's homepage
Requirements:
· KDE Software Compilation
What's New in This Release: [ read full changelog ]
· remove bug: when the warning about undefined citations is splitted on several lines in the log, then bibtex is not run
· focus the log text when the log panel is shown, so that the log can be browsed with the keys without first having to click in the log text
· show error message if the latex/bibtex/makeindex executables are not found
· remove bug: sometimes the latex log is not completely shown