latex-thesis-zh
159
总安装量
159
周安装量
#3003
全站排名
安装命令
npx skills add https://github.com/bahayonghang/academic-writing-skills --skill latex-thesis-zh
Agent 安装分布
opencode
145
gemini-cli
128
codex
120
cursor
112
claude-code
107
github-copilot
107
Skill 文档
LaTeX 䏿å¦ä½è®ºæå©æ
Process Chinese LaTeX theses using analysis scripts.
Steps
- Parse inputs from
$ARGUMENTS. If missing, ask the user for the.texfile path and target module. - Review context in
$SKILL_DIR/references/ACADEMIC_STYLE_ZH.mdand$SKILL_DIR/references/GB_STANDARD.mdif needed. - For exact module commands (Compile, Map Structure, GB/T 7714 Format, Expression, Logic, Trans, Bib, Templates, De-AI, Title, Caption), read the scripts folder or the corresponding
.mdfile in$SKILL_DIR/references/modules/or$SKILL_DIR/references/. - Run the requested script (e.g.,
python $SKILL_DIR/scripts/compile.py main.tex). - Output all suggestions in standard LaTeX diff-comment format:
% 模åï¼ç¬¬Nè¡ï¼[Severity] [Priority]: é®é¢ ... - Never modify
\cite{},\ref{},\label{}, or math environments without explicit user permission.
Examples
- Run
python $SKILL_DIR/scripts/compile.py $ARGUMENTS. - Run
python $SKILL_DIR/scripts/check_format.py $ARGUMENTS.
Troubleshooting
- Provide
main.texand--modulewhen arguments are missing. - Report command output and exit code when a script returns non-zero.