├── README.md ├── TeX_files ├── backcover.tex ├── chapter01.tex ├── chapter02.tex └── thanks.tex ├── main.pdf └── main.tex /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Supm4n/Latex-book/HEAD/README.md -------------------------------------------------------------------------------- /TeX_files/backcover.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Supm4n/Latex-book/HEAD/TeX_files/backcover.tex -------------------------------------------------------------------------------- /TeX_files/chapter01.tex: -------------------------------------------------------------------------------- 1 | 2 | \chapter{A propos} 3 | 4 | 5 | \blindtext[2] 6 | 7 | -------------------------------------------------------------------------------- /TeX_files/chapter02.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Supm4n/Latex-book/HEAD/TeX_files/chapter02.tex -------------------------------------------------------------------------------- /TeX_files/thanks.tex: -------------------------------------------------------------------------------- 1 | \chapter{Remerciements} 2 | 3 | \blindtext[4] -------------------------------------------------------------------------------- /main.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Supm4n/Latex-book/HEAD/main.pdf -------------------------------------------------------------------------------- /main.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Supm4n/Latex-book/HEAD/main.tex --------------------------------------------------------------------------------