An example for the CSC research progress report created by Xieyuanli at the University of Bonn.
- rpr-letter.tex: the main file where you put all the content of the report.
- briefcd_3en.cls: the Latex styling file that you could modify for your own style.
- Makefile: the compiling file for generating the pdf.
- to generate the pdf, you just need to run:
make
- to remove the intermediate results, just run:
make clean