Tagged Questions
5
votes
1answer
296 views
How to change listing caption?
I have some listings that contain pseudo-code of algorithms. And I use this:
\lstset{caption={Descriptive Caption Text},label=DescriptiveLabel}
to add captions to them.
My problem is that the ...