Code Monkey home page Code Monkey logo

seuthesiy's Introduction

SeuThesiY

Version GitHub GitHub stars

SeuThesiY 提供了一个用于排版东南大学硕博学位论文的LaTeX模板。该模板主要是在seuthesix基础上进行的修改。

目前该模板支持博士、学术型硕士、专业型硕士学位论文。

功能特色

  • SeuThesiY类继承自ctexbook

  • 参考文献采用SEU特有的GBT7714-2015格式biblatex-gb7714-2015替代seuthesix提供的参考文献格式。

主要是硕博参考文献的形式, 需要在bib文件中加上type域,如:type={[博士学位论文]}

博士学位论文:周义炎. GPS 电离层反演与地震—电离层效应研究[D]. [博士学位论文]. 武汉: 武汉大学, 2015.

@PhdThesis{zhouGPS2015,
    langid = {中文;},
    title = {GPS电离层反演与地震—电离层效应研究},
    institution = {{武汉大学}},
    type={[博士学位论文]},
    urldate = {2019-05-14},
    date = {2015},
    author = {周, 义炎},
    location = {武汉},
}

硕士学位论文:余勇. 劲性混凝土柱抗震性能的试验研究[D]. [硕士学位论文]. 南京: 东南大学土木工程学院, 1998.

@Mastersthesis{余勇1998--,
    title = {劲性混凝土柱抗震性能的试验研究},
    author = {余勇},
    school = {东南大学土木工程学院},
    year = {1998},
    type={[硕士学位论文]},
    location = {南京},
}
  • 封皮夹缝中文标题带英文

夹缝标题中文标题有英文需要对英文进行旋转,使用 \rotatebox{270}注意 ' \rotatebox{270}{GNSS} ' 前后要加空格

\title{灵犀一指GNSS心法}{灵犀一指 \rotatebox{270}{GNSS} 心法}{灵犀一指}{灵犀一指}{The theory of powerful fingers}{powerful fingers}

封皮夹缝中文标题仅有中问不需旋转

\title{灵犀一指心法}{灵犀一指心法}{灵犀一指}{灵犀一指}{The theory of powerful fingers}{powerful fingers}

该模板除了以上功能其他功能特色均与seuthesix相一致

编译方式

采用的编译方式为 XELATEX → MAKEINDEX → BIBER → XELATEX → XELATEX

若使用vscode作为LaTeX编译器,可以使用.vscode/setting里面的配置文件

本项目推荐配置:

LaTeX 发行版 TeX Live 2018+
编辑器 VS code
编辑器插件 LaTeX Workshop
PDF阅读器 SumatraPDF

具体安装配置请参考使用VSCode编写LaTeX

注意: 采用TeXstudio时需要提前声明项目的根目录(TeX root)

License

GPL

其他

seuthesixREADME

This project provides a LaTeX document class: ``seuthesix''
for typesetting thesis of Southeast University, Nanjing, China.
This package provides three important files:
1. `seuthesix.cls'.
2. `seuthesix.cfg', this is the configuration file of seuthesix and
will be loaded by `seuthesix.cls' at runtime. This file must be in the same directory as
`seuthesix.cls'.
3. `seuthesix.bst', this is the accompanying bibliography style file
for `seuthesix.cls'.

Maintainer: James Fan
project homepage: https://github.com/zhimengfan1990/seuthesix
package version: 1.0.1
Copyright (c) 2007--2012 Xu Yuan, email: [email protected]
Copyright (c) 2016 James Fan, email:[email protected]
License: GNU General Public License, version 3(see LICENCE)

Note: This package is based on the package: ``seuthesis''
maintained by Xu Yuan(email: [email protected]), 
which has many bugs now and not usable
due to lack of maintenance for many years.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

seuthesiy's People

Contributors

dansyu avatar silverliningsl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

seuthesiy's Issues

请问如何在正文产生带数字序号的引用?

屏幕快照 2020-01-29 下午4 06 36
尝试编译后生成的引用格式是“作者-年份”类型的。尝试修改seuthesiY.cls的下面这条命令无效:

% \usepackage[backend=biber,citestyle=config/gb7714-2015,style=config/gb7714-2015,gbalign=config/gb7714-2015,url=false,doi=false,gbnamefmt=lowercase,gbpub=false,gbfieldtype=true,gbpunctin=false,gbpub=false]{biblatex}

标题格式是不是有问题?

我看其他的模板里。
二级标题 节 的字体是加粗 宋体
三级标题 小节 的字体是黑体

我看东南大学的学位论文格式要求好像也是这样。

这边貌似 二级标题 是加粗的黑体?
三级标题 字体有点大 也不是黑体

专硕学位类型需要更新

您好,应学院要求(信息科学与工程学院),专硕的学位类型从“工程硕士”改为“电子信息硕士”。请问应该如何修改封面抬头“东南大学 工程硕士学位论文”为“东南大学 电子信息硕士学位论文”?

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.