Giter Site home page Giter Site logo

bjfulatextemplate's People

Contributors

nevertiree avatar ufo5260987423 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

bjfulatextemplate's Issues

XeLaTeX和Bibtex的命令组合

本模板在TexMaker中的快速构建方法为:“XeLaTeX + 查看PDF”,然而使用bibtex需要的快捷构建方式是**“PdfLaTeX + Bibtex + 两次PdfLatex + 查看Pdf”**

于是我几乎写一个自定义的快速构建命令

目前的暂时写为:

xelatex -interaction=nonstopmode %.tex|
bibtex %.aux|
xelatex -interaction=nonstopmode %.tex|
xelatex -interaction=nonstopmode %.tex|
dviout %.dvi

不过效果并不好,请测试。谢谢

对于章节条款的封装

建议将章节条款四个等级封装成zhang/jie/tiao/kuan四个关键字,避免把原生的section/subsection/直接暴露给用户。

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.