Karl Yngve Lervåg
1f547978df
Add commands dsc and csc (solves #97 )
2015-01-27 21:12:57 +01:00
Karl Yngve Lervåg
cc0a8e35dc
Moved several options
2015-01-26 15:41:40 +01:00
Karl Yngve Lervåg
e4082bf27a
Merge pull request #102 from Konfekt/master
...
use v:progname instead of progpath because exists for all Vim version > 6
2015-01-21 12:26:28 +01:00
Konfekt
4eaa5a287d
use v:progname instead of progpath because exists for all Vim Versions > 6
...
Closes https://github.com/lervag/vim-latex/issues/101
2015-01-21 10:04:42 +01:00
Karl Yngve Lervåg
7b9c3b8f7c
Added OSX specific default value ( fixes #100 )
2015-01-18 22:44:47 +01:00
Karl Yngve Lervåg
cbf5eed150
Merge pull request #99 from thor/patch-1
...
Update README.md
2015-01-18 22:10:04 +01:00
Thor K. H.
2e654f20ae
Update README.md
...
A small, small edit to update the commands to be in line with Vundle.vims documentation. *The Bundle-namespace is deprecated, and may at some point be phased out.*
2015-01-18 16:11:09 +01:00
Karl Yngve Lervåg
7489c81ec6
Merge pull request #95 from Konfekt/master
...
make mupdf work for multiple instances of Vim with same main TeX file
2015-01-17 14:15:26 +01:00
Karl Yngve Lervåg
356c577db7
Use v:progpath to determine vim executable
2015-01-17 14:13:07 +01:00
Enno Nagel
7f51fdfa6d
update mupdf window id after latexmk launched new viewer
2015-01-13 12:31:55 +01:00
Enno Nagel
74d10c15be
inverse search: make vim cursor position better reflect positin in pdf
2015-01-13 12:31:55 +01:00
Enno Nagel
17f184a866
if inverse search invoked for the first time, then check if viewer open
2015-01-13 12:31:44 +01:00
Enno Nagel
a9444bd4b6
clean up check if mupdf running
2015-01-13 12:25:45 +01:00
Enno Nagel
cf152e27ce
make mupdf work for multiple instances of Vim with same main TeX file name
2015-01-13 12:25:39 +01:00
Enno Nagel
9dade3c42a
add VimLatexErrors! that does not open the quickfix window
2015-01-10 14:56:28 +01:00
Karl Yngve Lervåg
f3be519af1
Allow reverse search to go to correct file
2015-01-04 14:15:00 +01:00
Karl Yngve Lervåg
f5256badce
Added reverse search for MuPDF ( fixes #89 )
2015-01-02 18:54:43 +01:00
Karl Yngve Lervåg
6d47439877
Add option latex_latexmk_options ( fixes #90 )
2015-01-01 15:20:07 +01:00
Karl Yngve Lervåg
5beea84ae8
Fix TOC space width for multibyte chars ( #92 )
2015-01-01 15:02:07 +01:00
Karl Yngve Lervåg
0a8cbaafd9
Changed split_side to split_pos ( fixes #91 )
2015-01-01 11:31:15 +01:00
Karl Yngve Lervåg
c4ac21a2a5
Minor syntactic update
2015-01-01 11:30:16 +01:00
Karl Yngve Lervåg
427210c225
Added support for dot2tex ( fixes #88 )
2014-12-25 20:35:47 +01:00
Karl Yngve Lervåg
7070dab621
Even better MacOS detection
2014-12-25 15:39:53 +01:00
Karl Yngve Lervåg
9399609fd8
Updated MacOS check
2014-12-25 15:30:55 +01:00
Karl Yngve Lervåg
8266531eb5
Use mvim on macos ( fixes #83 )
2014-12-25 15:27:43 +01:00
Karl Yngve Lervåg
ed4733165c
Updated documentation ( fixes #84 )
2014-12-25 15:20:14 +01:00
Karl Yngve Lervåg
ce8d663f6a
Added FAQ section, added #87
2014-12-21 11:33:07 +01:00
Karl Yngve Lervåg
673705b0b2
Merge pull request #86 from Konfekt/master
...
fix standard cmd shell check
2014-12-15 15:05:51 +01:00
Enno Nagel
c70893146d
fix standard cmd shell check
...
all of the latexmk and util library assumes that
under MS Windows the cmd shell is used.
The commit does this assumption justice.
2014-12-15 15:01:22 +01:00
Karl Yngve Lervåg
f45faf6bde
Break long lines
2014-12-15 13:56:54 +01:00
Karl Yngve Lervåg
f7ffbf62ef
Merge pull request #85 from Konfekt/master
...
ensure that under MS Windows cmd shell executes bang commands
2014-12-15 13:52:32 +01:00
Enno Nagel
f71ecc279d
ensure that under MS Windows standard cmd shell executes bang commands
...
all of the latexmk and util library assumes that
under MS Windows the cmd shell is used.
The commit does this assumption justice.
2014-12-15 09:45:16 +01:00
Karl Yngve Lervåg
725aae51eb
Remove a comment and an unecessary empty line
2014-12-13 22:11:34 +01:00
Karl Yngve Lervåg
6db1fb8f90
Merge pull request #82 from Konfekt/master
...
make latexmk continuous under windows more robust
2014-12-13 22:09:39 +01:00
Karl Yngve Lervåg
f391c7abc9
Merge pull request #81 from d125q/master
...
Added a forgotten shellescape
2014-12-13 21:55:45 +01:00
Konfekt
a03ccd82b6
make continuous latexmk more robust under MS Windows
2014-12-13 20:02:53 +01:00
d125q
b1d2c8a045
Added a forgotten shellescape
2014-12-08 21:58:12 +01:00
Karl Yngve Lervåg
7410bf1543
Add shiftwidth to modelines
2014-12-08 20:44:17 +01:00
Karl Yngve Lervåg
42c6ecbf6c
Added sumatrapdf to list of viewers
2014-12-08 20:37:42 +01:00
Karl Yngve Lervåg
98623c56ef
Merge branch 'd125q-master'
2014-12-08 20:29:42 +01:00
d125q
698bb6c826
Added SumatraPDF to view.vim
2014-12-08 17:34:21 +01:00
Karl Yngve Lervåg
be02246fec
Generalized view functionality
2014-12-07 20:08:19 +01:00
Karl Yngve Lervåg
f9073001ec
Added comment to docs ( #75 )
2014-12-04 20:46:51 +01:00
Karl Yngve Lervåg
283fbeda8a
Updated forward search mapping for SumatraPDF ( #76 )
2014-12-04 20:40:26 +01:00
Karl Yngve Lervåg
b23050a77f
Account for space in SumatraPDF inv search ( #77 )
2014-12-04 20:35:47 +01:00
Karl Yngve Lervåg
f4fa5e5df1
Added banged version of VimLatexCompileSS ( #71 )
2014-12-04 20:30:29 +01:00
Karl Yngve Lervåg
2fcf029892
Add hide_line_numbers explanation to docs
2014-12-02 20:18:18 +01:00
Karl Yngve Lervåg
b60b5d4497
Add option to hide TOC line numbers ( #67 )
2014-12-02 20:15:31 +01:00
Karl Yngve Lervåg
032bc29cc5
Minor adjustment to single shot compile
2014-12-01 18:27:56 +01:00
Karl Yngve Lervåg
d40967a051
Merge branch 'Konfekt-master'
2014-12-01 10:53:27 +01:00