[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[help-texinfo] indentation
From: |
Seb |
Subject: |
[help-texinfo] indentation |
Date: |
Sun, 19 Oct 2008 16:58:36 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
Hi,
This input produces odd indentation for Info output:
---<---------------cut here---------------start-------------->---
\input texinfo
@setfilename itemize_indents.info
@settitle Itemize Indents
@node Top
@top Top
List 1:
@itemize @bullet
@item first item.
@item second item.
@end itemize
List 2:
@itemize @bullet
@item first item.
@item second item.
@end itemize
@bye
---<---------------cut here---------------end---------------->---
List 2 ends up indented as the itemize environment:
---<---------------cut here---------------start-------------->---
Top
***
List 1:
* first item.
* second item.
List 2:
* first item.
* second item.
---<---------------cut here---------------end---------------->---
Is there a better way to do this so that "List 2:" appears indented as
"List 1:"? Thanks.
Cheers,
--
Seb
pgpGhLBFR3R3o.pgp
Description: PGP signature
- [help-texinfo] indentation,
Seb <=