{"id":37910604,"url":"https://github.com/visionxlab/visionxlab_latex_template","last_synced_at":"2026-01-20T12:00:43.517Z","repository":{"id":333240880,"uuid":"1133564163","full_name":"VisionXLab/VisionXLab_LaTeX_Template","owner":"VisionXLab","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-13T14:19:27.000Z","size":12574,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-18T15:43:23.697Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/VisionXLab.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-13T14:19:07.000Z","updated_at":"2026-01-14T08:58:37.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/VisionXLab/VisionXLab_LaTeX_Template","commit_stats":null,"previous_names":["visionxlab/visionxlab_latex_template"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/VisionXLab/VisionXLab_LaTeX_Template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VisionXLab%2FVisionXLab_LaTeX_Template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VisionXLab%2FVisionXLab_LaTeX_Template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VisionXLab%2FVisionXLab_LaTeX_Template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VisionXLab%2FVisionXLab_LaTeX_Template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VisionXLab","download_url":"https://codeload.github.com/VisionXLab/VisionXLab_LaTeX_Template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VisionXLab%2FVisionXLab_LaTeX_Template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28565871,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T08:53:44.001Z","status":"ssl_error","status_checked_at":"2026-01-19T08:52:40.245Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-01-16T17:19:06.559Z","updated_at":"2026-01-19T11:00:37.059Z","avatar_url":"https://github.com/VisionXLab.png","language":"TeX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VisionXLab - LaTeX 学术论文模板\n\n专业学术论文模板，适用于 Overleaf 平台和本地编辑。基于高质量论文样式，提供丰富的配置选项和完整示例。\n\n## ✨ 特点\n\n- 📁 **模块化结构** - 章节独立文件，便于管理和协作\n- 🖼️ **多 Logo 支持** - 首页支持 3 个 logo，如果需要更多的话要参考[指南](Logo配置指南.md)在[风格参数](academic_template.cls)中修改。\n- 🔧 **高度可定制** - 20+ 配置选项，如果需要修改预置风格，则无需修改 .cls 文件\n- 📊 **丰富示例** - 图表、算法、公式等完整示例\n- ☁️ **Overleaf 就绪** - 可直接上传使用\n\n**详细说明书**：[使用说明](使用说明.md)，建议善用查找功能。\n\n## 📂 项目结构\n\n```\nVisionXLab_latex/\n├── main.tex                  # 主文件 ⭐\n├── academic_template.cls     # 样式文件\n├── references.bib            # 参考文献\n├── sections/                 # 章节文件（独立管理）\n└── figures/                  # 图片资源\n    ├── logos/               # Logo (PNG)\n    └── content/             # 正文图片 (PDF 推荐)\n```\n\n## 🚀 快速开始\n\n### Overleaf 使用（推荐）\n\n1. 压缩以下文件为 `.zip`：`main.tex`、`academic_template.cls`、`references.bib`、`sections/`、`figures/`\n2. 登录 [Overleaf](https://www.overleaf.com/) → New Project → Upload Project\n3. 上传 zip 文件，点击 \"Recompile\" 编译\n\n### 本地使用\n\n先下载**MikTeX**，并且把它的`bin/x64`添加到Path，建议在vscode中使用扩展LaTeX Workshop。\n\n## 📝 基本使用\n\n### 修改标题和作者\n\n编辑 [main.tex](main.tex)：\n\n```latex\n\\title{Your Paper Title}\n\n\\author[1,*]{First Author}\n\\author[1,2]{Second Author}\n\n\\affiliation[1]{Your University}\n\\affiliation[2]{Your Institute}\n```\n\n### 添加图片\n\n```latex\n\\begin{figure}[t]\n\\centering\n\\includegraphics[width=0.9\\linewidth]{figures/content/your_figure.pdf}\n\\caption{图片说明}\n\\label{fig:label}\n\\end{figure}\n```\n\n### 添加表格\n\n```latex\n\\begin{table}[t]\n\\centering\n\\caption{表格标题}\n\\begin{tabular}{lccc}\n\\toprule\n\\textbf{列1} \u0026 \\textbf{列2} \u0026 \\textbf{列3} \\\\\n\\midrule\n数据 \u0026 数据 \u0026 数据 \\\\\n\\bottomrule\n\\end{tabular}\n\\end{table}\n```\n\n### 添加引用\n\n```latex\n如文献~\\cite{author2024} 所示...\n```\n\n## 🎨 配置选项\n\n所有配置命令在 [main.tex](main.tex) 导言区添加（`\\documentclass` 之后，`\\begin{document}` 之前）。\n\n### 配置速查表\n\n| 配置项 | 命令 | 说明 |\n|-------|------|------|\n| 主题颜色 | `\\setthemecolor{颜色}` | 修改全局颜色 |\n| **标题配置** | | |\n| 标题字体 | `\\settitlefont{\\fontsize{19}{22}\\selectfont}` | 调整标题字体大小 |\n| 标题对齐 | `\\titlecenter/\\titleleft` | 标题居中/居左 |\n| 标题加粗 | `\\titleboldon/off` | 标题加粗/不加粗 |\n| 标题横线粗度 | `\\settitlerulethickness{1pt}` | 同时调整上下横线粗度 |\n| 上横线粗度 | `\\settoprulethickness{1.5pt}` | 单独调整上横线粗度 |\n| 下横线粗度 | `\\setbottomrulethickness{0.5pt}` | 单独调整下横线粗度 |\n| **Logo 配置** | | |\n| Logo 大小 | `\\setlogoheight{10mm}` | 调整 logo 高度 |\n| Logo 间距 | `\\setlogospacing{3mm}` | 调整 logo 间距 |\n| Logo 和横线距离 | `\\setlogotolineshift{3mm}` | 调整 logo 到标题横线的距离 ⭐ |\n| **Abstract 配置** | | |\n| Abstract 边框 | `\\abstractboxon/off` | 开启/关闭边框 |\n| Abstract 背景 | `\\setabstractbgcolor{颜色}` | 设置背景颜色 |\n| **章节配置** | | |\n| Section 字体 | `\\setsectionfont{...}` | 调整章节标题字体大小 |\n| 章节装饰线 | `\\sectionlineon/off` | 开启/关闭装饰线 |\n| 装饰线粗度 | `\\setsectionlinethickness{2pt}` | 调整章节装饰线粗度 |\n\n### 快速配置示例\n\n```latex\n% 红色主题 + 无边框 Abstract\n\\setthemecolor{C41E3A}\n\\abstractboxoff\n```\n\n```latex\n% 大标题 + 居左 + 粗横线\n\\settitlefont{\\fontsize{19}{22}\\selectfont}\n\\titleleft\n\\settitlerulethickness{1pt}\n```\n\n```latex\n% 章节装饰线 + 自定义粗度\n\\sectionlineon\n\\setsectionlinethickness{2pt}\n```\n\n## 📖 完整文档\n\n- **详细使用指南** - [使用说明.md](使用说明.md) - 完整配置说明、配置示例、常见问题\n- **配置参考** - [template_config.tex](template_config.tex) - 所有配置选项的代码示例\n- **Logo 配置** - [Logo配置指南.md](Logo配置指南.md) - Logo 详细配置和自定义\n- **更新日志** - [更新日志.md](更新日志.md) - 版本历史和新功能\n\n## ⚠️ 注意事项\n\n### 图片格式\n- **Logo**: PNG 格式，建议 300 DPI，透明背景\n- **正文**: PDF 矢量图（推荐），保证缩放不失真\n\n### 编译顺序\n```bash\npdflatex → bibtex → pdflatex → pdflatex\n```\n\n### 文件命名\n- 避免空格和特殊字符\n- 使用下划线：`example_figure.pdf` ✅\n\n## 💡 常见问题\n\n**Q: 修改配置后没效果？**\nA: 删除 `tmp/` 文件夹中的所有临时文件，然后重新编译。\n\n**Q: Logo 显示不正常？**\nA: 检查文件是否在 `figures/logos/` 文件夹中，文件名是否正确（区分大小写），格式是否为 PNG。\n\n**Q: 章节装饰线不显示？**\nA: 使用 `\\sectionlineon` 后，删除 `tmp/` 文件夹，完全重新编译。\n\n**更多问题？** 查看 [使用说明.md](使用说明.md#常见问题) 中的完整故障排除指南。\n\n## 📧 技术支持\n\n遇到问题？\n1. 查看 [使用说明.md](使用说明.md) 中的\"常见问题\"和\"故障排除\"部分\n2. 参考 [Overleaf 文档](https://www.overleaf.com/learn)\n3. 在 [TeX Stack Exchange](https://tex.stackexchange.com/) 搜索解决方案\n\n---\n\n**祝您论文写作顺利！Good luck with your paper! 🎓**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvisionxlab%2Fvisionxlab_latex_template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvisionxlab%2Fvisionxlab_latex_template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvisionxlab%2Fvisionxlab_latex_template/lists"}