Skill 详情

latex-paper-en

Direct support for editing, formatting, and polishing English academic papers.

匹配类型直接匹配已针对 学术写作 审核
来源bahayonghang/academic-writing-skills外部来源
报告安装量4,726仅表示受欢迎程度

使用前先检查

自动化审核只检查相关性,不代表安全审查或推荐。使用前请阅读来源中的说明。

已保存的来源预览

SKILL.md

这段内容是审核时保存的快照。外部来源才是完整且最新的版本。

---
name: latex-paper-en
description: English LaTeX assistant for existing .tex journal or conference papers. Use for compile repair, venue formatting, bibliography/citation checks, section writing, logic, related work, tables, pseudocode, de-AI polish, translation, adaptation, and submission readiness; use latex-thesis-zh for Chinese theses and paper-audit for critique.
when_to_use: >-
  Trigger on prompts like "fix my LaTeX", "proofread my IEEE paper", "rewrite related work",
  "find the research gap", "format citations", "make a three-line table", "write pseudocode",
  "section rewrite plan", "claim-evidence map", "换投", or requests about an English .tex manuscript.
metadata:
  category: academic-writing
  tags:
    [
      latex,
      paper,
      english,
      ieee,
      acm,
      springer,
      neurips,
      icml,
      compilation,
      grammar,
      bibliography,
      figures,
      pseudocode,
      algorithmicx,
      algpseudocodex,
    ]
  version: "6.0.0"
  last_updated: "2026-08-10"
argument-hint: "[main.tex] [--section SECTION] [--module MODULE]"
allowed-tools: Read, Glob, Grep, Bash(uv *)
---

# LaTeX Academic Paper Assistant (English)

Use this skill for targeted work on an existing English LaTeX paper project. Keep the workflow low-friction: identify the right module, run the smallest useful check, and return actionable comments in LaTeX-friendly review format.

## Capability Summary

- Compile/diagnose LaTeX builds; audit formatting, bibliography, grammar, sentences, logic, figures, tables, captions, and pseudocode.
- Diagnose and rewrite-plan literature reviews (synthesis, comparison, gap derivation) and specific sections (paragraph roles, outlines, claim-evidence maps, self-review).
- Improve expression, translate academic prose, optimize titles, reduce AI-writing traces, and review experiment sections without touching citations, labels, or math.

## Triggering

Use when the user has an existing English `.tex` paper project and wants: compile/build fixes; format or venue compliance; bibliography/citation validation; grammar, sentence, logic, or expression review; literature-review restructuring or gap derivation; section drafting/rewrite planning (Abstract through Conclusion); translation; title optimization; figure/table/caption checks; pseudocode review; de-AI editing; or experiment-section analysis.

## Do Not Use

Not for: drafting a paper from scratch; literature research without a paper project; Chinese thesis structure/template work; Typst-first workflows; DOCX/PDF conversion without LaTeX source; multi-perspective review or scoring/gate decisions (use `paper-audit`); standalone algorithm design.

## Module Router

| Module            | Use when                                                                                                       | Primary command                                                                              | Read next                                                                                                                             |
| ----------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
| `compile`         | Build fails or the user wants a fresh compile                                                                  | `uv run python -B $SKILL_DIR/scripts/compile.py main.tex`                                    | `references/modules/compile.md`                                                                                                       |
| `format`          | User asks for LaTeX or venue formatting review                                                                 | `uv run python -B $SKILL_DIR/scripts/check_format.py main.tex`      
在 GitHub 阅读完整来源 (打开外部页面)
相关上下文

相关工作