Search found 1 match

by manoelcampos
Sat May 21, 2011 4:54 pm
Forum: General
Topic: lstlisting and summary entry
Replies: 1
Views: 1273

lstlisting and summary entry

Hello, in other latex commands like \section, I can define a caption and a summary entry using:

\section[Summary Entry Text for the Section]{Section Caption}

I would like to do the same for a lstlisting command.
I'm using the command as below:

\begin{lstlisting}[caption=My First Lua Application ...