latex-paper

Initialize LaTeX projects, draft chapters, and check GB/T 7714-2015 references.

1|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/sss-hust/skills --skill latex-paper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: latex-paper
Source: https://github.com/sss-hust/skills/tree/main/latex-paper
Command: npx skills add https://github.com/sss-hust/skills --skill latex-paper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

LaTeX论文写作往往需要在不同学校模板之间切换、管理大量参考文献、并手动排查编译错误。本技能提供从项目初始化到文献整合、格式规范化再到编译诊断的端到端支持,降低入门门槛与出错概率。

Core Features & Use Cases

  • 初始化符合学校格式规范的 LaTeX 项目结构,自动生成模板、配置文件与 refs.bib。
  • 针对主题进行文献检索与章节初稿生成,涵盖摘要、引言等关键章节的 LaTeX 代码片段。
  • 根据文献名或关键词自动检索并生成 GB/T 7714-2015 参考文献条目,兼容 BibTeX/Biblatex 处理。
  • 执行编译链检查与诊断,定位格式、宏包或引用相关的问题并给出修复建议。

Quick Start

为指定学校创建符合其格式要求的LaTeX论文模板并执行编译链检查。

Frequently Asked Questions about latex-paper

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a LaTeX project that follows my university's formatting requirements?

To create a university-specific LaTeX project, this Skill initializes the project skeleton, generates configuration files, and outputs a structured directory with a refs.bib file for bibliography management.

How do I format references in BibTeX according to GB/T 7714-2015?

Formatting references in GB/T 7714-2015 requires retrieving literature by keyword and generating standardized bibliography entries. This process outputs formatted BibTeX or Biblatex items compatible with your LaTeX document build.

How do I generate LaTeX chapter drafts from existing literature?

Generating LaTeX chapter drafts from literature uses an assisted drafting workflow to create initial content. It produces LaTeX code snippets for key sections like abstracts and introductions based on retrieved source materials.

How do I diagnose and fix LaTeX compile errors related to packages or citations?

Diagnosing LaTeX compile errors requires an automated build verification check. It scans the compile chain, identifies formatting or citation issues, and outputs targeted repair suggestions to resolve the build failures.

Can I use this for end-to-end academic writing without manually managing BibTeX files?

Yes, this workflow handles end-to-end academic writing by automating BibTeX management. It initializes the project, retrieves literature, generates GB/T 7714-2015 entries, and integrates them without manual bibliography file editing.

What are the limitations of automated LaTeX project initialization and compile checks?

Automated LaTeX initialization and compile checks are limited to predefined school-specific templates and standard build chain diagnostics. Complex custom macros or non-standard document classes may require manual configuration beyond the automated setup.