Has anyone used this with the
listings
package? It seems that I never get a lstlistoflistings
to show my listings in the text….I have added a
\lstlistoflistings
below the list of tables and put a listing in the sample book like this:Code: Select all
\begin{listing}[caption=This is a test listing]
10 PRINT “HELLO”
20 GOTO 10
\end{listing}
Christian