Search found 2 matches

by marcisSrarcin95
Sat Nov 25, 2017 1:38 pm
Forum: Graphics, Figures & Tables
Topic: Creating list of source code listings
Replies: 2
Views: 2191

Creating list of source code listings

Thank You!!


It was enough to do:

\lstlistoflistings
\addcontentsline{toc}{chapter}{Spis listingów}

in main file.
by marcisSrarcin95
Sat Nov 25, 2017 12:45 pm
Forum: Graphics, Figures & Tables
Topic: Creating list of source code listings
Replies: 2
Views: 2191

Creating list of source code listings

Hi,

I'm new to latex and I'm using source code listings definition from this link -> https://www.overleaf.com/latex/examples/tagged/source-code-listing. Everything works fine but I need to have a list of this code listings, something like \listoftables. Maybe there is a way to create own list of ...