subroutines declared as forward must be parameterless -- how to deal with this?
27 Jan
2007
27 Jan
'07
12:35 p.m.
Hi, the web language requires that subroutines declared as forward cannot have any parameters. Is there a way to remove this restriction? Thanh
27 Jan
27 Jan
1:15 p.m.
New subject: subroutines declared as forward must be parameterless -- how to deal with this?
Thanh Han The wrote:
Hi,
the web language requires that subroutines declared as forward cannot have any parameters. Is there a way to remove this restriction?
If you are willing to tie yourself to web2c, then you can use the @define construct in pdftex.defines instead of using a proper forward declaration. I just tried that, it works fine. Otherwise, you will have to change the 'tangle' program, afaik. Best, Taco
6544
Age (days ago)
6544
Last active (days ago)
1 comments
2 participants
participants (2)
-
Taco Hoekwater
-
Thanh Han The