Hi Nigel:

To my knowledge, \verbatiminput wasn't part of hyperlatex, though
\begin/\end{verbatim} certainly is.

You could do something like this:

(put 'verbatiminput 'hyperlatex 'hyperlatex-format-verbatiminput)
(defun hyperlatex-format-verbatiminput ()
  (let ((file (hyperlatex-parse-required-argument)))
    (insert "\\begin{verbatim}")
    (insert-file-literally file)
    (insert "\\end{verbatim}")))

I think that would work.  I'd be interested to see the file that works
at home but not in the new installation.

Hope this helps,

 -tom

-- 
 ------------------------
 tomfool at as220 dot org
 http://sgouros.com  
 http://whatcheer.net


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Hyperlatex-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hyperlatex-users

Reply via email to