Supress title of listings created with the LaTeX listings package
Posted
by t6d
on Stack Overflow
See other posts from Stack Overflow
or by t6d
Published on 2010-05-31T15:56:50Z
Indexed on
2010/05/31
20:23 UTC
Read the original article
Hit count: 284
I'm using LaTeX in conjunction with the listings package and I'm trying to suppress the title of a listing such that it is neither viewed below the actual listing nor in the list of listings.
Setting the option title
to title=""
or title=
does not work. It only leads to the suppression of the listing in the list of listings. However, in the first case ""
is displayed below the listing and in the latter one Listing:
is displayed below the listing.
Is there a way to fix this?
© Stack Overflow or respective owner