ccckmit / GitJournal

GitJournal: 基於 git 的期刊出版新模式

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

論文 -- 《GitJournal: 基於 git 的期刊出版新模式》

本論文投稿到 《Git 開源期刊》,正在審查中!

論文

建置方法

安裝相關軟體

要建置論文必須安裝 pandoc 與 xeLatex (在 windows 下您可以安裝 MikTex,裏面包含 xeLatex) ,請參考下列安裝指引:

開始建置論文

$ ./build paper

$ pandoc --katex --template=../template/template.html --filter pandoc-citeproc --bibliography=example.bib -H ../template/header.html -s example.md -o example.html

$ pandoc --template=../template/template.tex --filter pandoc-citeproc --bibliography=example.bib --variable papersize=a4paper -s example.md -o example.tex

$ pandoc --template=../template/template.tex --filter pandoc-citeproc --bibliography=example.bib --variable papersize=a4paper -s example.md -o example.pdf --pdf-engine=xelatex -V CJKmainfont=MingLiU

About

GitJournal: 基於 git 的期刊出版新模式


Languages

Language:HTML 60.0%Language:TeX 33.1%Language:CSS 5.9%Language:Batchfile 1.0%