Skip to content

Commit

Permalink
update coments
Browse files Browse the repository at this point in the history
  • Loading branch information
aFei-CQUT committed Dec 18, 2024
1 parent 7ca0b20 commit 5aafbf8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions packages/preview/modern-cqut-thesis/0.1.0/lib.typ
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
// layouts 部分
#import "layouts/doc.typ": doc
#import "layouts/preface.typ": preface
#import "layouts/mainmatter.typ": mainmatter
#import "layouts/appendix.typ": appendix


// pages 部分
#import "pages/fonts-display-page.typ": fonts-display-page
#import "pages/design-cover.typ": design-cover
#import "pages/bachelor-cover.typ": bachelor-cover
Expand All @@ -18,6 +22,11 @@
#import "pages/notation.typ": notation
#import "pages/acknowledgement.typ": acknowledgement


// utils 部分
// 应通过闭包实现全局配置的文档类型主题部分的 utils 内部工具
/// 这部分与上述导入部分通过闭包实现了全局配置, 导入时可仅仅指定导入函数
/// 即可用 #import "@preview/modern-cqut-thesis:0.1.0": documentclass, indent
#import "utils/anti-matter.typ": anti-inner-end as mainmatter-end
#import "utils/custom-cuti.typ": *
#import "utils/bilingual-bibliography.typ": bilingual-bibliography
Expand All @@ -26,6 +35,10 @@
#import "utils/indent.typ": indent, fake-par
#import "@preview/i-figured:0.2.4": show-figure, show-equation
#import "utils/style.typ": 字体, 字号


/// 这里未实现闭包, 所以如果要支持以下功能需要在主程序中导入全部
/// 即使用 #import "@preview/modern-cqut-thesis:0.1.0": *
#import "utils/theorem.typ": *
#import "utils/chem-for.typ": ca, cb
#import "utils/cite-style.typ": custom-cite
Expand Down

0 comments on commit 5aafbf8

Please sign in to comment.