1
0
mirror of https://github.com/nganhkhoa/CTF-All-In-One.git synced 2025-04-14 14:47:33 +07:00
CTF-All-In-One/tex/base/lstlistoflistings/lstlistoflistings.tex

14 lines
415 B
TeX

\setcounter{tocdepth}{3}
% change listings name below code
\renewcommand{\lstlistingname}{\DICTListingName}
% add table of contents entry
\addstarredchapter{\DICTListOfCodeSnippets}
% List of Listings -> List of Algorithms
\renewcommand{\lstlistlistingname}{\DICTListOfCodeSnippets}
\lstlistoflistings
% update mark for use of \leftmark and \rightmark
\markboth{\DICTListOfCodeSnippets}{\DICTListOfCodeSnippets}