24 lines
484 B
YAML
24 lines
484 B
YAML
title: Chinese Book Template
|
|
authors:
|
|
- name: Grok Team
|
|
affiliation: xAI
|
|
version: 0.1.0
|
|
quarto-required: ">=1.3.0"
|
|
contributes:
|
|
formats:
|
|
pdf:
|
|
template-partials:
|
|
- partials/title.tex
|
|
- partials/before-body.tex
|
|
- partials/after-body.tex
|
|
include-in-header:
|
|
- header.tex
|
|
documentclass: book
|
|
papersize: a4
|
|
geometry:
|
|
- margin=1in
|
|
toc: true
|
|
toc-depth: 2
|
|
number-sections: true
|
|
lang: zh
|