bug-texinfo
[Top][All Lists]
Advanced

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

Re: No bullets on itemize?


From: Karl Berry
Subject: Re: No bullets on itemize?
Date: Sat, 7 Dec 2002 08:54:32 -0500

    @begin/@end itemize groups seem to produce no bullets in the TeX output.

You have to specify @bullet explicitly:

@itemize @bullet
@item foo
@item bar
@end itemize

I just tried this and the bullets did appear.  If you're doing something
similar and no bullets, please send the source so I can reproduce.

(This is to allow for specifying other markers than a bullet, by the
way, as explained in the manual ...
http://www.gnu.org/manual/texinfo/html_node/itemize.html
)

HTH,
k



reply via email to

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