On Fri, Mar 20, 2009 at 2:15 PM, Hans Hagen
luigi scarso wrote:
Hi today , while writing some code I have made a mistake like this \input combine[file=depliant-block.pdf] instead of \input combine
(I have combine.tex in my path of course)
After a while I have thought : "Is it possibile to implement this (as a macro) in mkiv ?"
parsing of \input is somewhat special as the name has to be delimited by a space or unexpandable token ok
i dunny, but is some weird syntax you're proposing just curiosity , (btw curiosity killed the cat)
(Of course, on can write things like \Input[style=combine, file=fo] and so on)
indeed, or \loadfile[...] depending on your needs
hmm, grepping for \loadfile gives nothing (but I'm using a rather old context , contextversion : 2008.10.31 13:58 ) -- luigi