gitextract_u481msev/ ├── 001_LaTex_Begin/ │ ├── README.md │ └── first-doc.tex ├── 002_LaTex_First_Doc/ │ ├── README.md │ ├── first-doc.tex │ └── subfile.tex ├── 003_LaTex_Using_Bib_and_Conference_style/ │ ├── README.md │ ├── bibfile.bib │ ├── second-doc.tex │ └── third-doc.tex ├── 004_LaTex_Typesetting_Mathematics/ │ ├── README.md │ └── math-doc.tex ├── 005_LaTex_Algorithm_FancyVerbatimOutput_ListingOutput/ │ ├── README.md │ ├── algorithm-doc.tex │ ├── fancyvrb-doc.tex │ ├── listing-doc.tex │ └── math-graph.tex ├── 006_LaTex_Presentation_beamer/ │ ├── README.md │ └── beamer-first.tex ├── 007_LaTex_tikz/ │ ├── README.md │ └── tikz.tex ├── 008_LaTex_Gantt_Chart/ │ ├── README.md │ └── proposal-gantt-complete.tex ├── LICENSE └── README.md