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:
0
tex/base/appendix/ZH.tex
Normal file
0
tex/base/appendix/ZH.tex
Normal file
33
tex/base/appendix/appendix.tex
Normal file
33
tex/base/appendix/appendix.tex
Normal file
@ -0,0 +1,33 @@
|
||||
\RedeclareSectionCommand[tocnumwidth=6em]{section}
|
||||
\RedeclareSectionCommand[tocnumwidth=6.5em]{subsection}
|
||||
|
||||
\RedeclareSectionCommand[tocindent=0em]{section}
|
||||
\RedeclareSectionCommand[tocindent=2em]{subsection}
|
||||
|
||||
\addtocontents{toc}{\protect\setcounter{tocdepth}{0}}
|
||||
|
||||
% update mark for use of \leftmark and \rightmark
|
||||
\markboth{\DICTAppendix}{\DICTAppendix}
|
||||
|
||||
\chapter*{\DICTAppendix}
|
||||
|
||||
\nomtcrule
|
||||
\mtcsettitle{minitoc}{\DICTTableOfAppendix}
|
||||
\setcounter{section}{0}
|
||||
|
||||
\addstarredchapter{\DICTAppendix}
|
||||
|
||||
\ifthenelse{\equal{\CONFIGEnableTableOfAppendix}{true}}
|
||||
{
|
||||
\minitoc % minitoc-Ausgeben
|
||||
\newpage
|
||||
}{}
|
||||
|
||||
\renewcommand{\thesection}{\DICTAppendix~\Alph{section}}
|
||||
|
||||
% include appendix content
|
||||
%--------------------------------------
|
||||
\input{base/appendix/appendixcontent}
|
||||
%--------------------------------------
|
||||
|
||||
\addtocontents{toc}{\protect\setcounter{tocdepth}{3}}
|
7
tex/base/appendix/appendixcontent.tex
Normal file
7
tex/base/appendix/appendixcontent.tex
Normal file
@ -0,0 +1,7 @@
|
||||
% \section{Packed Objects Encoding tables}
|
||||
|
||||
% \subsection{Packed Objects Encoding tables}
|
||||
|
||||
% \section{Encoding Packed Objects}
|
||||
|
||||
% \section{Decoding Packed Objects}
|
Reference in New Issue
Block a user