From: Harry Ohlsen Date: 2001-12-09T08:57:43+09:00 Subject: [ruby-talk:27984] Re: Displaying Ruby code in LaTeX In article <200112090023.fB90NvW27450@approximity.com>, "Armin Roehrl" wrote: >> I even tried the verbatim environment, but that seems to screw up the >> indentation in a lot of cases. > Really? It shouldn't. > We used it for our entire book. > Maybe you have some weird chars your editor does not show? It looks like the issue is TAB characters. I'm working on a small Ruby script to detab my code. Thanks for the feedback; just knowing it was possible makes a big difference; at least I know now that it's my own problem :-).