active

doc

doc

Generate comprehensive Chinese scientific reports in PDF using LaTeX (defaults to Chinese unless English is specified)

Source: private
Maturity: growing (70/100)
Updated: 2026-02-09
Version: 1.0.0

Progress

0%

Quality GatesBlocked

readme
examples
tests
references
standard compliance

Checklist (0/10)

  • Quality ChecklistLanguage correctly detected (Chinese default unless English specified)
  • Quality ChecklistAll sections present and complete
  • Quality ChecklistChinese characters render properly (if applicable)
  • Quality ChecklistCode listings formatted with syntax highlighting
  • Quality ChecklistTable of contents generated
  • Quality ChecklistFigures and tables numbered correctly
  • Quality ChecklistReferences formatted (if applicable)
  • Quality ChecklistPDF compiles without errors
  • Quality ChecklistFile size reasonable (<10MB for typical reports)
  • Quality ChecklistOutput filename descriptive (e.g., `polymarket_agent_report.pdf`)

Workflow Phases

  1. 摘要 / Abstract
  2. 引言 / Introduction (背景、动机、目标)
  3. 相关工作 / Related Work (可选)
  4. 方法 / Methodology (系统设计、算法、实现)
  5. 实验 / Experiments (设置、数据、评估指标)
  6. 结果 / Results (数据展示、分析)
  7. 讨论 / Discussion (发现、限制、未来工作)
  8. 结论 / Conclusion
  9. 参考文献 / References
  10. 概述 / Overview
  11. 系统架构 / System Architecture
  12. 核心组件 / Core Components
  13. 功能实现 / Implementation
  14. 使用示例 / Usage Examples
  15. 性能评估 / Performance Evaluation
  16. 总结 / Summary
  17. Analyze the Polymarket-agent project structure
  18. Read key files (README, source code, configs)
  19. Generate Chinese LaTeX document with:
  20. Compile with xelatex
  21. Output: `polymarket_agent_report.pdf` (中文)
  22. Detect "in English" specification
  23. Generate English LaTeX with standard fonts
  24. Use IMRAD structure:
  25. Compile with pdflatex
  26. Output: `experiment_report.pdf` (English)
  27. Use scientific-writing skill for content generation
  28. Apply Chinese language default
  29. Structure as technical documentation
  30. Include code examples with syntax highlighting
  31. Add performance evaluation section
  32. Compile and deliver PDF