Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

Latest commit

 

History

History
43 lines (29 loc) · 1.56 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.56 KB

Pandoc Templates

Note

This repo may be obsolete and has been archived. Please refer to the new repo for using Quarto to write academic papers in Chinese.

Pandoc templates to convert Markdown files to DOCX, PDF or HTML for academic writing, especially for Chinese writing.

🔗 Markdown 写作,Pandoc 转换:我的纯文本学术写作流程 - 少数派

Environment

The Unix-like operating system (macOS, Linux etc.) should work well with the scripts. For Windows users, it might need to use WSL or PowerShell (I’m not sure).

Usage

# Make the script executable
$ chmod +x make.sh

# Run the script
$ ./make.sh

TODO

  • Sort the Chinese bibliography based on the pinyin of authors with scripts. Currently this only can be done manually (be carefule of the polyphone character).
  • Tweaks for the format of table and figure in ref.docx.

Thanks

License

MIT License