Re: [OT] LaTeX and \input{file}

2001-06-12 Thread Thomas Halahan
or use \usepackage{verbatim} ... \verbatiminput{filename.txt} this package also provides the comment environment which is good for big comment blocks. tom

Re: [OT] LaTeX and \input{file}

2001-06-07 Thread ANDREW PERRIN
You could see if the fancyvrb package on CTAN helps with this - it's an interesting catch-22 since the verbatim environment doesn't allow for any includes. I suppose a quick fix would be to add \begin{verbatim} and \end{verbatim} lines to the file being included, but that pollutes your original

[OT] LaTeX and \input{file}

2001-06-07 Thread Johannes Jörg
Hi List I need to input a file as raw text (every linbreak must be a linebreak, there are some backslashes in it etc.) I tried \input[verbatim]{file}, but this does not what I want it to (It gives an error message instead ;-) ) The problem is: I do not want to make a second copy of the file where

Re: [OT] LaTeX and \input{file}

2001-06-07 Thread Brian May
Johannes == Johannes Jörg [EMAIL PROTECTED] writes: Johannes I need to input a file as raw text (every linbreak must Johannes be a linebreak, there are some backslashes in it etc.) Johannes I tried \input[verbatim]{file}, but this does not what I Johannes want it to (It gives an