Coder Social home page Coder Social logo

chenkenbio / sysu-graduate-thesis Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 5.76 MB

Sun Yat-sen University Graduate Thesis Template for School of Computer and Engineering (based on https://github.com/tuna/thuthesis)

License: LaTeX Project Public License v1.3c

Makefile 0.42% Lua 0.82% TeX 97.29% JavaScript 0.71% Perl 0.11% Shell 0.66%

sysu-graduate-thesis's Introduction

SysuGraduateThesis

中山大学计算机学院研究生毕业论文 LaTeX 模板, 基于ThuThesis项目开发

关于开发模板的相关说明请参考 https://github.com/tuna/thuthesis

使用中有任何问题可以在issues中提出.

使用说明

模板可以在个人电脑或Overleaf平台使用.

  • 个人电脑: 安装最新版 TexLive, 配合文本编辑器 VS Code, Sublime Text使用, 也可以直接使用其他LaTeX IDE.
  • Overleaf: 注意选择编译器为 xelatex

编辑文件

  1. sysusetup.tex: 填写标题、作者、导师、学位名称等信息。
  2. data/abstract.tex: 填写中英文摘要。
  3. data/denotation.tex: 填写符号与缩略语,注意按音序排序。
  4. data/chapxx.tex: 各章内容,如有章节增删请在main.tex中修改相关记录`。
  5. data/appendix.tex: 附录。
  6. data/works.tex: 学术成果。
  7. data/acknowledgements.tex: 致谢。
  8. ref/refs.bib: 引文数据库。
  9. main.tex: 主文件,用于控制文档选项(字体,学位类别):
    • 学术硕士: \documentclass[degree=master]{sysuthesis};
    • 专业硕士: \documentclass[degree=master,degree­-type=professional]{sysuthesis};
    • 博士: \documentclass[degree=doctor]{sysuthesis} 。 指定论文包括的部分,如摘要、目录、正文各章节、附录、引文数据库等等。 (注意插入每章内容之后要加 \cleardoublepage 以保证在打印版中各章都从右边开始):
    \input{data/chap01}
    \cleardoublepage
    \input{data/chap02}
    \cleardoublepage

编译文件

借助IDE或VS Code/Sublime Text插件编译的方法请查阅相关文档, 这里只介绍从命令行编译的方法.

latexmk main.tex

xelatex main.tex
bibtex main.aux
xelatex main.tex
xelatex main.tex

make all (仅在Linux命令行可用)

注意事项

  1. 缩略语列表
    请按照字母 (A-Z) 顺序排序, 中文按音序;

  2. 图表 图例的 caption 在图的下方,表格的caption在图的上方;

  3. 数学公式

  • 数学公式结束时,若一句话结束就用句号,若未结束就用逗号。切忌漏标点符号;
  • 数学公式中出现括号时,使用\left(\right)(大括号、中括号、尖括号同理);
  1. 字体问题
    为确保字体符合学院要求, 最终版论文请在 Windows 平台编译, 或在Linux等平台安装Windows字体并指定字体集为 Windows: \documentclass[degree=doctor, fontset=windows]{sysuthesis}

更新记录

  • Tue 16 Mar 2021
    1. 支持较长的标题
    2. 增加页眉与正文距离
    3. 扉页日期置于底部

sysu-graduate-thesis's People

Contributors

chenkenbio avatar cquzys avatar

Watchers

 avatar

sysu-graduate-thesis's Issues

amsmath中的 \underbrace 显示错误

编译环境

编译的系统:Windows 10
TeX 发行版:TeX Live 2021
模板版本:36a09e1
模板类型:master

描述问题

\underbrace 显示错误

截图:
image
期望结果:
image

复现上述问题的代码:

\begin{align}
    {a}_{i, j}^{\mathrm{rel}} &=\underbrace{{E}_{x_{i}}^{\top} {W}_{q}^{\top} {W}_{k, E} {E}_{x_{j}}}_{(a)}+\underbrace{{E}_{x_{i}}^{\top} {W}_{q}^{\top} {W}_{k, R} {R}_{i-j}}_{(b)} \nonumber\\
    &+\underbrace{u^{\top} {W}_{k, E} {E}_{x_{j}}}_{(c)}+\underbrace{v^{\top} {W}_{k, R} {R}_{i-j}}_{(d)}\text{,} 
\end{align}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.