On Thu, Nov 25, 2021 at 11:04 AM Jean Abou Samra <[email protected]> wrote:
>
> While at it, a last question: what would be the
> recommended way to include Texinfo commands in
> a non-indented environment? In other words, I
> would like to combine characteristics of @example
> (understands commands) and @verbatim (does not
> indent output). So far my workaround is wrapping
> every line in @exdent@t{...}. Is this the best
> way?

There doesn't seem to be any command to do this especially. I think
that using @format in combination with @t would work:

@format
@t{line 1}
@t{line 2}
@t{line 3}
@end format

Reply via email to