{"id":29830929,"url":"https://github.com/prinorange/nwnu-thesis-typst","last_synced_at":"2026-03-10T04:03:09.608Z","repository":{"id":288296932,"uuid":"967553445","full_name":"PrinOrange/nwnu-thesis-typst","owner":"PrinOrange","description":"西北师范大学 - 硕士研究生学位论文 Typst 模板 - Northwest Normal University - Master's Thesis Typst Template","archived":false,"fork":false,"pushed_at":"2025-05-23T09:23:15.000Z","size":16270,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-29T10:38:32.506Z","etag":null,"topics":["nwnu","thesis","thesis-project","thesis-template","typst","typst-template"],"latest_commit_sha":null,"homepage":"","language":"Typst","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PrinOrange.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-16T16:22:08.000Z","updated_at":"2025-07-23T03:25:39.000Z","dependencies_parsed_at":"2025-04-17T00:26:17.523Z","dependency_job_id":"5b96f8a2-14e8-4782-b04d-884b80923e91","html_url":"https://github.com/PrinOrange/nwnu-thesis-typst","commit_stats":null,"previous_names":["prinorange/nwnu-master-degree-thesis-typst","prinorange/nwnu-master-thesis-typst","prinorange/nwnu-thesis-typst"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PrinOrange/nwnu-thesis-typst","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrinOrange%2Fnwnu-thesis-typst","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrinOrange%2Fnwnu-thesis-typst/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrinOrange%2Fnwnu-thesis-typst/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrinOrange%2Fnwnu-thesis-typst/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PrinOrange","download_url":"https://codeload.github.com/PrinOrange/nwnu-thesis-typst/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrinOrange%2Fnwnu-thesis-typst/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30324185,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T01:36:58.598Z","status":"online","status_checked_at":"2026-03-10T02:00:06.579Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nwnu","thesis","thesis-project","thesis-template","typst","typst-template"],"created_at":"2025-07-29T10:14:12.702Z","updated_at":"2026-03-10T04:03:09.585Z","avatar_url":"https://github.com/PrinOrange.png","language":"Typst","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\r\n  \u003cimg src=\"./assets/logo.svg\" width=\"200px\" /\u003e\r\n\u003c/p\u003e\r\n\r\n\u003ch1 align=\"center\"\u003e\r\n硕士学位论文\r\n\u003c/h1\u003e\r\n\r\n本 Typst 模板适用于西北师范大学硕士研究生学位论文。在开始之前，你需要先\r\n[学习了解 Typst](https://typst.app/docs/) ，或者你可以参考\r\n[中文教程](https://typst-doc-cn.github.io/guide/) 。\r\n\r\n\u003cp align=\"center\"\u003e\r\n  \u003cimg src=\"./assets/preview.png\" style=\"max-width: 300px;border: 2px solid black;\" /\u003e\r\n\u003c/p\u003e\r\n\r\n## 模板背景\r\n\r\n编写本模板的原因，是笔者同样无法忍受 $\\LaTeX$ 繁冗复杂的语法了！\r\n\r\n$\\LaTeX$的编译速度也出奇地慢，笔者试过学校提供的 $\\LaTeX$ 模板，文档超过30页，编译时间居然要2分钟，这对于喜欢边写边预览的我来说是不可忍受的。另外 $\\LaTeX$ 在文档编译时，经常会出现语焉不详的报错信息，产生大量奇怪的副文件、中间文件，经常把目录搞得一团糟。在笔者看来， $\\LaTeX$ 就像是落后于两个世纪的、一台笨重的古董蒸汽机。\r\n\r\nTypst 作为新兴的排版程序，其设计思想、程序语言都非常现代化，且性能优秀，对于大文档也是即时编译，有非常不错的性能。\r\n\r\n## 安装配置\r\n\r\n本工程构建脚本需要 GNU Make 工具。如果你在 Windows 平台上，请先在安装并配置 GNU Make 工具。\r\n\r\n```bash\r\nchoco install make\r\n```\r\n\r\n安装完后在本目录下用命令行检查 make 是否正常工作\r\n\r\n```bash\r\nmake ping # 预期输出： \"Pong\"\r\n```\r\n\r\n首先确保你在本机[安装了 Typst 软件并配置环境](https://github.com/typst/typst?tab=readme-ov-file#installation)\r\n。推荐使用 Visual Studio Code 作为编辑器。\r\n\r\n然后，请安装 [typstyle](https://github.com/Enter-tainer/typstyle) ，它是用于 Typst 代码的文本格式化工具。\r\n\r\n接下来安装本论文必需的字体文件。为方便使用，所需字体已储存在本仓库下的\r\n`./assets/font` 目录下。本论文涉及的字体列表如下：\r\n\r\n- 宋体（中易宋体，SimSun）\r\n- 黑体（中易黑体，SimHei）\r\n- Times New Roman\r\n- 楷体 GB2312\r\n- 仿宋 GB2312\r\n\r\n可以执行安装字体的命令，一键安装所有必需字体。\r\n\r\n```bash\r\nmake install-fonts\r\n```\r\n\r\n如果希望在编辑时动态预览文档，可执行 \r\n\r\n```bash\r\nmake watch\r\n```\r\n\r\n如果需要格式化文档，请执行\r\n\r\n```bash\r\nmake fmt\r\n```\r\n\r\n若编译文档，可以执行\r\n\r\n```bash\r\nmake compile\r\n```\r\n\r\n## 参考标准\r\n\r\n本项目参考西北师范大学的研究生学位论文 [撰写格式及印制规格的规定](https://glxy.nwnu.edu.cn/_upload/article/files/6d/87/e60340204267b297279da98ee812/2de72e0e-fe20-4af8-9c8f-ffc6ee839595.pdf) 编写。并参考了西北师范大学计算机科学与工程学院的 [论文 LaTeX 模板样例](https://jsj.nwnu.edu.cn/_upload/article/files/eb/c1/e3afc0a744c3a476a36ca4b6e892/5f4f9570-49bc-4012-9d54-4765603a1f5b.zip)\r\n\r\n## 协议\r\n本 Typst 模板是 **非官方模板**，虽已可能按论文格式标准完整复现模板。但仍可能存在部分误差。**用户对使用本模板自负。**\r\n\r\n除部分涉及学校单位相关的资源（如西北师范大学文字 LOGO、字体等），本项目其余部分以 MIT 协议开源。\r\n\r\nPS：本模板仍然在维护中，欢迎贡献本项目。如果你喜欢本模板，不妨把我和本项目添加到你的论文致谢中吧 😋~\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprinorange%2Fnwnu-thesis-typst","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprinorange%2Fnwnu-thesis-typst","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprinorange%2Fnwnu-thesis-typst/lists"}