6 Star 10 Fork 80

nan-cie-nwafu / nwafuprojrep

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.tex 2.07 KB
一键复制 编辑 原始数据 按行查看 历史
nangeng 提交于 2020-07-06 11:01 . 删除对calc宏包的依赖.
% 西北农林科技大学科技类及IT类课程论文文档类(LaTeX模板)
\documentclass[
% projtype=paper, % 实习类型,可选report(报告)或paper(论文),默认为report
% output=epub, % 输出类型,可选print(打印,不显示超链接颜色)
% 或epub(电子稿,显示超链接颜色),默认为epub
]{nwafuprojrep}
% 载入需要的宏包
\input{settings/packages.tex}
% 进行必要的设置
\input{settings/format.tex}
% 专用术语宏命令
\input{settings/terms.tex}
% 数学符号宏命令
\input{settings/math-commands.tex}
% 设置封面基本信息,\linebreak 前面不要有空格,
% 中文之间的空格无法消除
% 另,在\nwafuset中不可以出现空行
\nwafuset{
college = {信息工程学院}, % 学院名称
projname = {\LaTeX{}科技排版}, % 实践课程名称
title = {\LaTeX{}科技排版实习报告}, % 实习报告题目
stuno = {2013051289}, % 学号
author = {\LaTeX{}er}, % 姓名
major = {计算机科学与技术}, % 专业
classid = {152}, % 班级(只填写数字,不要有其它内容)
adviser = {Registor}, % 指导教师姓名
startdate = {2020年8月10日}, % 实践起始日期
enddate = {8月23日}, % 实践结束日期
}
%biblatex宏包的参考文献数据源加载方式
% \addbibresource[location=local]{bib/example.bib}
\begin{document} %在document环境中撰写文档
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 封面及目录,无需改动此处代码
% 面页,需要在导言区用\nwafuset命令填写基本信息
\makecover
% 目录
\tableofcontents
\cleardoublepage
% 设置正文页眉页脚格式,并重新设置页码为1
\pagestyle{main}% 无页眉,页码在页脚居中
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 在此以后排版正文
% % 新起1页排版参考文献
% \newpage
% % 打印参考文献表
% \printbibliography[heading=bibliography,title=参考文献]
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End:
TeX/LaTeX
1
https://gitee.com/registor/nwafuprojrep.git
git@gitee.com:registor/nwafuprojrep.git
registor
nwafuprojrep
nwafuprojrep
master

搜索帮助