📄 同济大学 Beamer / 幻灯片 模板。
需满足下列前置条件:
- 确保 PC 中已下载
TeXLive
(建议 2019 版本及以上),TeXLive
作为被活跃维护的TeX
发行版,使用中问题较少。如未下载可访问 TeXLive,对应 PC 操作系统选择不同下载方式; - 不要尝试使用 CTeX!!! 网络上可获取的
CTeX
版本过低,这里给出不推荐使用CTeX
的几点原因:- 如 CTeX 发布日志 所述,该项目已于 2012.03.22 起停止开发!
- 使用
CTeX
可能带来一些问题:该项目中期望使用ctexbeamer.cls
,但CTeX
中并不存在该包; CTeX
内置MiKTeX
中的mpm
版本过低,远端仓库缺乏维护,存在相当多的宏包无法下载。即使安装高版本mpm
,也很有可能不兼容原有CTeX
中的其他套件。
- 如果 PC 曾安装过
CTeX
,在安装TeXLive
后重新设置环境变量即可。
使用 git 克隆该仓库,或在 Release 页面 中获得发布版本。
> git clone https://github.com/TJ-CSCCG/Tongji-Beamer
可以通过 make 编译出样例 pdf:
> make build
而后,可以基于项目中的 Makefile 自定义操作。
使用 VSCode 编辑 / 编译该模板需要首先在 Extensions Marketplace 中下载 LaTeX Workshop 插件,建议增加如下配置:
// latex compile phase
"latex-workshop.latex.recipes": [
{
"name": "latexmk",
"tools": ["latexmk"]
}
],
"latex-workshop.latex.tools": [
// latexmk compile command definition
{
"name": "latexmk",
"command": "latexmk",
"args": [
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"-xelatex",
"%DOC%"
]
}
]
您可以通过以下链接访问我们的 Overleaf 模板并使用:
> git clone https://github.com/TJ-CSCCG/Tongji-Beamer
之后登陆 Overleaf,新建项目后,将整个文件夹直接上传到项目中。
为确保编译通过,需将 Overleaf 的 Menu/Compiler 设置为 XeLaTeX / LuaLaTeX。
当前模板在观感、实用性、编写体验等方面仍存在很大提升空间。
欢迎熟悉 TeX
基本指令和模板编辑的同学美化该模板。
该仓库本质是对其他大学 Beamer 的 “套壳”。在这个过程中,我从以下仓库中得到了重要的参考,感谢这些仓库的开发者们:
- SJTUBeamer
- ruc-beamer-template,SEU-Beamer-Slide,zju-beamer-theme
- THU-Beamer-Theme,PKU-Beamer-Theme
- ustcbeamer
(注:放在一起的说明是互相套壳,写的都差不多)
使用 LPPL-1.3c 许可证。
%% Copyright 2022 skyleaworlder
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
% The latest version of this license is in
% http://www.latex-project.org/lppl.txt
% and version 1.3 or later is part of all distributions of LaTeX
% version 2003/12/01 or later.
%
% This work has the LPPL maintenance status "maintained".
%
% This Current Maintainer of this work is skyleaworlder.
%
% This work consists of all the *.tex and *.sty files in
% https://github.com/TJ-CSCCG/Tongji-Beamer