4 Aug
2010
4 Aug
'10
9:36 p.m.
On Wed, 4 Aug 2010, Hans Hagen wrote:
On 4-8-2010 7:23, Aditya Mahajan wrote:
(that writes contents to file and inputs the result) but cannot easily create \typevimTEX. For that I will need to reimplement all the catcode trickery of \definetype and \definebuffer.
\definetype[TEXtype][option=TEX]
test \TEXtype{oeps \test{oeps}} test
But I want to store the argument "oeps \test{oeps}" in an external file, process that external file with vim, and \input the result. Aditya