Is it possible to typeset indented text (e.g. source code) without
using a typewriter font. I'm looking for something like LaTeX's
versatile `tabbing' environment.
Texinfo doesn't have anything like {tabbing}. The only general
alignment environment is @multitable, which I don't expect would be
useful for source code.
You can get indentation a la @example but keeping the regular roman font
with @display. I guess you could then manually indent stuff using "@ "
and @indent. Ugh :(.
Sorry,
Karl
_______________________________________________
Texinfo home page: http://www.gnu.org/software/texinfo
[email protected]
http://lists.gnu.org/mailman/listinfo/help-texinfo