On Tue, 18 Nov 2008, Shiv Shankar Dayal wrote:
Hi,
If I have a product name xyz and I have following things set up. \usemodule[vim] \setuptyping[option=color] \definevimtyping [C] [syntax=c] .................... then I have following .................. \startC #include <iostream> using namespace std; \stopC ..................... I get the error : I can't find file xyz-vimsyntax.tmp-vimsyntax.tmp"
temmfstart bin:vim starts vim. vim is in the path. I am using Windows Vista with Texlive 2008. I would also like to know the syntax for C++.
You will need to update t-vim module from http://modules.contextgarden.net/vim Something changed in texexec that made t-vim fail. The new version uses mtxrun. I have only tested it on linux, but Hans tested mtxrun on Windows, so the new version should work on Vista. Aditya