Changes

Jump to navigation Jump to search
844 bytes added ,  13:04, 8 December 2005
</pre>
==key mappings borrowed from scite==
If you use the stand-alone distribution for windows/Linux.You can reset the key mapping
to speed ConTeXt compiling.
 
just add the following code to your _vimrc(or .vimrc file under Linux) file:
[code]
"run setup and complie, then open the result pdf file
map <F5> <Esc><Esc>:sil ! "D:\context\tex\mysetuptex.bat && texmfstart texexec.pl --autopdf --pdf '%'"<CR><CR>
 
"view the corresponding pdf file
map <F6> <Esc><Esc>:sil ! D:\"Program Files"\Adobe\Acrobat\Acrobat.exe %:p:r.pdf<CR><CR>
 
"run setup and make purge
map <F7> <Esc><Esc>:sil ! "D:\context\tex\mysetuptex.bat && texmfstart texutil.pl --purge"<CR><CR>
 
"run setup and make list of the current file
map <F8> <Esc><Esc>:sil ! "D:\context\tex\mysetuptex.bat && texmfstart texexec.pl --autopdf --pdf --list --result=%:p:r_list %"<CR><CR>
 
[/code]
== Makefile ==
11

edits

Navigation menu