mirror of
https://github.com/nganhkhoa/CTF-All-In-One.git
synced 2025-06-22 19:27:32 +07:00
开始使用Latex写作啦!不过目前处于测试摸索阶段,欢迎提issue~
This commit is contained in:
14
tex/base/lstlistoflistings/lstlistoflistings.tex
Normal file
14
tex/base/lstlistoflistings/lstlistoflistings.tex
Normal file
@ -0,0 +1,14 @@
|
||||
\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}
|
Reference in New Issue
Block a user