[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [help-texinfo] Using @verbatiminclude in a macro with a file with a
From: |
Karl Berry |
Subject: |
Re: [help-texinfo] Using @verbatiminclude in a macro with a file with a "@" in its name |
Date: |
Wed, 15 Oct 2008 19:53:36 -0500 |
Hi David,
Here is an ugly change to allow @@ in the @verbatiminclude argument, so
you can at least get your work done. Let me know if problems. (It's
also updated at ftp://tug.org/tex/texinfo.tex, et al.)
@@ -6175,6 +6175,7 @@
\def\doverbatiminclude#1{%
{%
\makevalueexpandable
+ address@hidden@}% we want to use \indexnofonts, but then verbatim ends
prematurely
\setupverbatim
\input #1
\afterenvbreak
My test file (named atdir.tex in a subdirectory named @tests) was:
\input texinfo
@setfilename atdir.info
before verbatim
@verbatiminclude ../@@tests/atdir.tex
after verbatim
@bye
Oleg: what we really want to use here (and in @include for that matter)
is \indexnofonts. But when I tried it, somehow the grouping got off and
the verbatim ended at the first line of the included file. If you feel
like taking a break from the encoding/fonts madness ... :). (I won't
get back to it for several days at best.)
Thanks,
Karl
- [help-texinfo] Using @verbatiminclude in a macro with a file with a "@" in its name, David Bateman, 2008/10/13
- Re: [help-texinfo] Using @verbatiminclude in a macro with a file with a "@" in its name, Karl Berry, 2008/10/14
- Re: [help-texinfo] Using @verbatiminclude in a macro with a file with a "@" in its name,
Karl Berry <=
- Re: [help-texinfo] Using @verbatiminclude in a macro with a file with a "@" in its name, Oleg Katsitadze, 2008/10/16
- Re: [help-texinfo] Using @verbatiminclude in a macro with a file with a "@" in its name, Oleg Katsitadze, 2008/10/16
- Re: [help-texinfo] Using @verbatiminclude in a macro with a file with a "@" in its name, David Bateman, 2008/10/20
- Re: [help-texinfo] Using @verbatiminclude in a macro with a file with a "@" in its name, David Bateman, 2008/10/20
- Re: [help-texinfo] Using @verbatiminclude in a macro with a file with a "@" in its name, Oleg Katsitadze, 2008/10/21
- Re: [help-texinfo] Using @verbatiminclude in a macro with a file with a "@" in its name, David Bateman, 2008/10/21
- Re: [help-texinfo] Using @verbatiminclude in a macro with a file with a "@" in its name, Oleg Katsitadze, 2008/10/21