|
14 | 14 | summary: [ |
15 | 15 | #prefix-chapter("introduction.typ")[导引] |
16 | 16 | // 计划修改 |
17 | | - = 基础教程 — 排版Ⅰ |
18 | | - - #chapter("basic/writing-markup.typ")[标记模式] |
19 | | - - #chapter("basic/writing-scripting.typ")[脚本模式] |
20 | | - // - #chapter("basic/writing-math.typ")[数学模式] |
21 | | - = 基础教程 — 脚本Ⅰ |
22 | | - - #chapter("basic/scripting-literal.typ")[基本类型] |
23 | | - - #chapter("basic/scripting-variable.typ")[变量与函数] |
24 | | - - #chapter("basic/scripting-composite.typ")[复合类型] |
25 | | - = 基础教程 — 排版Ⅱ |
26 | | - - #chapter("basic/scripting-main.typ")[编译流程] |
27 | | - - #chapter("basic/scripting-layout.typ")[长度与布局] |
28 | | - - #chapter("basic/scripting-content.typ")[文档树] |
29 | | - - #chapter("basic/scripting-color.typ")[颜色类型] |
30 | | - - #chapter("basic/scripting-style.typ")[选择器与样式] |
31 | | - = 基础教程 — 脚本Ⅱ |
32 | | - - #chapter("basic/scripting-block-and-expression.typ")[表达式] |
33 | | - - #chapter("basic/scripting-control-flow.typ")[控制流] |
34 | | - - #chapter("intermediate/doc-modulize.typ")[模块化(多文件)] |
35 | | - - #chapter("intermediate/doc-stateful.typ")[状态化] |
36 | | - = 基础教程 — 排版Ⅲ |
37 | | - - #chapter("basic/scripting-shape.typ")[图表] |
38 | | - - #chapter("intermediate/writing-chinese.typ")[中文排版] |
39 | | - - #chapter("intermediate/writing-math.typ")[数学排版] |
40 | | - = 基础教程 — 附录Ⅰ |
41 | | - - #chapter("basic/reference-grammar.typ")[语法示例检索表] |
42 | | - - #chapter("basic/reference-utils.typ")[常用函数表] |
43 | | - - #chapter("basic/reference-math-symbols.typ")[常用数学符号] |
| 17 | + = 教程 — 排版Ⅰ |
| 18 | + - #chapter("tutorial/writing-markup.typ")[标记模式] |
| 19 | + - #chapter("tutorial/writing-scripting.typ")[脚本模式] |
| 20 | + // - #chapter("tutorial/writing-math.typ")[数学模式] |
| 21 | + = 教程 — 脚本Ⅰ |
| 22 | + - #chapter("tutorial/scripting-literal.typ")[基本类型] |
| 23 | + - #chapter("tutorial/scripting-variable.typ")[变量与函数] |
| 24 | + - #chapter("tutorial/scripting-composite.typ")[复合类型] |
| 25 | + = 教程 — 排版Ⅱ |
| 26 | + - #chapter("tutorial/scripting-main.typ")[编译流程] |
| 27 | + - #chapter("tutorial/scripting-layout.typ")[长度与布局] |
| 28 | + - #chapter("tutorial/scripting-content.typ")[文档树] |
| 29 | + - #chapter("tutorial/scripting-color.typ")[颜色类型] |
| 30 | + - #chapter("tutorial/scripting-style.typ")[选择器与样式] |
| 31 | + = 教程 — 脚本Ⅱ |
| 32 | + - #chapter("tutorial/doc-modulize.typ")[模块化(多文件)] |
| 33 | + - #chapter("tutorial/scripting-block-and-expression.typ")[表达式] |
| 34 | + - #chapter("tutorial/scripting-control-flow.typ")[控制流] |
| 35 | + - #chapter("tutorial/doc-stateful.typ")[状态化] |
| 36 | + = 教程 — 排版Ⅲ |
| 37 | + - #chapter("tutorial/scripting-shape.typ")[图表] |
| 38 | + - #chapter("tutorial/writing-chinese.typ")[中文排版] |
| 39 | + - #chapter("tutorial/writing-math.typ")[数学排版] |
| 40 | + = 教程 — 附录Ⅰ |
| 41 | + // - #chapter("tutorial/reference-grammar.typ")[语法示例检索表] |
| 42 | + - #chapter("tutorial/reference-utils.typ")[常用函数表] |
| 43 | + - #chapter("tutorial/reference-math-symbols.typ")[常用数学符号] |
44 | 44 | - #chapter(none)[特殊Unicode字符] |
45 | | - = 基础参考 |
46 | | - - #chapter("basic/reference-typebase.typ")[基本类型] |
47 | | - - #chapter("basic/reference-type-builtin.typ")[内置类型] |
48 | | - - #chapter("basic/reference-date.typ")[时间类型] |
49 | | - // - #chapter("basic/reference-visualization.typ")[图形与几何元素] |
50 | | - // - #chapter("basic/reference-color.typ")[颜色、色彩渐变与模式] |
51 | | - - #chapter("basic/reference-data-process.typ")[数据读写] |
52 | | - - #chapter("basic/reference-data-process.typ")[数据处理] |
53 | | - - #chapter("basic/reference-calculation.typ")[数值计算] |
54 | | - - #chapter("basic/reference-math-mode.typ")[数学模式] |
55 | | - - #chapter("basic/reference-bibliography.typ")[参考文献] |
56 | | - - #chapter("basic/reference-wasm-plugin.typ")[WASM插件] |
| 45 | + = 参考 |
| 46 | + - #chapter("tutorial/reference-typebase.typ")[基本类型] |
| 47 | + - #chapter("tutorial/reference-type-builtin.typ")[内置类型] |
| 48 | + - #chapter("tutorial/reference-date.typ")[时间类型] |
| 49 | + // - #chapter("tutorial/reference-visualization.typ")[图形与几何元素] |
| 50 | + // - #chapter("tutorial/reference-color.typ")[颜色、色彩渐变与模式] |
| 51 | + - #chapter("tutorial/reference-data-process.typ")[数据读写] |
| 52 | + - #chapter("tutorial/reference-data-process.typ")[数据处理] |
| 53 | + - #chapter("tutorial/reference-calculation.typ")[数值计算] |
| 54 | + - #chapter("tutorial/reference-math-mode.typ")[数学模式] |
| 55 | + - #chapter("tutorial/reference-bibliography.typ")[参考文献] |
| 56 | + - #chapter("tutorial/reference-wasm-plugin.typ")[WASM插件] |
57 | 57 | // = 进阶教程 — 排版Ⅳ |
58 | 58 | // 6. 脚本Ⅱ |
59 | 59 | // - IO与数据处理 |
|
83 | 83 | // - 长度单位 |
84 | 84 | // 12. 参考Ⅱ |
85 | 85 | // - 图形 |
86 | | - = 进阶教程 — 专题 |
| 86 | + = 专题 |
87 | 87 | - #chapter("topics/writing-math.typ")[编写一篇数学文档] |
88 | 88 | // https://github.com/PgBiel/typst-oxifmt/blob/main/oxifmt.typ |
89 | 89 | // - #chapter("topics/format-lib.typ")[制作一个格式化库] |
|
97 | 97 | - #chapter("topics/template-cv.typ")[制作一个CV模板] |
98 | 98 | // official template |
99 | 99 | - #chapter("topics/template-paper.typ")[制作一个IEEE模板] |
100 | | - = 进阶教程 — 公式和定理 |
| 100 | + = 专题 — 公式和定理 |
101 | 101 | - #chapter("science/chemical.typ")[化学方程式] |
102 | 102 | - #chapter("science/algorithm.typ")[伪算法] |
103 | 103 | - #chapter("science/theorem.typ")[定理环境] |
104 | | - = 进阶教程 — 杂项 |
| 104 | + = 专题 — 杂项 |
105 | 105 | - #chapter("misc/font-setting.typ")[字体设置] |
106 | 106 | // - #chapter("misc/font-style.typ")[伪粗体、伪斜体] |
107 | 107 | - #chapter("misc/code-syntax.typ")[自定义代码高亮规则] |
108 | 108 | - #chapter("misc/code-theme.typ")[自定义代码主题] |
109 | 109 | - #chapter("misc/text-processing.typ")[读取外部文件和文本处理] |
110 | | - = 进阶教程 — 绘制图表 |
| 110 | + = 专题 — 绘制图表 |
111 | 111 | - #chapter("graph/table.typ")[制表] |
112 | 112 | - #chapter("graph/solid-geometry.typ")[立体几何] |
113 | 113 | - #chapter("graph/digraph.typ")[拓扑图] |
114 | 114 | - #chapter("graph/statistics.typ")[统计图] |
115 | 115 | - #chapter("graph/state-machine.typ")[状态机] |
116 | 116 | - #chapter("graph/electronics.typ")[电路图] |
117 | | - = 进阶教程 — 附录Ⅱ |
118 | | - - #chapter("intermediate/reference-grammar.typ")[语法示例检索表Ⅱ] |
| 117 | + = 专题 — 附录Ⅱ |
| 118 | + - #chapter("tutorial/reference-grammar.typ")[语法示例检索表Ⅱ] |
119 | 119 | - #chapter("template/slides.typ")[演示文稿(PPT)] |
120 | 120 | - #chapter("template/paper.typ")[论文模板] |
121 | 121 | - #chapter("template/book.typ")[书籍模板] |
122 | | - = 进阶参考 |
123 | | - - #chapter("intermediate/reference-counter-state.typ")[计数器和状态] |
124 | | - - #chapter("intermediate/reference-length.typ")[长度单位] |
125 | | - - #chapter("intermediate/reference-layout.typ")[布局函数] |
126 | | - - #chapter("intermediate/reference-table.typ")[表格] |
127 | | - - #chapter("intermediate/reference-outline.typ")[文档大纲] |
| 122 | + = 专题参考 |
| 123 | + - #chapter("tutorial/reference-counter-state.typ")[计数器和状态] |
| 124 | + - #chapter("tutorial/reference-length.typ")[长度单位] |
| 125 | + - #chapter("tutorial/reference-layout.typ")[布局函数] |
| 126 | + - #chapter("tutorial/reference-table.typ")[表格] |
| 127 | + - #chapter("tutorial/reference-outline.typ")[文档大纲] |
128 | 128 | ], |
129 | 129 | ) |
130 | 130 |
|
|
0 commit comments