Archive for June, 2009

Gedit LaTeX Plugin 0.2 RC2 is out

Saturday, June 6th, 2009

The second release candidate of the Gedit LaTeX Plugin is available for download. Changes include:

LaTeX

  • added commands from pdfpages and fancyhdr
  • fixed multiple completion issues (2546325, 2546366)
  • fixed multiple parser issues (2792736, 2483621)
  • added completion of environments defined by \newenvironment and \newtheorem
  • fixed bug in LaTeX outline (2644609)
  • omit file extension for pdf and eps images and validate them correctly (2793148)
  • support for user-defined templates
  • search more paths for TeX resources (2795865)

BibTeX

  • improved performance of BibTeXParser by ~20%
  • finished connect-outline-to-editor-feature for BibTeX outline
  • finished BibTeX validator that checks for:
    • duplicate entry names
    • duplicate fields
    • missing required fields
    • unused fields
  • fixed bug in BibTeX outline when grouped by author

Tools

  • enabling auto-save-before-build feature again (2543463)
  • fixed build fail on spaces/specials in path (2549490)
  • hiding of box warnings from rubber may now be configured (2795868)
  • brought back R Sweave tool
  • added embedded PDF preview (thanks to Dan Mihai Ile, 2799221)

Common

  • enabling triggered completion again (completion triggered at ‘\’, ‘[‘ and ‘{‘ for LaTeX and at ‘@’ for BibTeX)
  • improved usability (2503408)
  • storing relative paths in property files
  • hiding features when no tab is opened
  • support for duplicate placeholders in templates (see e.g. environment snippet)
  • showing nicer hints for snippets

Have fun ;)