Karl Yngve Lervåg
47ac958f76
Change default value of g:vimtex_syntax_minted
2015-08-03 21:51:37 +02:00
Karl Yngve Lervåg
0686d92631
docs: Added link to Skim wiki
2015-07-31 10:41:03 +02:00
Karl Yngve Lervåg
f1ee9e7b35
Improved docs on multi-file projects (cf. #200 )
2015-07-10 23:03:18 +02:00
Karl Yngve Lervåg
b10486b729
Update main file detection
...
Detect main file with `\documentclass` instead of `\begin{document}`.
2015-07-07 22:54:24 +02:00
Karl Yngve Lervåg
22eabfe48e
Use generic interface for generic viewers
...
This update removes the viewers
qpdfview
sumatrapdf
skim
okular
from the possible g:vimtex_view_method values. Instead, these viewers
may now be defined with the `general` view method using the options
g:vimtex_view_general_viewer
g:vimtex_view_general_options
g:vimtex_view_general_options_latexmk
Resolves : #180
2015-06-30 21:52:42 +02:00
Karl Yngve Lervåg
100ce1aa13
Use new option for callback executable
...
Added new option: g:vimtex_latexmk_progname. The default value is v:progpath
if available, else v:progname. In some cases, e.g. for MacVim, the value
should be set manually. I do not currently know the correct value to set.
Resolves : #186
2015-06-21 20:32:50 +02:00
Karl Yngve Lervåg
b1b15c6877
Improved latexmk kill when deleting a buffer
...
We now store some script variables whenever a buffer is left. These variabes
are then used when a buffer is deleted to test if a latexmk process must be
killed.
The new implementation seems more robust and is no longer dependent on the
'hidden' attribute in vim.
Fixes : #189
2015-06-20 19:44:48 +02:00
Karl Yngve Lervåg
a7ca172143
Added doc about requirement for |hidden|
...
See: #189
2015-06-20 18:40:30 +02:00
Karl Yngve Lervåg
5a4664ff41
Add support for minted package
...
Supports c, csharp and python out of the box. More languages may be added to
the list `g:vimtex_syntax_minted` (see help for more info).
Resolves : #167
2015-06-17 21:05:40 +02:00
Karl Yngve Lervåg
6d7b0abd16
A lot of convenient restructuring
2015-06-06 23:49:28 +02:00
Karl Yngve Lervåg
a76cba6330
Updated docs to reflect code structure change
2015-06-06 20:21:48 +02:00
Karl Yngve Lervåg
5444067f4a
Moved default value to change.vim and added doc
2015-06-06 20:21:29 +02:00
Karl Yngve Lervåg
b252dc0b5f
Added VimtexInfo!
2015-06-06 00:03:51 +02:00
Karl Yngve Lervåg
0ca317e459
Added comment on xdotool for zathura (cf. #171 )
2015-05-25 18:05:14 +02:00
Karl Yngve Lervåg
b084da901b
Improved VimtexWordCount ( fixes #166 )
2015-05-16 22:14:52 +02:00
Karl Yngve Lervåg
62236ee002
Initial version of VimtexWordCount ( #166 )
...
It has some more potential for improvement, both in how the count is
displayed after `:VimtexWordCount` and in adding some options.
2015-05-10 11:00:31 +02:00
Karl Yngve Lervåg
188fd8ed37
Fixed stupid typo
2015-05-07 18:17:55 +02:00
Karl Yngve Lervåg
a012df2a28
Fixed typos ( fixes #165 )
2015-05-07 14:57:32 +02:00
Karl Yngve Lervåg
763a796273
Improve support for output_directory ( fixes #162 )
...
Old code did not support absolute paths for output directory.
2015-05-05 20:49:29 +02:00
Karl Yngve Lervåg
5d39c6b4b2
Note about latexmk version for -output-directory
...
See #161
2015-05-05 06:21:03 +02:00
Karl Yngve Lervåg
e74fc287ed
Improved support for subfiles package ( #155 )
...
Added parsing of main file from `\documentclass[main.tex]{subfiles}`.
2015-04-29 15:40:08 +02:00
Karl Yngve Lervåg
3f62338895
Add buffer var for main file ( fixes #155 )
2015-04-26 09:02:28 +02:00
Karl Yngve Lervåg
1dad424c2c
Trim returned fold text ( closes #149 )
...
Also added a short comment on 'fillchars' to docs.
2015-04-09 07:51:33 +02:00
micbou
59b6f510e7
Update YouCompleteMe documentation
2015-04-06 20:16:17 +02:00
Karl Yngve Lervåg
20f8176019
Minor improvements to docs
2015-04-04 16:49:16 +02:00
Jakub Klinkovský
25fa818947
expand documentation with YCM autocompletion configuration
2015-04-04 15:26:15 +02:00
Karl Yngve Lervåg
d2bd4ad597
Added comment on internal tex plugin
2015-04-03 09:02:31 +02:00
Karl Yngve Lervåg
9826dc2c77
Added info on autocompletion to docs (completes #107 )
2015-03-24 14:11:33 +01:00
Karl Yngve Lervåg
945d16e657
Fixed minor error in docs
2015-03-24 12:39:49 +01:00
Karl Yngve Lervåg
4619503c24
Rewrote the documentation
2015-03-24 10:31:32 +01:00
Karl Yngve Lervåg
92544e6a0b
Added some info on table of labels
2015-03-21 19:38:50 +01:00
Karl Yngve Lervåg
862fe620a1
Wrote about latest changes in changelog
2015-03-21 17:11:36 +01:00
Karl Yngve Lervåg
8553295739
Updated doc to represent ToC changes
2015-03-21 16:39:51 +01:00
Karl Yngve Lervåg
b4fc6c53b1
Added indentation file for bibliographies
2015-03-19 15:11:11 +01:00
Karl Yngve Lervåg
9e1b75374b
Updated docs
2015-03-10 07:45:15 +01:00
Karl Yngve Lervåg
5cac6c7c4c
Removed duplicate tag ( fixes #130 )
2015-03-09 14:49:21 +01:00
Karl Yngve Lervåg
318ad4566e
Added comment on vim internal tex plugin
2015-03-08 20:09:35 +01:00
Karl Yngve Lervåg
a14cc5997d
Changed plugin name to vimtex
2015-03-08 17:15:44 +01:00
Karl Yngve Lervåg
423f240810
Added comment on yse and ysc commands ( #126 )
2015-03-02 15:56:51 +01:00
Karl Yngve Lervåg
f201abb073
Support for zathur pdf viewer ( fixes #118 )
2015-02-23 13:22:47 +01:00
Karl Yngve Lervåg
45bba0c585
Minor update to terminal vim requirements
2015-02-18 09:35:13 +01:00
Konfekt
9972bfbd20
document necessity of --servername in Unix terminal Vim
2015-02-18 09:12:33 +01:00
Karl Yngve Lervåg
69c12a8b28
Minor update
2015-02-10 17:05:58 +01:00
Karl Yngve Lervåg
7e5a465f3b
Added VimLatexLacheck command
2015-02-10 14:50:49 +01:00
Karl Yngve Lervåg
eec38de0cf
Minor changes to docs
2015-01-29 21:19:40 +01:00
Karl Yngve Lervåg
7f117363d8
Improved docs, improved MuPDF support
2015-01-29 21:12:43 +01:00
Karl Yngve Lervåg
fa87fbfe4e
Clean up view.vim and updated docs
...
Also added okular to set of viewers
2015-01-29 13:37:38 +01:00
Karl Yngve Lervåg
b1657f4400
Updated doc to explain dsc and csc
2015-01-27 21:48:29 +01:00
Karl Yngve Lervåg
cc0a8e35dc
Moved several options
2015-01-26 15:41:40 +01:00
Enno Nagel
9dade3c42a
add VimLatexErrors! that does not open the quickfix window
2015-01-10 14:56:28 +01:00