Open main menu

Changes

79 bytes added ,  12:13, 30 October 2016
no edit summary
running jobs with <tt>:ConTeXtStopJobs</tt> (these commands are available only in Vim 8.0.0047 or later).
An alternative way to typeset a document is to use <tt>:make</tt>. 'Make sure that the current workingdirectory is set to the path to the file you want to compile' (set with <tt>:lcd …</tt>), and type:
:make
If a <tt>Makefile</tt> is present in the working directory, it will be used(you may<tt>let g:context_ignore_makefile=1</tt> to ignore it). Otherwise, <tt>mtxrun</tt> will
be invoked directly. Note that <tt>:make</tt> always performs synchronous typesetting. Also, if there are
errors, the quickfix list is populated, but you have open it manually with <tt>:copen</tt>.
let g:context_mtxrun = 'PATH=$HOME/Applications/ConTeXt-Beta/tex/texmf-osx-64/bin:$PATH mtxrun'
You may decide whether to use synctec synctex or not by setting the <tt>g:context_synctex</tt> flag to <tt>1</tt> or <tt>0</tt>,respectively.For example:
let g:context_synctex = 1
Finally, you You may pass <tt>mtxrun</tt> additional options by putting them in <tt>g:context_extra_options</tt>.
For example:
let g:context_extra_options = '--arrange --autopdf'
command.
For Finally, for each of the above variables, a corresponding buffer-local variable with the same name existsmay be defined, whose value,if defined, take takes precedence over the global value.
== Other useful vim plugins ==
134

edits