Report Template for LaTeX.
├── config/
│ ├── hyperref.tex
│ ├── listings.tex
│ ├── tcolorbox.tex
│ └── title.tex
├── docs // Textbooks etc.
├── graph/ // graph data
├── images/
├── main.tex
├── pages/
│ ├── discussion.tex
│ ├── env.tex
│ ├── intro.tex
│ ├── principle.tex
│ └── reference.tex
├── preamble.tex
├── run.sh // Compile
└── src // Source Code
| Case | Prefix |
|---|---|
| Section | sec: |
| SubSection | ssec: |
| Table | tab: |
| Figure | fig: |
| Equation | eq: |