> ```
> luatex foo.texinfo
> ```
> 
> the `@tex` environment within this file works just fine, and file
> `foo.lua` is correctly loaded.  However, saying

Oops, I accidentally attached a wrong version of file `foo.texinfo`.
Here is the correct one.


    Werner
\input texinfo

@tex
\ifx\luatexversion\thisisundefined
\else
  \directlua{
    dofile(kpse.find_file("foo.lua")) }
\fi
@end tex

foobar

@bye

Reply via email to