Giter Club home page Giter Club logo

kaobookcjksc's Introduction

kaobookCJKsc - 一个美观的简体中文 LaTeX 模板

使用

复制 kaobookCJKsc 所有文件到项目同级目录:

.
├── styles
│   ├── kaobiblioCJKsc.sty
│   ├── kaobookCJKsc.cls
│   ├── kaoCJKsc.sty
│   ├── kaoWinCJKsc.sty
│   ├── kaohandtCJKsc.cls
│   ├── kaorefsCJKsc.sty
│   ├── kaotheoremsCJKsc.sty
│   └── config.tex
├── main.tex                                  # 你的 LaTeX 文件
├── Compiling.cmd
└── Cleaning.cmd

编译需要切换到 xelatexWindows 平台搭配 MiKTeX 发行版,可以直接使用 Compiling.cmd 实现一键编译,其他平台类似。

编译过程参考以下命令:

xelatex main                                  # 预编译模板
makeindex main.nlo -s nomencl.ist -o main.nls # 编译索引
makeindex main                                # 编译索引
biber main                                    # 编译参考文献
makeglossaries main                           # 编译字母表
xelatex main                                  # 再次编译
xelatex main                                  # 两到三次
xelatex main                                  # 防止边注错位

默认使用美观、大方又开源的 Google Noto 字体。如需自定义,可以在配置中自行设定。另外,原版英文字体需安装 liberation 系列字体,一并安装。

字体备份:百度云链接

示例

包含三个简体中文示例,可以自行测试:

  • documentation_CJKsc
  • minimal_book_CJKsc
  • minimal_report_CJKsc

演示

pre-doc

main-doc

post-doc

FAQ:

kaobookcjksc's People

Contributors

xuehao avatar

Forkers

lq-love

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.