https://mirrors.sustech.edu.cn/git/liziwl/sustech-master-thesis/-/commits/master
2025-04-24T20:51:44+08:00
https://mirrors.sustech.edu.cn/git/liziwl/sustech-master-thesis/-/commit/8d5ca200604e085a832a5194f01552a05592f77f
ci(verify-compile): 更新 TexLive 版本并增加新版本兼容性测试
2025-04-24T20:51:44+08:00
liziwl
leezisy@gmail.com
- 在 GitHub Actions 工作流中添加 TexLive 2024 版本
- 确保对新版本的 TexLive 保持兼容性测试
- 继续支持以前版本的 TexLive 进行回归测试
https://mirrors.sustech.edu.cn/git/liziwl/sustech-master-thesis/-/commit/e4d1cafdd6bd457e4be4eed6d271f23172b1066c
fix 关于引用文献特定页数的样式 #87
2025-04-24T20:47:19+08:00
liziwl
leezisy@gmail.com
https://mirrors.sustech.edu.cn/git/liziwl/sustech-master-thesis/-/commit/ac7423ebd7d173bc5e4c64542c8751f26917d253
Merge pull request #85 from RyderCRD/patch-1
2025-04-24T20:21:06+08:00
Ziqiang Li
leezisy@gmail.com
Update denotation.tex
https://mirrors.sustech.edu.cn/git/liziwl/sustech-master-thesis/-/commit/c8cfcee8110dd72f090af9dbdfd1fa64d01bd718
fix(test): 修复 test-files.py 中的正则表达式
2025-04-24T20:06:31+08:00
liziwl
leezisy@gmail.com
- 在 change_line 函数中,将 "type = \S+," 修改为 "(?<!\S)type = \S+,"
- 这个改动确保了只匹配那些前面没有其他字符的 "type =",避免了错误的替换
- 此修复影响了两个地方:一个是将类型改为 progress,另一个是将类型改为 proposal
https://mirrors.sustech.edu.cn/git/liziwl/sustech-master-thesis/-/commit/ae8af360ff500b9d7d8490ea5861695ab155b7c2
Update denotation.tex
2025-03-22T23:06:11+08:00
RyderCRD
39330401+RyderCRD@users.noreply.github.com
Correcting alphabetical order
https://mirrors.sustech.edu.cn/git/liziwl/sustech-master-thesis/-/commit/7786cdfad6c0485390c9e36e951fd637e0a12c97
docs(README): 更新在线 LaTeX 编辑器使用说明
2025-03-19T21:48:27+08:00
liziwl
leezisy@gmail.com
- 修改了南科大 ShareLaTeX 的使用步骤
- 更新了 TeXPage 的使用说明,增加了选择主文档的步骤
- 新增了 LoongTeX 在线编辑器的使用方法
https://mirrors.sustech.edu.cn/git/liziwl/sustech-master-thesis/-/commit/c564b09669e50b44f47df7ead69880ae96ae254e
ref(sustech-setup): 更新 BibLaTeX 配置示例
2025-03-08T19:32:27+08:00
liziwl
leezisy@gmail.com
- 在 sustech-setup.tex 文件中注释掉的 BibLaTeX 配置示例部分
- 添加了两种不同的文献引用排序方式示例
https://mirrors.sustech.edu.cn/git/liziwl/sustech-master-thesis/-/commit/3983712c77b0eae46e5c4599282de389b9614456
fix typo
2024-10-15T19:31:54+08:00
liziwl
leezisy@gmail.com
https://mirrors.sustech.edu.cn/git/liziwl/sustech-master-thesis/-/commit/53f330b83a26bad6a8fb9236cb61f8af3c43e10c
Bump to v1.3.22
2024-10-06T13:19:38+08:00
liziwl
leezisy@gmail.com
https://mirrors.sustech.edu.cn/git/liziwl/sustech-master-thesis/-/commit/1ec4c10c4196d02d895c4d36b4824ea17a7bf438
Merge pull request #82 from SUSTech-CRA/fix/draft-opt
2024-10-06T12:04:11+08:00
Ziqiang Li
leezisy@gmail.com
优化代码
https://mirrors.sustech.edu.cn/git/liziwl/sustech-master-thesis/-/commit/d79f334df65668b77fc6140c165ac96730c0a3b3
改进文档中引用格式的示例展示
2024-10-06T11:50:11+08:00
liziwl
leezisy@gmail.com
- 为顺序编码制和著者-出版年制下的引用示例添加了 \small 字体格式
- 在两个制式下均使用了独立的制表符环境,提高了可读性
- 通过添加 \noindent 避免了不必要的段落缩进,使版式更加整洁
https://mirrors.sustech.edu.cn/git/liziwl/sustech-master-thesis/-/commit/99c79c868d1a5e70d2578be1c1f0da028eafa956
文档添加旋转表格示例
2024-10-06T11:24:17+08:00
liziwl
leezisy@gmail.com
https://mirrors.sustech.edu.cn/git/liziwl/sustech-master-thesis/-/commit/d6dd648639ab1b6a1495dc9ce7a60ac4bdd12dcc
文档添加表格旋转功能
2024-10-06T11:19:46+08:00
liziwl
leezisy@gmail.com
在模板文档中添加了一个使用 `sidewaystable` 环境的示例,以演示如何将表格旋转90度。同时在模板文件 `sustechthesis.dtx` 中引入了 `rotating` 包以支持表格旋转功能。
https://mirrors.sustech.edu.cn/git/liziwl/sustech-master-thesis/-/commit/fe297b33f822f2407068468fba577b3baa7433e2
优化代码
2024-10-06T11:19:31+08:00
liziwl
leezisy@gmail.com
- 将草稿模式的定义和相关命令从`sustech-setup.tex`移动到`sustechthesis.dtx`
- 在`sustechthesis.dtx`中添加了`rotating`包和相关命令,以便于旋转表格
- 优化了草稿模式下图片占位符的显示效果
https://mirrors.sustech.edu.cn/git/liziwl/sustech-master-thesis/-/commit/c0fc7a9e31ac923489fb73de34ab890a3d32d685
Merge pull request #81 from MIngPAPA/feat/draftmode
2024-10-06T10:51:53+08:00
Ziqiang Li
leezisy@gmail.com
feat:添加draftmode
https://mirrors.sustech.edu.cn/git/liziwl/sustech-master-thesis/-/commit/26a4ef08c750b29e28ea3044e9ac23b722b3200f
Merge pull request #78 from SUSTech-CRA/feat/2025-mod
2024-10-06T10:26:45+08:00
Ziqiang Li
leezisy@gmail.com
更新模版2024-09
https://mirrors.sustech.edu.cn/git/liziwl/sustech-master-thesis/-/commit/5972325094462a7aa8affeafa74d37de10565d2d
Merge pull request #80 from SUSTech-CRA/feat/fix-header
2024-10-06T10:26:25+08:00
Ziqiang Li
leezisy@gmail.com
允许多行页眉
https://mirrors.sustech.edu.cn/git/liziwl/sustech-master-thesis/-/commit/4ca64b7b9f17cdc5b81f9773bc3dbb1e1e57a314
feat:添加draftmode
2024-09-30T07:06:27+08:00
倪明
niming@usst.edu.cn
https://mirrors.sustech.edu.cn/git/liziwl/sustech-master-thesis/-/commit/3bf41742a6c94c7f774d1d531c5bca019bd564e4
允许多行页眉
2024-09-27T21:51:44+08:00
liziwl
leezisy@gmail.com
https://mirrors.sustech.edu.cn/git/liziwl/sustech-master-thesis/-/commit/584912195919f5bbf7c1e69f242a2ee66fd1fac3
fix action
2024-09-13T20:03:39+08:00
liziwl
leezisy@gmail.com
https://mirrors.sustech.edu.cn/git/liziwl/sustech-master-thesis/-/commit/7cfea75efb370b9200bc808a0b335474d87bb40f
add test
2024-09-13T19:55:00+08:00
liziwl
leezisy@gmail.com
https://mirrors.sustech.edu.cn/git/liziwl/sustech-master-thesis/-/commit/47b98934b0ba6562c3ab1c04524f18ee202dea15
更新bib
2024-09-13T19:42:04+08:00
liziwl
leezisy@gmail.com
https://mirrors.sustech.edu.cn/git/liziwl/sustech-master-thesis/-/commit/a94950ef50bd2a68db4f0362a063acb5b69393ba
add
2024-09-13T19:27:43+08:00
liziwl
leezisy@gmail.com
https://mirrors.sustech.edu.cn/git/liziwl/sustech-master-thesis/-/commit/4e817c3dbf225785b1e69b3702ee807604d88ef6
Merge pull request #79 from Sustech-yx/master
2024-09-13T11:20:33+08:00
Ziqiang Li
leezisy@gmail.com
BUG FIXED: Update denotation.tex
https://mirrors.sustech.edu.cn/git/liziwl/sustech-master-thesis/-/commit/7dced12b493a7ce193636a3122dd8dc949c30121
BUG FIXED: Update denotation.tex
2024-09-12T16:34:53+08:00
Yxx
59305237+Sustech-yx@users.noreply.github.com
更改了标注中的bug
https://mirrors.sustech.edu.cn/git/liziwl/sustech-master-thesis/-/commit/95352c8a660e07baca42970056bfdc4aebb30851
update
2024-09-08T21:13:11+08:00
liziwl
leezisy@gmail.com
https://mirrors.sustech.edu.cn/git/liziwl/sustech-master-thesis/-/commit/c4fbcf88abdc2eb8f20ac5948b76fa23a595c65e
Merge branch 'master' into feat/2025-mod
2024-09-08T20:43:46+08:00
liziwl
leezisy@gmail.com
https://mirrors.sustech.edu.cn/git/liziwl/sustech-master-thesis/-/commit/23b804ea1bf4212689fb672d95a2d84b0af4b232
add
2024-09-08T20:43:21+08:00
liziwl
leezisy@gmail.com
https://mirrors.sustech.edu.cn/git/liziwl/sustech-master-thesis/-/commit/dbd33128f8110f26aa66ce615cc0991444158fec
Merge pull request #76 from SUSTech-CRA/fix/change-gongshuo
2024-09-08T20:41:49+08:00
Ziqiang Li
leezisy@gmail.com
更新学位参数表示方式,改进可读性
https://mirrors.sustech.edu.cn/git/liziwl/sustech-master-thesis/-/commit/859b14bf5fa037aaeab7a170e8ec67e661b172d2
add bst
2024-09-08T10:13:56+08:00
liziwl
leezisy@gmail.com
https://mirrors.sustech.edu.cn/git/liziwl/sustech-master-thesis/-/commit/9b56c44bd5666dba413114eb2eac8ab7ae75e5e5
update note
2024-09-07T23:31:37+08:00
liziwl
leezisy@gmail.com
https://mirrors.sustech.edu.cn/git/liziwl/sustech-master-thesis/-/commit/15ac475183a8069b09fd0d2e484d7790b1b87f6d
fix action
2024-06-30T10:57:31+08:00
liziwl
leezisy@gmail.com
https://mirrors.sustech.edu.cn/git/liziwl/sustech-master-thesis/-/commit/02a92eb9dfdf2fb74cddf4284d9b81e305f2b73b
更新发布脚本
2024-05-02T09:50:04+08:00
liziwl
leezisy@gmail.com
https://mirrors.sustech.edu.cn/git/liziwl/sustech-master-thesis/-/commit/9ee9ed3e8f0637c64c4bbc86a9288f6a713c11d7
clean code
2024-05-01T19:19:16+08:00
liziwl
leezisy@gmail.com
https://mirrors.sustech.edu.cn/git/liziwl/sustech-master-thesis/-/commit/378535d4c9a600879d4424b182e4cfc019f60fc6
Merge pull request #77 from SUSTech-CRA/feat/update-dist
2024-05-01T19:08:09+08:00
Ziqiang Li
leezisy@gmail.com
更新发布脚本
https://mirrors.sustech.edu.cn/git/liziwl/sustech-master-thesis/-/commit/7d47fa70c589b7ead58229f058e81ceb036f189a
更新脚本
2024-04-30T11:05:03+08:00
liziwl
leezisy@gmail.com
https://mirrors.sustech.edu.cn/git/liziwl/sustech-master-thesis/-/commit/53a69a980e20efec79a74c206c34fea12f1aaed7
更新发布脚本
2024-04-30T10:15:25+08:00
liziwl
leezisy@gmail.com
https://mirrors.sustech.edu.cn/git/liziwl/sustech-master-thesis/-/commit/b798a0904ef8a827c1dc25e6f971d1c8f1ef2d55
Bump to v1.3.21
2024-04-29T21:39:00+08:00
liziwl
leezisy@gmail.com
https://mirrors.sustech.edu.cn/git/liziwl/sustech-master-thesis/-/commit/e3579f71be7b34e6b35192484b01e3aad23318cc
更新学位参数表示方式,改进可读性
2024-04-28T20:23:28+08:00
liziwl
leezisy@gmail.com
https://mirrors.sustech.edu.cn/git/liziwl/sustech-master-thesis/-/commit/7bc74a25bb4ea5690cee11278fdf068bee60155d
更新封面大小写
2024-04-28T19:52:09+08:00
liziwl
leezisy@gmail.com