LaTeX Academic Paper Assistant (English)
Process English LaTeX academic papers 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/STYLE_GUIDE.mdand$SKILL_DIR/references/VENUES.mdif needed. - Reference
$SKILL_DIR/references/modules/for module guidance (Compile, Format, Grammar, Expression, Logic, Translation, etc.). - Run the required script (e.g.,
python $SKILL_DIR/scripts/check_format.py main.tex). - Output all suggestions in standard LaTeX diff-comment format:
% MODULE (Line N) [Severity] [Priority]: Issue ... - Never modify
\cite{},\ref{},\label{}, or math environments without explicit user permission.
Examples
- Run
python $SKILL_DIR/scripts/check_format.py $ARGUMENTS. - Run
python $SKILL_DIR/scripts/compile.py $ARGUMENTS.
Troubleshooting
- Provide
main.texand--modulewhen arguments are missing. - Report command output and exit code when a script returns non-zero.