Generate and update week_report/README.md and a 1-page .tex file for each exercise by reading the corresponding PDF, analyzing the code, and compiling a concise report.
Guidelines for generating and updating the week_report/README.md and a 1-page .tex file for each exercise.
ExerciseX.Y/outputs/) to enhance the report, referencing or embedding them in both Markdown and LaTeX.The week_report/README.md in each ExerciseX.Y/week_report/ directory should contain a concise summary and analysis of the exercise, including:
A corresponding 1-page file should be generated, suitable for academic submission, summarizing the same content in LaTeX format.
.tex1. Read Exercise PDF
ExerciseX.Y/ExerciseX.Y.pdf)2. Analyze Code
src/ directory3. Compile Report
outputs/example.png, outputs/forward.png, outputs/reverse.png) in both Markdown and LaTeX reports.4. Format Files
week_report/README.md: Markdown summary, organized by question and topic, with image references..tex file: 1-page academic summary, formatted for clarity and brevity, with image inclusion using \includegraphics.5. Update Strategy
.tex file is exactly 1 page (use \newpage or adjust content as needed).# [Exercise Name] - Weekly Report
## Summary
Brief overview of the exercise and its goals.
## Key Questions & Answers
- Q1: ...
- A1: ...
- Q2: ...
- A2: ...
## Code Insights
- Main algorithms and models
- Results and findings
- Challenges and solutions
% [Exercise Name] - Weekly Report
\documentclass[12pt]{article}
\usepackage{amsmath,graphicx}
\begin{document}
\section*{Summary}
% Brief summary here
\section*{Key Questions & Answers}
% Q&A here
\section*{Code Insights}
% Algorithms, results, challenges
\end{document}
Before finalizing week_report/README.md and .tex:
.tex file compiles to exactly 1 pageEdit PDFs with natural-language instructions using the nano-pdf CLI.