{"id":14172975,"url":"https://github.com/maxuewei2/JLUThesis2020","last_synced_at":"2025-08-06T23:31:00.395Z","repository":{"id":163400443,"uuid":"251087386","full_name":"maxuewei2/JLUThesis2020","owner":"maxuewei2","description":"吉林大学硕博学位论文 LaTeX 模板——jluthesis2020","archived":false,"fork":false,"pushed_at":"2023-12-10T08:42:52.000Z","size":29665,"stargazers_count":50,"open_issues_count":1,"forks_count":11,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-17T23:01:55.397Z","etag":null,"topics":["jlu","jluthesis","latex","latex-template","thesis-latex-template","thesis-template"],"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/maxuewei2.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":"2020-03-29T17:11:39.000Z","updated_at":"2024-07-07T14:21:25.000Z","dependencies_parsed_at":"2023-12-10T09:42:49.998Z","dependency_job_id":null,"html_url":"https://github.com/maxuewei2/JLUThesis2020","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxuewei2%2FJLUThesis2020","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxuewei2%2FJLUThesis2020/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxuewei2%2FJLUThesis2020/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxuewei2%2FJLUThesis2020/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxuewei2","download_url":"https://codeload.github.com/maxuewei2/JLUThesis2020/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228967831,"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":["jlu","jluthesis","latex","latex-template","thesis-latex-template","thesis-template"],"created_at":"2024-08-17T23:01:22.757Z","updated_at":"2025-08-06T23:31:00.359Z","avatar_url":"https://github.com/maxuewei2.png","language":"TeX","funding_links":[],"categories":["Popular \u0026 New LaTeX Templates"],"sub_categories":["Thesis/Dissertation"],"readme":"# JLUThesis2020\n\n吉林大学学位论文 LaTeX 模板——jluthesis2020。\n\n可生成学硕、专硕、博士简装、博士精装 PDF 论文，可生成单面或双面印刷版本，可生成单页或双页封面。\n\n\n\n## 示例\n\n示例文档见 [example_files](example_files) 下各文件。\n\u003cdetails\u003e\n\u003csummary\u003e\n图例\n\u003c/summary\u003e\n\u003cimg src=\"https://user-images.githubusercontent.com/13077408/217285061-b9992a89-864e-4d3d-9f57-2b0a68906309.png\" width=\"80%\"/\u003e\n\u003c/details\u003e\n\n使用示例见 [example.tex](example.tex)。\n\n## 使用\n\n- 选项\n\n\t可用选项有 `debug|ebook|hardcopy`，`amd|pmd|phdplain|phdfancy`，`nobox`， `manualSpine`， `onlyCover`， `twoSideCover`,  `noBlankPages`。\n\n\t|选项|作用|\n  |:---:|---|\n  |debug| 生成的PDF带框线，方便调试|\n  |ebook| 带彩色文字的PDF|\n  |hardcopy| 无彩色文字的PDF|\n  |amd| 学术学位硕士使用|\n  |pmd |专业学位硕士使用|\n  |phdplain| 博士简装版使用|\n  |phdfancy |博士精装版使用|\n  |nobox | 输出的封面无框线和书脊|\n  |manualSpine |手动输出书脊|\n  |onlyCover | 仅输出封面页|\n  |twoSideCover | 输出双页封面|\n  |noBlankPages  | 去掉空白页，主要用于上传到图书馆学位论文系统|\n\t\n\t默认为 `hardcopy,amd`，且 `nobox=false, manualSpine=false, onlyCover=false, twoSideCover=false, noBlankPages=false`\n\n\t举例如下\n\t```\n\t\\usepackage[phdplain,ebook,twoSideCover,onlyCover]{jluthesis2020}\n\t\\usepackage[amd,hardcopy,twoSideCover]{jluthesis2020}\n\t\\usepackage[amd,hardcopy]{jluthesis2020}\n\t```\n\n- 单面印刷需设置 documentclass 为 oneside (如`\\documentclass[twoside,a4paper,12pt]{book}`)，双面印刷需设置 documentclass 为 twoside (如`\\documentclass[oneside,a4paper,12pt]{book}`)。\n- 建议安装 TeX Live 并使用 XeLaTeX 编译。\u003cbr/\u003e\n  校内可在[吉大镜像站](https://mirrors.jlu.edu.cn/CTAN/systems/texlive/tlnet/install-tl.zip)下载 TeX Live。\n- 若缺少字体需自行安装 (见[fonts.txt](fonts.txt))。所需字体如下：\n\t- Adobe Song Std，Adobe Heiti Std，Adobe Kaiti Std，Adobe Fangsong Std\n\t- Nimbus Roman，Nimbus Sans，Nimbus Mono\n\t- Source Han Sans(思源黑体)，Source Han Serif(思源宋体)\n\t- LiSu (隶书)\n\n\t安装字体后，可运行 `fc-cache` 刷新字体缓存，可通过 ` fc-list : family | sort ` 查看已安装字体。\u003cbr/\u003e\n    这两个命令均随 TeX Live 安装，Windows 下在如 `C:\\texlive\\2020\\bin\\win32` 的文件夹下可找到，可将该文件夹添加进 PATH 环境变量。\u003cbr/\u003e \n    若编译时提示找不到字体，先检查字体是否已安装，再检查字体名称是否一致。\n- 若要使用此模板生成的 PDF 文档查重，需确保 PDF 能够正常复制出汉字。\n\n- 要生成 MS Word 文档，可使用 pandoc 或 Adobe Acrobat DC，也可直接用 MS Word 打开 PDF 得到 Word 文档，只是这三种方式得到的 Word 文档质量不同。\n\n- 查重时可能会把原创声明、授权声明、参考文献、致谢等包括进去，可使用 `makeCrosscheckVersion.sh` 制作查重版本，生成的 PDF 文档中原创声明、授权声明、作者简介、致谢四部分的文字被转换为路径，因此这四部分无法导出无法复制，也就不会参与查重。之所以没将参考文献也做成不可复制的，是觉得查重系统会从这里面提取引用。\u003cbr/\u003e\n\t- 使用方法：\n\t```bash\n\tchmod a+x makeCrosscheckVersion.sh\n\t./makeCrosscheckVersion.sh example  # example为PDF文件名，不包括扩展名\n\t```\n\t- 执行此脚本需\n\t    - 安装 [pdftk](https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/)、[Ghostscript](https://www.ghostscript.com/download/gsdnld.html) 并将其路径加入 PATH 环境变量。\n\t    - 将 TeX Live 可执行文件路径加入 PATH 环境变量。\n\t    - 有类 Linux 环境，可执行 cat、grep、awk、head 等命令。Windows下安装 [Git](https://git-scm.com/downloads) 并使用 Git Bash 可得到。\n\n- 思源宋体粗体可能看起来与 MS Word 中的粗体差别较大。若以假粗体实现粗体来生成的文档大概更接近 MS Word 的感觉，但似乎偶尔会出现奇奇怪怪的问题 (如部分字无法选中、该加粗的字没有加粗、不该加粗的字被加粗了等)，不过好在只有封面、摘要、章节题目等少数几个地方需要使用粗体。使用假粗体需在 documentclass 中设置 AutoFakeBold， 在 jluthesis2020 中设置 manualSpine，并需重置 CJKmainfont，具体见 [amd-ebook-oneside-假粗体.tex](example_files/amd-ebook-oneside-假粗体.tex)。本人所提交的论文采用假粗体方案。\n\n## 免责声明\n\n此模板为个人实现，未得到学校任何相关人员的认证，使用者应当自行承担一切后果。\n\n## 同类解决方案\n\n- 本科毕业论文：[x86vk/JLU-CCST-Thesis](https://github.com/x86vk/JLU-CCST-Thesis)\n- 硕士毕业论文：[jiafeng5513/JLU_Dissertation](https://github.com/jiafeng5513/JLU_Dissertation)\n\n## 注\n\n- 此模板写于 2020 年 3 月 31 日，主要参考 jluthesis 及自己在写毕业论文时用 LaTeX 实现的 2020 年吉林大学研究生学位论文撰写及装帧规范。\u003cbr/\u003e\n  因个人 TeX 能力有限且我自己的实现看起来很乱，所以参考 jluthesis 进行模板化修改产生此模板。\u003cbr/\u003e\n  感谢实现 jluthesis 并开源的前辈 Zhang Yinhe。\u003cbr/\u003e\n  jluthesis 原档存储于 google code，但已无法下载。\u003cbr/\u003e\n  此模板参考的 jluthesis 下载自 [dartall](https://github.com/dartall/jluthesis) 。\u003cbr/\u003e\n- 生成双页封面的部分参考 [pkuthss](https://gitea.com/CasperVector/pkuthss/src/branch/master/doc/example/spine.tex)。\n- 参考文献样式使用 [gbt7714-bibtex-style](https://github.com/CTeX-org/gbt7714-bibtex-style)。\n- 2020.4.3 得到学院查重结果，两个查重平台重复率都在 1.X%，且主要集中在原创声明和授权声明的部分。其他人基本不会出现这种情况，大概是查重系统会自动识别论文格式，并忽略了摘要之前的内容，不知道为什么我的没有识别出来。对这一点不放心的或许可以使用工具将 LaTeX 生成的 PDF 与 Word 生成的 PDF 的一些页面组合，或者将原创声明、授权声明、致谢等改为不可选中不可复制 ( `makeCrosscheckVersion.sh` 脚本即为实现这一功能)。\n\n\n## 联系方式\n\nmaxuewei1995 at 126 dot com\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxuewei2%2FJLUThesis2020","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxuewei2%2FJLUThesis2020","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxuewei2%2FJLUThesis2020/lists"}