{"id":14577943,"url":"https://github.com/CoderJackZhu/XDUthesis-Typst","last_synced_at":"2025-09-04T13:31:26.560Z","repository":{"id":242916705,"uuid":"810845532","full_name":"CoderJackZhu/XDUthesis-Typst","owner":"CoderJackZhu","description":"西安电子科技大学毕业论文Typst模板","archived":false,"fork":false,"pushed_at":"2024-08-07T02:57:40.000Z","size":7987,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-09-08T17:22:33.165Z","etag":null,"topics":["thesis","thesis-template","typst","typst-template","xdu","xidian-university"],"latest_commit_sha":null,"homepage":"","language":"Typst","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CoderJackZhu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-06-05T13:09:31.000Z","updated_at":"2024-08-31T06:43:47.000Z","dependencies_parsed_at":"2024-06-05T18:43:16.518Z","dependency_job_id":null,"html_url":"https://github.com/CoderJackZhu/XDUthesis-Typst","commit_stats":null,"previous_names":["coderjackzhu/xduthesis-typst"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoderJackZhu%2FXDUthesis-Typst","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoderJackZhu%2FXDUthesis-Typst/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoderJackZhu%2FXDUthesis-Typst/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoderJackZhu%2FXDUthesis-Typst/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CoderJackZhu","download_url":"https://codeload.github.com/CoderJackZhu/XDUthesis-Typst/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231965383,"owners_count":18453069,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["thesis","thesis-template","typst","typst-template","xdu","xidian-university"],"created_at":"2024-09-07T17:01:23.699Z","updated_at":"2025-09-04T13:31:26.516Z","avatar_url":"https://github.com/CoderJackZhu.png","language":"Typst","funding_links":[],"categories":["Popular \u0026 New Non-LaTeX Templates"],"sub_categories":["Thesis/Dissertation"],"readme":"# 西安电子科技大学学位论文 XDUthesis-Typst\n\n## 介绍\n\nTypst是一种新的排版标记语言，由rust编写，比latex性能优异，编译速度快，即使对非常长的文章也是一样，但是稳定性可能比不上Word和LaTeX。\n\n这是西安电子科技大学毕业论文的Typst语言模板， 适用于本科和研究生学位论文，项目基于[modern-nju-thesis](https://github.com/nju-lug/modern-nju-thesis)重构。\n\n目前该项目尚未完成西电毕业论文格式的适配，正在开发中，因此直接作为毕业论文模板使用时，可能会有一些问题，慎用。\n\n## 使用方法\n\n### VS Code 本地编辑（推荐）\n\n在 VS Code 中安装 Tinymist Typst 和 Typst Preview 插件。前者负责语法高亮和错误检查等功能，后者负责预览。\n也推荐下载 Typst Companion 插件，其提供了例如 Ctrl + B 进行加粗等便捷的快捷键。\n你还可以下载我开发的 Typst Sync 和 Typst Sympy Calculator 插件，前者提供了本地包的云同步功能，后者提供了基于 Typst 语法的科学计算器功能。\n\n最后用 VS Code 打开生成的目录，打开 template文件夹下的thesis.typ 文件，并按下 Ctrl + K V 进行实时编辑和预览。\n\u003c!--  --\u003e\n本科生和研究生的毕业论文都支持，在thesis.typ下按照要求更改选项即可，所有内容都在一个文件下了，语法简洁方便修改。\n\n学习 Typst 需要多久？\n一般而言，仅仅进行简单的编写，不关注布局的话，你可以打开模板就开始写了。\n\n如果你想进一步学习 Typst 的语法，例如如何排篇布局，如何设置页脚页眉等，一般只需要几个小时就能学会。\n\n如果你还想学习 Typst 的「元信息」部分，进而能够编写自己的模板，一般而言需要几天的时间阅读文档，以及他人编写的模板代码。\n\n如果你有 Python 或 JavaScript 等脚本语言的编写经验，了解过函数式编程、宏、样式、组件化开发等概念，入门速度会快很多。\n\n我有编写 LaTeX 的经验，如何快速入门？\n可以参考 面向 LaTeX 用户的 Typst 入门指南。\n\n目前 Typst 有哪些第三方包和模板？\n可以查看 Typst Universe。\n\n## 近期更新\n2025.05.05: 更新了typst0.13版本对应的模板，给出了初步的西电毕业论文格式，包含了封面、目录、致谢、参考文献等部分。很多格式还没有调整好，正在开发中。\n\n\n\n\n\n## 致谢参考仓库\n\n\n[南京大学毕业论文](https://github.com/nju-lug/modern-nju-thesis)\n[上海大学本科毕业论文](https://github.com/shuosc/SHU-Bachelor-Thesis-Typst)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCoderJackZhu%2FXDUthesis-Typst","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FCoderJackZhu%2FXDUthesis-Typst","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCoderJackZhu%2FXDUthesis-Typst/lists"}