← 返回
未分类 中文

latex-scaffold

Scaffold LaTeX papers into modular structure. Use for organizing .tex files, generating figure code, and table highlighting. Trigger on LaTeX paper organizat...
将 LaTeX 论文脚手架为模块化结构。用于组织 .tex 文件、生成图形代码、表格高亮,并在 LaTeX 论文组织时触发。
instinct323 instinct323 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 315
下载
💾 0
安装
1
版本
#latest

概述

LaTeX Scaffold

Standardize LaTeX academic paper projects with modular structure and automated asset management.

Project Structure

project-root/
├── assets/                 # Images and auto-generated .tex files
│   ├── figure1.png
│   ├── figure1.tex         # Auto-generated
│   └── table1.tex
├── src/                    # Modular sections
│   ├── introduction.tex
│   ├── methods.tex
│   └── references.bib
└── main.tex                # Entry point with \input{src/...}

Workflow

Step 0: Get Template (if needed)

If user has no LaTeX project, download the default IEEE conference template:

https://ras.papercept.net/conferences/support/files/ieeeconf.zip

Step 1: Structure the Project

Split large .tex files. In main.tex, use:

\input{src/introduction}
\input{src/methods}
\input{src/results}

Step 2: Generate LaTeX for Assets

python <skill-dir>/scripts/generate_tex_for_assets.py <project-root>

Requires in preamble:

\usepackage{graphicx}
\usepackage{caption}

Step 3: Add Table Highlighting

\usepackage[table]{xcolor}
% \cellcolor{top1}3.14
\definecolor{top1}{rgb}{0.996, 0.851, 0.380}  % Gold
\definecolor{top2}{rgb}{0.675, 0.843, 0.557}  % Light green
\definecolor{top3}{rgb}{0.663, 0.914, 0.894}  % Cyan

Trigger Guidelines

USE this skill when:

  • User has a .tex file to organize
  • "Organize my LaTeX paper"
  • "Split this tex file into sections"
  • "Generate LaTeX for my figures"
  • "Set up table colors in LaTeX"
  • "Make my LaTeX project modular"

DO NOT use when:

  • "How do I install LaTeX?" (installation question)
  • "What does \\textbf do?" (syntax question)
  • "Create a LaTeX presentation" (wrong document type)
  • "Convert PDF to LaTeX" (unrelated task)
  • User just mentions "LaTeX" without context of organizing/managing papers

Notes

  • Main filename is flexible
  • Generated .tex files in assets/ can be customized after generation
  • Color definitions are optional but recommended

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-08 13:22 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 76 📥 182,435
dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 681 📥 329,389
dev-programming

YouTube

byungkyu
使用托管OAuth集成YouTube Data API,支持搜索视频、管理播放列表、获取频道数据及评论互动,适用于用户需要时使用此技能。
★ 142 📥 41,881