25 Nov
2013
25 Nov
'13
8:19 p.m.
Am 25.11.2013 19:55, schrieb Aditya Mahajan:
This is what I did.
1. Compile the file. You get an error that some pstrick file is missing. Locate that file in the texlive directory and copy it to the current directory.
2. Repeat until you get an error that \ifx! is not a valid control sequence.
3. Run `grep ifx! *.tex` and change all the "\ifx!#1" to "\ifx !#1".
why does ConTeXt needs the space before the ! ?? Herbert