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:
5
tex/base/disclaimer/EN.tex
Normal file
5
tex/base/disclaimer/EN.tex
Normal file
@ -0,0 +1,5 @@
|
||||
\begin{center}
|
||||
{\Large DISCLAIMER}
|
||||
\end{center}
|
||||
|
||||
This document and the information contained herein is provided on an “As Is” basis and the author disclaims all warranties, express or implied, including but not limited to any warranty that the use of the information herein will not infringe any rights or any implied warranties of merchantability or fitness for a particular purpose.
|
5
tex/base/disclaimer/ZH.tex
Normal file
5
tex/base/disclaimer/ZH.tex
Normal file
@ -0,0 +1,5 @@
|
||||
\begin{center}
|
||||
{\Large 声明}
|
||||
\end{center}
|
||||
|
||||
本书使用 Creative Commons license (CC BY-SA 4.0),大可随意使用。欢迎来本书的Github页面提交PR.
|
5
tex/base/disclaimer/disclaimer.tex
Normal file
5
tex/base/disclaimer/disclaimer.tex
Normal file
@ -0,0 +1,5 @@
|
||||
\IfFileExists{base/disclaimer/\CONFIGLanguage}{
|
||||
\input{base/disclaimer/\CONFIGLanguage}
|
||||
}{
|
||||
DISCLAIMER: UNSUPPORTED LANGUAGE ,,\CONFIGLanguage ``
|
||||
}
|
Reference in New Issue
Block a user