gitextract__yn_izhl/ ├── .gitignore ├── Cargo.toml ├── README.md ├── example-output/ │ ├── Makefile │ ├── ch-2023-10.tex │ └── main.tex ├── src/ │ ├── main.rs │ └── render.rs ├── templates/ │ ├── Makefile │ ├── main.tex.template │ └── {yyyy}-{mm}.tex.template └── tex/ ├── .gitignore ├── 2020-07.tex ├── main.dvi ├── main.fls ├── main.tex └── main.toc