A Quarto template for Chinese journals. Modified from Egbertm/Latex_ChinesePaper.
To create a new article using this format:
quarto use template haiiliin/quarto-chinese-journal
This will create a new directory with an example document that uses this format.
To add this format to an existing document:
quarto add haiiliin/quarto-chinese-journal
Then, add the format to your document options:
format:
chinese-journal-pdf: default
twocolumn
: 是否双栏排版,默认为true
eauthor
: 英文作者名字和上标eaffiliation
: 英文作者单位eabstract
: 英文摘要ekeywords
: 英文关键词ejournal
: 英文期刊名cjournal
: 中文期刊名eyearmonth
: 英文年月cyearmonth
: 中文年月volume
: 卷号number
: 期号classification
: 中图分类号document-code
: 文献标识码article-number
: 文章编号received-date
: 收稿日期revised-date
: 修回日期funds
: 基金项目详情author-introduction
: 作者简介corresponding-email
: 通讯作者邮箱table-env
: 表格环境,默认为figure
table-pos
: 表格位置,默认为!htb
Here is the source code for a minimal sample document: template.qmd, see the PDF output.