vimlatex

vimlatex is a script wrapper for TeX/LaTeX/etc. that sanitizes output to be compatible with Vim-LaTeX's errorformat.
Download

vimlatex Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Ted Pavlic
  • Publisher web site:
  • http://www.tedpavlic.com/

vimlatex Tags


vimlatex Description

vimlatex is a script wrapper for TeX/LaTeX/etc. that sanitizes output to be compatible with Vim-LaTeX's errorformat. vimlatex is a script wrapper for TeX/LaTeX/etc. that sanitizes output to be compatible with Vim-LaTeX's errorformat. Prevents Vim from opening the wrong file after some errors.Requirements:· VimINSTALLATION:Place script somewhere in PATH, like:/usr/local/bin/vimlatexand make it executable, like:chmod 0755 /usr/local/bin/vimlatexThen, add "vimlatex" before any tex or latex build command lines. "vimlatex" is a wrapper that processes the output while maintaining the same return code. For example:latex myfile.texandvimlatex latex myfile.texboth run "latex" on "myfile.tex", but the output from the second line will have error messages that should all make sense to Vim-LaTeX's error format.USAGE:vimlatex %command where the command line:%command %argumentswould texify as normal. In other words, the "vimlatex" command can simply be added before a given working command line.What's New in This Release:· Added link to Mercurial source code repository (no changes to code).


vimlatex Related Software