[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: |
Oleg Katsitadze |
Subject: |
Re: [help-texinfo] Using @verbatiminclude in a macro with a file with a "@" in its name |
Date: |
Thu, 16 Oct 2008 08:25:23 +0300 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
The following patch works for me:
@@ -6175,8 +6175,8 @@
\def\doverbatiminclude#1{%
{%
\makevalueexpandable
- address@hidden@}% we want to use \indexnofonts, but then verbatim ends
prematurely
\setupverbatim
+ \indexnofonts
\input #1
\afterenvbreak
}%
Best,
Oleg
- [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, 2008/10/15
- 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 <=
- 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