latex-thesis-zh

Analyze Chinese LaTeX theses for template detection and compile readiness.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/yufangjie1643/owner_CMAME --skill latex-thesis-zh-yufangjie1643
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: latex-thesis-zh
Source: https://github.com/yufangjie1643/owner_CMAME/tree/main/.agents/skills/latex-thesis-zh
Command: npx skills add https://github.com/yufangjie1643/owner_CMAME --skill latex-thesis-zh-yufangjie1643

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

本技能旨在协助处理现有的中文 LaTeX 学位论文项目,自动检测模板类型、执行编译准备、梳理章节结构、检查术语一致性、评估绪论到结论的逻辑链,以及对文献综述进行重写/改写蓝图的提供等,降低手动排错与排版工作量。

Core Features & Use Cases

  • 模板识别与模板约束检查(thuthesis、pkuthss、ctexbook 等)
  • 编译与诊断:XeLaTeX/LuaLaTeX/Biber 等工作流的编译与错误定位
  • 章节结构映射与一致性检查:结构图与术语缩写统一性
  • 逻辑与文献综述诊断:增强绪论/相关工作/文献综述的论证深度与空白推导
  • 文献综述改写蓝图、摘要与结论一致性诊断
  • 三线表、摘要结构诊断等专用检查

Quick Start

按需为 main.tex 提供分析,系统将自动给出模板、结构、术语、逻辑及文献综述等多维诊断与改进蓝图。

Frequently Asked Questions about latex-thesis-zh

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

FAQPage Schema
How to detect Chinese LaTeX thesis templates and check compile readiness?

Template detection for Chinese LaTeX thesis projects identifies templates like thuthesis and pkuthss, then checks XeLaTeX or LuaLaTeX compile readiness by orchestrating diagnostic scripts against your main.tex file.

What is the best way to check terminology consistency across Chinese thesis chapters?

Terminology consistency checking maps the chapter structure of a Chinese LaTeX thesis to unify terms and abbreviations across modules, ensuring uniform academic language throughout the document.

How do I verify GB/T 7714 bibliography formatting in a LaTeX thesis?

GB/T 7714 bibliography checks validate citation formatting by running Biber workflows within XeLaTeX or LuaLaTeX compile cycles, pinpointing reference style errors in your Chinese thesis project.

Can I use this to rewrite a literature review and improve logical flow in my thesis?

Yes, cross-chapter logic review evaluates the argumentation depth from introduction to conclusion, providing a rewrite blueprint for literature reviews and related work sections to identify research gaps.

Do I need local TeX tooling to run structure mapping and diagnostic checks?

Yes, local TeX tooling is required to execute compile, map_structure, and deAI checks, as the skill orchestrates local scripts to deliver thesis-focused findings and actionable guidance.

Why is my Chinese LaTeX thesis failing to compile with XeLaTeX?

Compile failures in Chinese LaTeX theses often stem from template constraint mismatches or Biber issues; the skill locates these errors during the compile readiness and diagnostic phase.