Skip to content

Latest commit

 

History

History
executable file
·
50 lines (27 loc) · 750 Bytes

README.md

File metadata and controls

executable file
·
50 lines (27 loc) · 750 Bytes

KLLAB Templates

install

library("devtools")
install_github("kl-lab/KLLAB-Templates")

Slides

Usage Sample:

---
title: 北航-中财讨论组 Slides 模板
author: 张博涵
date: \today
classoption: compress
CJKmainfont: STHeitiSC-Medium # 若包含中文必须设置
toc: true
output: 
  KLLabTemplates::slides: # package 中的函数
    latex_engine: "xelatex" # 若包含中文必须设置
    school: "cufe" # school 可选择 cufe 以及 buaa
---

Buaa sample:

CleanShot 2020-03-05 at 00.41.55@2x

Cufe Sample :

CleanShot 2020-03-05 at 00.42.53@2x

Forked from robjhyndman/MonashEBSTemplates