Skip to content

TomBener/quarto-cn-tools

Repository files navigation

Write Chinese Academic Papers with Quarto

Publish

This repository provides a comprehensive guide and toolset for writing academic papers in Chinese, such as the localization and sorting of Chinese bibliographies, conversion of Chinese quotes, and correcting spaces between Chinese and English characters. With the help of these templates and scripts, you can write your academic papers in Markdown, and convert them into various formats like Word, HTML, LaTeX, PDF, and ePub via Quarto with ease.

Prerequisites

Usage

This project uses a Makefile to manage the build process. Here are the available commands:

  • make or make all: Render DOCX, HTML, PDF, ePub and Reveal.js slides at once.
  • make docx: Render DOCX.
  • make html: Render HTML.
  • make pdf: Render PDF.
  • make epub: Render ePub.
  • make slides: Render Reveal.js slides.
  • make print: Render PDF for print.
  • make watermark: Render PDF with watermark.
  • make citebib: Extract all bibliographies cited as BibLaTeX file citebib.bib.
  • make clean: Remove auxiliary and output files.

License

This project is licensed under the MIT License, see the LICENSE file for details.