加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
hushi_FAQ.tex 632 Bytes
一键复制 编辑 原始数据 按行查看 历史
Charles 提交于 2017-06-24 13:04 . feat: init project
\documentclass[12pt,a4paper,oneside,UTF8,hyperref,titlepage]{ctexart}
\input{steup/package} %宏包
\input{steup/format} %格式,自定义宏
\input{steup/global} %全局变量
\begin{document}
\input{preface/cover} %封面
%\include{preface/intro} %内容简介
%\include{preface/tableofcontents} %目录
%-------------------正文开始----------------------
\pagenumbering{arabic}
\pagestyle{main} %使用该style
\setcounter{page}{1}
%\include{section/auth}
\include{section/basic}
\include{last/listoffigures}
\renewcommand\refname{参考文献}
\bibliographystyle{plain}
\bibliography{bib/dockerbash}
\end{document}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化