mirror of
https://github.com/nganhkhoa/CTF-All-In-One.git
synced 2025-06-23 03:35:03 +07:00
开始使用Latex写作啦!不过目前处于测试摸索阶段,欢迎提issue~
This commit is contained in:
19
tex/dictionary/EN.tex
Normal file
19
tex/dictionary/EN.tex
Normal file
@ -0,0 +1,19 @@
|
||||
% Global definitions
|
||||
\def\DICTDocDate{\today}
|
||||
\def\DICTTableOfContents{Table of Contents}
|
||||
\def\DICTListOfFigures{List of Figures}
|
||||
\def\DICTFigureName{Figure}
|
||||
\def\DICTListOfTables{List of Tables}
|
||||
\def\DICTTableName{Table}
|
||||
\def\DICTListOfCodeSnippets{List of Code Snippets}
|
||||
\def\DICTListingName{Code Snippet}
|
||||
\def\DICTAbbreviations{List of Abbreviations}
|
||||
\def\DICTAppendix{Appendix}
|
||||
\def\DICTTableOfAppendix{Table of Appendix}
|
||||
\def\DICTReferences{References}
|
||||
\def\DICTIndex{Index}
|
||||
|
||||
% Dict
|
||||
\def\DICTDocTitle{CTF ALL IN ONE}
|
||||
\def\DICTDocAuthor{firmianay | Skyel1u | phantom0301}
|
||||
\def\DICTDocEmail{https://github.com/firmianay/CTF-All-In-One}
|
19
tex/dictionary/ZH.tex
Normal file
19
tex/dictionary/ZH.tex
Normal file
@ -0,0 +1,19 @@
|
||||
% Global definitions
|
||||
\def\DICTDocDate{\today}
|
||||
\def\DICTTableOfContents{目录}
|
||||
\def\DICTListOfFigures{图片列表}
|
||||
\def\DICTFigureName{图片}
|
||||
\def\DICTListOfTables{表格列表}
|
||||
\def\DICTTableName{列表}
|
||||
\def\DICTListOfCodeSnippets{代码片段列表}
|
||||
\def\DICTListingName{代码片段}
|
||||
\def\DICTAbbreviations{缩略短语表}
|
||||
\def\DICTAppendix{附录}
|
||||
\def\DICTTableOfAppendix{附录表}
|
||||
\def\DICTReferences{引用}
|
||||
\def\DICTIndex{索引}
|
||||
|
||||
% Dict
|
||||
\def\DICTDocTitle{CTF 从入门到放弃}
|
||||
\def\DICTDocAuthor{ Firmianay | Phantom0301 | Skyel1u}
|
||||
\def\DICTDocEmail{https://github.com/firmianay/CTF-All-In-One}
|
5
tex/dictionary/dictionary.tex
Normal file
5
tex/dictionary/dictionary.tex
Normal file
@ -0,0 +1,5 @@
|
||||
\IfFileExists{dictionary/\CONFIGLanguage}{
|
||||
\input{dictionary/\CONFIGLanguage}
|
||||
}{
|
||||
Dictionary: UNSUPPORTED LANGUAGE ,,\CONFIGLanguage ``
|
||||
}
|
Reference in New Issue
Block a user