西电博士毕业论文latex模板使用

0. 学习资料

Latex模板资料地址:

GitHub - note286/xduts: Xidian University TeX Suite 西安电子科技大学LaTeX套装

毕业文档格式文件:

https://mirrors.cloud.tencent.com/CTAN/systems/texlive/tlnet/archive/xduts.tar.xz

使用文档:

https://mirrors.cloud.tencent.com/CTAN/systems/texlive/tlnet/archive/xduts.doc.tar.xz

文件夹组织形式参考:

https://github.com/ChambersXDU/xduts_demo

main.tex配置

参考来源:GitHub - ChambersXDU/xduts_demo: 提供一份稍完整的xduts参考示例,供西电学子入门xduts使用

\documentclass{xdupgthesis}
\usepackage{booktabs}
\xdusetup{
        style = { 
        customize-loa = false,
        customize-loa = false,
        customize-resresult = false,
        customize-edubg = false,
        colspec-los   = {>{\hskip1cm}Q[l,h]<{\hskip2cm}X[l,h]},
        colspec-loa   = {>{\hskip1cm}Q[l,h]<{\hskip1cm}X[-1,l,h]X[-1,l,h]},
        % anonymous = true,
        % remove-header = true,
        % remove-footer = true,
        },
       info = {
        title = {XXXXXXXX\\XXXXXXXX},
        title* = {XXXXXXX},
        author = {\anon[]{XXX}},
        author* = {XXX},
        department = {XXX学院},
        major = {XXXXXX},
        sub-major = {XXXXXXX},
        major*={Computer Science and Technology},
        graduate-type={博士},
        degree={工学博士},
        student-id = {12345678901},
        clc = {XXX},
        supervisor = {XXX},
        supervisor* = {XXX},
        supv-title = {教授},
        supv-title* = {Professor},
        bib-resource = {ref.bib},
        abstract = {chapters/abstract_zh.tex},
        abstract* = {chapters/abstract_en.tex},
        keywords = {A, B, C},
        keywords* = {A, B, C},
        acknowledgements = {chapters/acknowledge.tex},
        bio = {chapters/biography.tex},
        loa = chapters/loa.tex,
        los = chapters/los.tex,
    }
  }
\begin{document}



\include{chapters/intro}

\include{chapters/method}

\include{chapters/conclusion}




\end{document}

1. 在线编译---最简单方式

        把所有必须文件上传overleaf,直接编译即可出结果!

        写作后期会出现文件太大编译超时问题,购买学生会员可解决~

2. 本地编译

电脑基础环境:

Windows+MikTex+Sublime+Sumatrapdf(已有环境,具体配置可以参考其他博客)

步骤:

1)MikTex更新

直接软件界面更新,打开电脑安装的MikTex,然后如下图所示更新:

2)编译设置

普通编译会出现参考文献无法显示的问题,编译方法需要配置为:

xelatex -synctex=-1 main
biber main
xelatex -synctex=-1 main

具体配置方法:

步骤与图中一致,具体第二步的修改的内容见再下一张图

方便复制版本

			"script_commands":[
			"xelatex -synctex=-l",
			"biber",
			"xelatex -synctex=-1"]

3)编译

运行前,选择 工具-用...编译-

编译成功!

写在最后

            祝各位博士毕业顺利!心想事成!

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值