GithubHelp home page GithubHelp logo

taiyun / bookdown-ruc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from melodyren1998/ruc-thesis-template-via-bookdown

0.0 2.0 0.0 1.17 MB

Thesis template for Renmin University of China

TeX 99.58% CSS 0.42%

bookdown-ruc's Introduction

This is a template thesis of RUC(Republic University of China). Thanks to the bookdown(https://github.com/rstudio/bookdown), now you can write your thesis using the Rmarkdown syntax.

Usage

Latex Environment

If you do not have Latex installed, I highly recommend you to use the tinytex package.

install.packages('tinytex')
tinytex::install_tinytex()

When using this template, you probabily missing some latex packages. tinytex will try to install them automatically. However, there are two packages that tinytex can not find. Here are the commands to install them manually:

system2('tlmgr install simplekv')
system2('tlmgr install pgf')

Thesis

Set the basic infomation in the index.Rmd file.

title: "论贸易战对**未来经济的影响"
author: "yimeng"    
date: "`r Sys.Date()`"
# 文档类型,不同学位的论文要设置不同的 key
# 本科: document-bachelor: true
# 专硕: document-premaster: true
# 硕士: document-master: true
# 博士: document-doctor: true
document-bachelor: true
abstract-zh: "中文摘要: RUCThesis 是根据**人民大学《本科论文指导手册》和《研究生学位论文及其摘要的撰写和印制要求》而制作的 \\LaTeX\\ 论文模板。"
abstract-en: "This is a English abstract."
baseinfo:
  subtitle: "基于统计模拟的经济学预测方法"  # 论文副标题
  studentid: "20163160102"                  # 学号
  school: "统计学院"                        # 学院
  field: "经济统计学"                       # 专业
  advisor: "yalei"                          # 导师
  grade: "2016级"                           # 年级 
  thesiscode: "RUC-BK-050101-2014201237"    # 论文编码RUC-BK-专业代码-学号
  score: "4.0"                              # 论文成绩,可不填
  date: "`r Sys.Date()`"                    # 日期
  keywordzh: ["贸易战", "经济"]             # 中文摘要关键词
  keyworden: ["Trade War", "Economics"]     # 英文摘要关键词
masterinfo:  # 设置英文标题和主题词, 本科生不需要填写
  etitle: "LaTeX template of Renmin university of China"
  keywords: "Keywords 论文主题词"

Fonts

You need to install SimSun, SimHei, FangSong fonts if you are you not using the Windows system. You can download them from StellarCN/scp_zh, I do not encourage you to do it.

The latex files in the project are copied from GH1995/RUC-thesis-template-for-LaTeX.

bookdown-ruc's People

Contributors

badbye avatar melodyren1998 avatar

Watchers

 avatar  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.