Giter VIP home page Giter VIP logo

chinesejournal's Introduction

中文期刊 LaTeX 模板框架

本项目是中文期刊 LaTeX 模板的一个编写框架, 包括模板代码、注释、文档,示例论文,以及用于维护模板的持续集成和单元测试。 该框架以《计算机学报》的要求为基础, 针对中文期刊 LaTeX 模板的普遍需求提供了指南,并尽可能使格式与内容分离, 旨在帮助编写高质量的中文模板,也可供已有模板进行参考。

注意!该框架不能保证可以用于《计算机学报》的投稿。

主要特性:

  • 支持跨平台使用,兼容最新的 TeX Live, MacTeX 和 MikTeX 发行版, 并向后兼容到 2017 年的版本
  • 不支持已经过时的 CTeX 套装
  • 数学符号遵循国内的排版习惯
  • 单元测试(l3build)
  • 持续集成(travis-ci)

使用模板

模板的源代码代码位于 cjc.dtx 文件中, 编译模板的使用说明文档 cjc.pdf

latexmk -xelatex cjc.dtx

编译论文 main.pdf

latexmk -xelatex main.tex

清理论文编译过程中的临时文件:

latexmk -c main.tex

以上编译过程也可以用 make 工具:

make doc        # 编译生成 cjc.pdf
make            # 编译生成论文 main.pdf
make clean      # 删除编译过程中生成的临时文件

chinesejournal's People

Contributors

zepinglee 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

Watchers

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