>>>>> "Michael" == Michael Behrens <[EMAIL PROTECTED]> writes:
Michael> Hallo! (lyx-1.0.3pre4)
Michael> I just tried to include a simple ASCII file including tabs
Michael> with
Insert-> Include file, option Verbatim
Michael> But the tabs seem to be silently ignored, they even are not
Michael> interpreted as blanks. Is there a way to get them used or is
Michael> this a featue/bug?
This is a `feature' of LaTeX. This is handled by the moreverb
package. Something like the following in your preamble should help
[not tested]:
\usepackage{moreverb}
\renewcommand
\let\verbatiminclude\verbatimtabinput
Hope this helps
JMarc