{"id":25950484,"url":"https://github.com/woshiluo/hdu-report-typst","last_synced_at":"2026-03-07T19:31:12.009Z","repository":{"id":270701863,"uuid":"910709157","full_name":"woshiluo/hdu-report-typst","owner":"woshiluo","description":"杭州电子科技大学的报告模板","archived":false,"fork":false,"pushed_at":"2025-10-28T15:21:50.000Z","size":212,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-28T17:28:40.316Z","etag":null,"topics":["hdu","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/woshiluo.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-01T06:31:37.000Z","updated_at":"2025-10-28T15:21:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"3874818b-a87c-4710-bc48-a5303b15db61","html_url":"https://github.com/woshiluo/hdu-report-typst","commit_stats":null,"previous_names":["woshiluo/hdu-report-typst"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/woshiluo/hdu-report-typst","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woshiluo%2Fhdu-report-typst","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woshiluo%2Fhdu-report-typst/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woshiluo%2Fhdu-report-typst/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woshiluo%2Fhdu-report-typst/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/woshiluo","download_url":"https://codeload.github.com/woshiluo/hdu-report-typst/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woshiluo%2Fhdu-report-typst/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30227776,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T19:01:10.287Z","status":"ssl_error","status_checked_at":"2026-03-07T18:59:58.103Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["hdu","typst","typst-template"],"created_at":"2025-03-04T12:56:32.362Z","updated_at":"2026-03-07T19:31:11.737Z","avatar_url":"https://github.com/woshiluo.png","language":"Typst","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HDU-Report-Typst\n\n杭州电子科技大学的报告模板\n\n\u003e **注意**\n\u003e \n\u003e 本仓库**并非官方模板。**\n\u003e \n\u003e 修改自 \u003chttps://github.com/zjutjh/zjut-report-typst\u003e。\n\nWIP\n\n### 文件说明\n\n- [`template/template.typ`](./template/template.typ) 模板入口\n- [`example.typ`](./example.typ) 样例文件\n- `example.pdf` 编译出的 PDF 文件\n\n## 如何使用\n\n### Linux/Mac\n\n执行 [`get-template.sh`](./get-template.sh)：\n\n```bash\nsh -c \"$(wget https://raw.githubusercontent.com/woshiluo/hdu-report-typst/refs/heads/master/get-template.sh -O -)\"\n```\n\n### 手动\n\nClone 本仓库后手动导入。\n\n### 关于 Package\n\n参考 \u003chttps://github.com/typst/packages#local-packages\u003e。\n\nTemplate 不应该是一个 Package, 而关于 Template 的基础建设正在进行中，请参考 \u003chttps://github.com/typst/typst/issues/2432\u003e。因此如果有需求将本模板作为一个 package，请按照自己的系统自行将 `template` 目录中的内容放置到对应位置。\n\n例如在 Linux 环境中可以使用以下路径：\n\n`~/.local/share/typst/packages/local/hdu-report-typst/0.1.0/template.typ`\n\n复制完毕后即可使用如下方式导入：\n\n```typ\n#import \"@local/hdu-report-typst:0.1.0\": *\n```\n\n\u003e 需要注意这是一个暂时性的解决方案，之后理论上会依赖于 Typst CLI。\n\n## 关于 Typst\n\nTypst 是一个新的基于 Markup 的排版引擎，类似于 $\\LaTeX$。由于 Typst 还处于开发阶段，本模板可能随时出现问题。\n\n可以参考 Typst 的官方文档：\u003chttps://typst.app/docs\u003e\n\n## 参考\n\n- [zjut-report-tex](https://github.com/zjutjh/zjut-report-tex)\n- [HUST-typst-template](https://github.com/werifu/HUST-typst-template)\n- [i-figured](https://github.com/typst/packages/tree/main/packages/preview/i-figured/0.1.0)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwoshiluo%2Fhdu-report-typst","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwoshiluo%2Fhdu-report-typst","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwoshiluo%2Fhdu-report-typst/lists"}