help-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [help-texinfo] Indenting a block of text


From: Karl Berry
Subject: Re: [help-texinfo] Indenting a block of text
Date: Tue, 15 Nov 2011 23:18:35 GMT

Hi Andreas,

    should use a tableindent value of .5cm while all other tables should
    use the default tableindent value? Is that possible somehow?

You'll have to switch it back and forth manually.  Here's one
possibility, untested:

@macro startdescription
@tex
\global\tableindent = .8in  % the default
@end tex
@item Desciption
@end macro

@macro enddescription
@tex
\global\tableindent = .5cm  % reduced
@end tex
@end enddescription


And start the description with
@startdescription
and end it with
@enddescription

Another way would be to have macros like @startinnertable and
@endinnertable that similarly play with \tableindent and use those for
the tables inside the description.

Hope something in there will help.  FWIW, I'll be gone the rest of the
week (back Saturday).  If still stuck, I'll try to help when I get back.

Best,
Karl



reply via email to

[Prev in Thread] Current Thread [Next in Thread]