diff options
Diffstat (limited to 'Master/texmf-dist/doc/xelatex/hduthesis/cha/source.tex')
-rw-r--r-- | Master/texmf-dist/doc/xelatex/hduthesis/cha/source.tex | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/xelatex/hduthesis/cha/source.tex b/Master/texmf-dist/doc/xelatex/hduthesis/cha/source.tex new file mode 100644 index 00000000000..c92777877f5 --- /dev/null +++ b/Master/texmf-dist/doc/xelatex/hduthesis/cha/source.tex @@ -0,0 +1,18 @@ +\ExplSyntaxOn +\pagecolor{black!\fpeval{100-3200/255}} +\color{black!10} \color_select:n{black!10} \appendix +\colorlet{bg}{black!\fpeval{100-2400/255}} +\hypersetup + { filecolor = DarkGreen!40, urlcolor = MidnightBlue!40, + linkcolor = FireBrick!40 } +\cfoot{\color_select:n{black!10} \thepage} +\lhead{} \rhead{} \let \headrule \relax +\pagestyle{fancy} +\ExplSyntaxOff +\section{实现细节} + +恭喜你已经阅读到了这部分!如你所见,页面已经变成了程序员视力友好颜色. 下面这些内容面向 \hologo{LaTeX} 宏包开发者或者对 \hologo{hduthesis} 开发感兴趣的用户,如果您有任何意见或建议或想法,都欢迎到 \href{https://github.com/myhsia/hduthesis/issues}{GitHub} 提交Issue. 您对模板开发或者本文档的撰写的任何贡献都会受到诚挚欢迎! + +\setlength {\parindent} {0em} + +\foreach \i in {1,...,7} { \input{cha/source/a\i.tex} }
\ No newline at end of file |