[Tuglist] Prabir

E. Krishnan tuglist@tug.org.in
Fri, 29 Mar 2002 12:19:46 +0530 (IST)


On 28 Mar 2002, Prabir G. Dastidar wrote:

> \documentclass{article}
> \begin{document}
>   \begin{verbatim}
>       8890.txt
>   \end{verbatim}
> \end{document}


The environment \begin{verbatim}...\end{verbatim} just writes verbatim 
whatever *text* is given within. One way to include a verbatim copy of a 
file within a teX document is to use the moreverb package and the 
\verbatiminput command as in


	 \documentclass{article}
	 \usepackage{moreverb}
 
	 \begin{document}
	
	   ........   

	 \verbatiminput{8890.txt}
  
           .........
         
	 \end{document}

-- 
Krishnan