What's new in Kate LaTeX typesetting plugin 0.5

Feb 19, 2013
  • Add "Go to next LaTeX error" and "Go to previous LaTeX error" buttons.

New in Kate LaTeX typesetting plugin 0.4.1 (Nov 9, 2012)

  • set pdflatex as the default typesetting program (instead of latex)
  • let this plugin be compilable on Debian (Ubuntu, ...) systems by providing our own copies of the missing header files (this is sooo dirty, but blame Debian for removing those headers); on decent systems the headers installed in the system will be used instead of our own copies
  • make the plugin more thread safe
  • reimplementation of the configuration panel
  • in the "Messages" box, use the colors from the color scheme set in the KDE System Settings

New in Kate LaTeX typesetting plugin 0.4 (Oct 27, 2011)

  • 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

New in Kate LaTeX typesetting plugin 0.3.1 (Mar 17, 2011)

  • remove bug: if the "Stop LaTeX" button is added to the toolbar, then it doesn't remain in the toolbar when restarting Kate
  • remove bug: in the "Configure Shortcuts" dialog the label of the group containing this plugin's actions is "Unknown" instead of "LaTeX Plugin"
  • the "Stop LaTeX" action is disabled when LaTeX is not running

New in Kate LaTeX typesetting plugin 0.3 (Jul 7, 2010)

  • add abort button
  • don't try to run anything if the document is a never saved new document ("untitled")
  • in CMakeLists.txt: installation paths are now the defaults specified in the KDE cmake modules
  • add support for creating source and binary packages
  • add French translation