Commit Graph

225 Commits

Author SHA1 Message Date
Karl Yngve Lervåg
1dc51f6578 vim-latex now supports Windows 2014-07-15 13:43:34 +02:00
Karl Yngve Lervåg
1e4e173aa4 Add close_environment (finishes #11) 2014-07-04 16:12:40 +02:00
Karl Yngve Lervåg
992448b06a Added option to only open quickfix window on error
Use
  let g:latex_quickfix_open_on_warning=0
to prevent vim-latex to open quickfix window if there are only warnings.
2014-06-13 22:47:27 +02:00
Karl Yngve Lervåg
83a579fd21 Changed a few option names (check vimrc!)
Also improved the doc.
2014-06-13 21:24:51 +02:00
Karl Yngve Lervåg
4f6b74d3e6 Add latex#change#to_command and default mapping
Mapped by default to <F7> in both normal and insert mode.

Solves #10.
2014-04-14 22:37:26 +02:00
Karl Yngve Lervåg
d8dc0d880d Fix minor error in doc 2014-04-14 22:35:58 +02:00
Karl Yngve Lervåg
c0a195430d Improved latexmk interface: added callback
Added a simple callback function that utilizes the clientserver in vim and the
$success_cmd and $failure_cmd in latexmk to call latex#latexmk#error() after
compilation.  The feature is enabled by default, because it strikes me as
a very nice feature!

Note that this feature might require a minor update to existing .latexmkrc
files, in that existing $success_cmd and $failure_cmd should end in a semicolon
in order to allow vim-latex to append the callback.  I hope I might remove this
restriction in a later update, but I didn't see how to do this now.
2014-02-11 18:38:03 +01:00
Karl Yngve Lervåg
051a1c2085 Add check for required executables 2014-02-04 13:20:12 +01:00
Karl Yngve Lervåg
b7ed1cad63 Don't use recursive bibtex-search by default 2014-01-30 20:59:34 +01:00
Karl Moritz Hermann
a661d86ad6 Speedup for citation completion 2014-01-30 16:08:28 +00:00
Karl Yngve Lervåg
4beac696c0 Better support for multi-file documents #6 2013-12-10 17:42:25 +01:00
Karl Yngve Lervåg
798d0561a2 Solve #3: Better way of finding main tex file
Instead of searching for predefined main tex file names, I now use a
simple search for files that input or include the current tex file.
2013-12-08 19:32:30 +01:00
Karl Yngve Lervåg
2feedb78c2 Better latexmk docs (fix #4) 2013-11-30 17:43:45 +01:00
Karl Yngve Lervåg
64e12969c9 Fixed minor bug in docs 2013-11-29 13:11:04 +01:00
Karl Yngve Lervåg
6af7d6aef3 Minor corrections 2013-11-29 08:54:21 +01:00
nasenatmer
b55307918c Correct small things in doc/latex.txt. 2013-11-29 08:30:28 +01:00
Karl Yngve Lervåg
b6b4efb772 Added option for quickfix window 2013-11-20 11:24:19 +01:00
Karl Yngve Lervåg
be75c0b0d8 Documentation is more or less complete 2013-10-14 22:15:12 +02:00
Karl Yngve Lervåg
010ddd20d0 Added more documentation 2013-10-11 23:37:57 +02:00
Karl Yngve Lervåg
125b9b6762 Some fixes to mappings and docs 2013-10-11 23:24:03 +02:00
Karl Yngve Lervåg
d427907af2 Some updates and improvements 2013-10-10 21:48:43 +02:00
Karl Yngve Lervåg
a56d48dc53 Some nice improvements 2013-10-09 20:34:26 +02:00
Karl Yngve Lervåg
55c8068320 Minor update to docs 2013-10-06 13:39:34 +02:00
Karl Yngve Lervåg
2cbc4b5ab1 Add option to turn off vim-latex 2013-10-05 14:07:56 +02:00
Karl Yngve Lervåg
7808e59239 Initial revision 2013-10-05 13:53:42 +02:00