{"id":14172978,"url":"https://github.com/TJ-CSCCG/Tongji-Beamer","last_synced_at":"2025-08-06T23:30:48.722Z","repository":{"id":103035540,"uuid":"461921068","full_name":"TJ-CSCCG/Tongji-Beamer","owner":"TJ-CSCCG","description":":page_facing_up: 同济大学 Beamer / 幻灯片 模板，一个其他大学 Beamer 模板的本土化套壳，支持 Overleaf / Windows / Linux。","archived":false,"fork":false,"pushed_at":"2023-11-22T11:14:24.000Z","size":496,"stargazers_count":51,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-04T18:12:08.081Z","etag":null,"topics":["beamer","beamer-template","beamer-theme","latex-template","tongji"],"latest_commit_sha":null,"homepage":"","language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lppl-1.3c","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TJ-CSCCG.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}},"created_at":"2022-02-21T15:29:33.000Z","updated_at":"2024-12-02T14:06:09.000Z","dependencies_parsed_at":"2023-11-18T18:07:04.496Z","dependency_job_id":null,"html_url":"https://github.com/TJ-CSCCG/Tongji-Beamer","commit_stats":null,"previous_names":[],"tags_count":1,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TJ-CSCCG%2FTongji-Beamer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TJ-CSCCG%2FTongji-Beamer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TJ-CSCCG%2FTongji-Beamer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TJ-CSCCG%2FTongji-Beamer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TJ-CSCCG","download_url":"https://codeload.github.com/TJ-CSCCG/Tongji-Beamer/tar.gz/refs/heads/main","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":["beamer","beamer-template","beamer-theme","latex-template","tongji"],"created_at":"2024-08-17T23:01:22.827Z","updated_at":"2024-12-09T21:30:28.965Z","avatar_url":"https://github.com/TJ-CSCCG.png","language":"TeX","funding_links":[],"categories":["Popular \u0026 New LaTeX Templates"],"sub_categories":["Thesis/Dissertation"],"readme":"# Tongji-Beamer\n\n:page_facing_up: 同济大学 Beamer / 幻灯片 模板。\n\n## :one: 使用\n\n### 1. PC 端\n\n需满足下列前置条件：\n\n* 确保 PC 中已下载 `TeXLive`（建议 2019 版本及以上），`TeXLive` 作为被活跃维护的 `TeX` 发行版，使用中问题较少。如未下载可访问 [TeXLive](https://tug.org/texlive)，对应 PC 操作系统选择不同下载方式；\n* **不要尝试使用 CTeX！！！** 网络上可获取的 `CTeX` 版本过低，这里给出不推荐使用 `CTeX` 的几点原因：\n  * 如 [CTeX 发布日志](http://www.ctex.org/CTeXReleaseNotes) 所述，该项目已于 2012.03.22 起停止开发！\n  * 使用 `CTeX` 可能带来一些问题：该项目中期望使用 `ctexbeamer.cls`，但 `CTeX` 中并不存在该包；\n  * `CTeX` 内置 `MiKTeX` 中的 `mpm` 版本过低，远端仓库缺乏维护，存在相当多的宏包无法下载。即使安装高版本 `mpm`，也很有可能不兼容原有 `CTeX` 中的其他套件。\n* 如果 PC 曾安装过 `CTeX`，在安装 `TeXLive` 后重新设置环境变量即可。\n\n使用 git 克隆该仓库，或在 [Release 页面](https://github.com/TJ-CSCCG/Tongji-Beamer/releases) 中获得发布版本。\n\n```shell\n\u003e git clone https://github.com/TJ-CSCCG/Tongji-Beamer\n```\n\n#### i. 终端操作\n\n可以通过 make 编译出样例 pdf：\n\n```shell\n\u003e make build\n```\n\n而后，可以基于项目中的 Makefile 自定义操作。\n\n#### ii. VSCode\n\n使用 VSCode 编辑 / 编译该模板需要首先在 Extensions Marketplace 中下载 **LaTeX Workshop** 插件，建议增加如下配置：\n\n```json\n// latex compile phase\n\"latex-workshop.latex.recipes\": [\n    {\n        \"name\": \"latexmk\",\n        \"tools\": [\"latexmk\"]\n    }\n],\n\"latex-workshop.latex.tools\": [\n    // latexmk compile command definition\n    {\n        \"name\": \"latexmk\",\n        \"command\": \"latexmk\",\n        \"args\": [\n            \"-synctex=1\",\n            \"-interaction=nonstopmode\",\n            \"-file-line-error\",\n            \"-xelatex\",\n            \"%DOC%\"\n        ]\n    }\n]\n```\n\n### 2. Overleaf\n\n#### 通过模板新建项目\n\n您可以通过以下链接访问我们的 Overleaf 模板并使用：[![svg of overleaf-tongjibeamer](https://img.shields.io/badge/Overleaf-TJ--CSCCG%2FTongji--Beamer-green)](https://www.overleaf.com/latex/templates/tongji-beamer-template/gnbqzdkqfqbb)\n\n#### 自行导入 Overleaf\n\n```shell\n\u003e git clone https://github.com/TJ-CSCCG/Tongji-Beamer\n```\n\n之后登陆 Overleaf，新建项目后，将整个文件夹直接上传到项目中。\n\n为确保编译通过，需将 Overleaf 的 Menu/Compiler 设置为 **XeLaTeX** / **LuaLaTeX**。\n\n## :two: 贡献\n\n当前模板在观感、实用性、编写体验等方面仍存在很大提升空间。\n\n欢迎熟悉 `TeX` 基本指令和模板编辑的同学美化该模板。\n\n## :three: 参考\n\n该仓库本质是对其他大学 Beamer 的 “套壳”。在这个过程中，我从以下仓库中得到了重要的参考，感谢这些仓库的开发者们：\n\n* [SJTUBeamer](https://github.com/sjtug/SJTUBeamer)\n* [ruc-beamer-template](https://github.com/andelf/ruc-beamer-template)，[SEU-Beamer-Slide](https://github.com/TouchFishPioneer/SEU-Beamer-Slide)，[zju-beamer-theme](https://github.com/corenel/zju-beamer-theme)\n* [THU-Beamer-Theme](https://github.com/tuna/THU-Beamer-Theme)，[PKU-Beamer-Theme](https://github.com/inFaaa/PKU-Beamer-Theme)\n* [ustcbeamer](https://github.com/ustctug/ustcbeamer)\n\n（注：放在一起的说明是互相套壳，写的都差不多）\n\n## :four: 示例\n\n![example](figure/example.png)\n\n## :five: 许可证\n\n使用 **LPPL-1.3c** 许可证。\n\n```tex\n%% Copyright 2022 skyleaworlder\n%\n% This work may be distributed and/or modified under the\n% conditions of the LaTeX Project Public License, either version 1.3\n% of this license or (at your option) any later version.\n% The latest version of this license is in\n%   http://www.latex-project.org/lppl.txt\n% and version 1.3 or later is part of all distributions of LaTeX\n% version 2003/12/01 or later.\n%\n% This work has the LPPL maintenance status \"maintained\".\n%\n% This Current Maintainer of this work is skyleaworlder.\n%\n% This work consists of all the *.tex and *.sty files in\n%   https://github.com/TJ-CSCCG/Tongji-Beamer\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTJ-CSCCG%2FTongji-Beamer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTJ-CSCCG%2FTongji-Beamer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTJ-CSCCG%2FTongji-Beamer/lists"}