{"id":14172980,"url":"https://github.com/huangyxi/WHUT-Bachelor","last_synced_at":"2025-08-06T23:30:49.266Z","repository":{"id":52467614,"uuid":"210087260","full_name":"huangyxi/WHUT-Bachelor","owner":"huangyxi","description":"武汉理工大学本科生毕业设计（论文） LaTeX 模板    LaTeX Template for Bachelor's Degree Thesis at Wuhan University of Technology (WHUT)","archived":false,"fork":false,"pushed_at":"2024-03-14T11:20:50.000Z","size":55,"stargazers_count":43,"open_issues_count":0,"forks_count":8,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-08-17T23:01:56.075Z","etag":null,"topics":["bachelor","latex","latex-template","thesis","undergraduate","whut"],"latest_commit_sha":null,"homepage":"","language":"TeX","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/huangyxi.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}},"created_at":"2019-09-22T03:53:24.000Z","updated_at":"2024-07-15T07:06:34.000Z","dependencies_parsed_at":"2024-03-14T12:32:39.580Z","dependency_job_id":null,"html_url":"https://github.com/huangyxi/WHUT-Bachelor","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huangyxi%2FWHUT-Bachelor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huangyxi%2FWHUT-Bachelor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huangyxi%2FWHUT-Bachelor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huangyxi%2FWHUT-Bachelor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/huangyxi","download_url":"https://codeload.github.com/huangyxi/WHUT-Bachelor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228967828,"owners_count":17999417,"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":["bachelor","latex","latex-template","thesis","undergraduate","whut"],"created_at":"2024-08-17T23:01:22.890Z","updated_at":"2025-08-06T23:30:49.258Z","avatar_url":"https://github.com/huangyxi.png","language":"TeX","funding_links":[],"categories":["Popular \u0026 New LaTeX Templates"],"sub_categories":["Thesis/Dissertation"],"readme":"# LaTeX Template for Bachelor's Degree Thesis of WHUT v0.99991\n\n## 简介\n\n- 编译要求：XeLaTeX \u0026 biber\n- 编译环境：TeX Live / MacTeX 2025\n- 编译系统：Windows\n\n本项目首次发布于2019年9月29日。\n\n## 简明帮助\n\n参照 [`main.tex`](main.tex) 以及 [`body/`](body/) 文件夹中文件修改即可。\n\n对于使用 [Overleaf](https://www.overleaf.com/) 或其他尚未安装 *华文中宋 (STzhongsong)* 字体的系统，\n\n~~请在 [`main.tex`](main.tex) 中导入文档类 [`whut-bachelor`](whut-bachelor.cls) 时传入参数 `noextrafonts`(即 `\\documentclass[noextrafonts]{whut-bachelor}`)。~~\n\n从`v0.999`开始，本文档类将自动替换缺省的 *华文中宋* 为 *宋体*，无需手动声明，`noextrafonts` 选项已弃用。\n\n**注意**：此时封面标题等部分字体将不再满足《武汉理工大学本科生毕业设计（论文）撰写规范》要求，如果需要在缺省华文中宋的环境下使用该字体，请在获取字体版权方授权的前提下，将字体命名为`STZhongsong.ttf`，并放置在项目根目录(`./`)。\n\n如果各章节标题 *黑体* 错误显示为 *粗宋体*，原因可能为上游 [latex3/latex3#867 bug](https://github.com/latex3/latex3/issues/867)，可以手动更新至 TeX Live 2021 以上，或者在 [`main.tex`](main.tex) 中导入文档类 [`whut-bachelor`](whut-bachelor.cls) 时传入参数 `heitipatch`(即 `\\documentclass[heitipatch]{whut-bachelor}`)。\n\n### 目录结构\n\n本模板推荐采用的文件目录结构：\n```\n.\n├── main.tex                % 您的主 TeX 源文件\n├── whut-bachelor.cls       % 本项目提供的的类文件\n├── ref.bib                 % 包含您的参考文献的文件\n└── body/                   % 包含您各章节 TeX 源文件的文件夹\n    ├── abstract.tex        % 包含中英文摘要部分的 TeX 源文件\n    ├── chapter1.tex        % 第一章的 TeX 源文件\n    ├── chapter2.tex        % 第二章的 TeX 源文件\n    ├── chapter...          % 后续章节的 TeX 源文件\n    └── acknowledgemnt.tex  % 包含致谢部分的 TeX 源文件\n```\n\n## TODO\n\n- 补充帮助\n- 补充示例\n\n如果阁下对本模板的各方面有意见或建议，欢迎提出 [issues](https://github.com/huangyxi/WHUT-Bachelor/issues) 或 [pull requests](https://github.com/huangyxi/WHUT-Bachelor/pulls)。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuangyxi%2FWHUT-Bachelor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhuangyxi%2FWHUT-Bachelor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuangyxi%2FWHUT-Bachelor/lists"}