help-texinfo
[Top][All Lists]
Advanced

[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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]