[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: @include @value and texinfo.tex
From: |
Karl Berry |
Subject: |
Re: @include @value and texinfo.tex |
Date: |
Mon, 4 Feb 2008 18:39:20 -0600 |
Hi Joseph,
Sorry for the delayed reply.
\makevalueexpandable
- \def\temp{\input #1 }%
+ \edef\temp{\noexpand\input #1 }%
\expandafter
}\temp
Thanks for the report. I didn't see the reason for the tricky
\expandafter}\temp in the first place; I couldn't construct a case where
it made a difference. So I just replaced the whole business with
\input #1
(which is all @verbatiminclude does).
The new version is at ftp://tug.org/tex/texinfo.tex. Can you give it a
try and see how it goes?
Thanks,
karl