Giter Club home page Giter Club logo

ructhesis's Introduction

RUCThesis

##**人民大学LaTeX论文模板

目前支持本科、硕士(学硕+专硕)和博士

如果已经有ructhesis.cls文件的可以直接使用。
目前的版本使用了2015国标的参考文献样式。
在main.tex文件下使用如下命令:

这里我们使用xelatex作为排版引擎,第一步编译main.tex文件,第二步处理参考文献,然后再编译两遍生成pdf文件。

$ xelatex main.tex
$ bibtex main.tex
$ xelatex main.tex
$ xelatex main.tex

##重要信息
1、编辑器要用UTF-8的编码要不然你打开是乱码。
2、排版引擎使用XeLaTeX,要不然会报错。

###必要的字体文件

字体 PostScript名称
Times New Roman TimesNewRomanPSMT
Arial ArialMT
Courier New CourierNewPSMT
宋体 SimSun
黑体 SimHei
仿宋 FangSong

需要生成封皮的还需要自行下载安装

  • 方正小标宋 PostScript名称:FZXBSJW–GB1-0

###必要的宏包

全部都是TeX Live自带的

  • ctexbook
  • geometry
  • hyperref
  • graphicx
  • titletoc
  • ifxetex
  • ifthen
  • calc
  • lscape
  • multicol
  • color
  • pstricks

###想编译模板文件和生成手册的可以执行下述代码 生成模板文件ructhesis.cls
$ latex ructhesis.ins
生成手册ructhesis.pdf
$ xelatex ructhesis.dtx
$ makeindex -s gind.ist -o ructhesis.ind ructhesis.idx
$ makeindex -s gglo.ist -o ructhesis.gls ructhesis.glo
$ xelatex ructhesis.dtx
$ xelatex ructhesis.dtx

###联系
如果模板本身的问题可以上GitHub上发篇issue。

如果想贡献代码的请email我: [email protected]

ructhesis's People

Contributors

zebinwang avatar

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.