MANIFEST.md (2222B)
1 --- 2 3 # First Work: The kaobook Class 4 5 MANIFEST.md 6 Copyright 2020-2021 Federico Marotta 7 8 This work may be distributed and/or modified under the 9 conditions of the LaTeX Project Public License, either version 1.3 10 of this license or (at your option) any later version. 11 The latest version of this license is in 12 13 http://www.latex-project.org/lppl.txt 14 15 and version 1.3 or later is part of all distributions of LaTeX 16 version 2005/12/01 or later. 17 18 This work has the LPPL maintenance status `maintained'. 19 20 The Current Maintainer of this work is Federico Marotta. 21 22 This work consists of all files listed below. 23 24 --- 25 26 ``` 27 kaobook/ 28 |-- kaobook.cls - book-specific definitions 29 |-- kaohandt.cls - handout-specific definitions 30 |-- kao.sty - main definitions 31 |-- kaobiblio.sty - style of the bibliography 32 |-- kaotheorems.sty - colorful styling of theorems 33 `-- kaorefs.sty - commands for referencing 34 ``` 35 36 --- 37 38 # Second Work: Templates and Examples 39 40 This work is released into the public domain using the CC0 code. To the 41 extent possible under law, I waive all copyright and related or 42 neighbouring rights to this work. To view a copy of the CC0 code, visit: 43 44 http://creativecommons.org/publicdomain/zero/1.0 45 46 This work consists of all files listed below as well as the products of 47 their compilation. 48 49 --- 50 51 ``` 52 kaobook/ 53 `-- examples/ 54 |-- minimal_book/ 55 | `-- main.tex 56 |-- minimal_report/ 57 | `-- main.tex 58 |-- documentation/ 59 | |-- main.tex 60 | |-- main.bib 61 | |-- glossary.tex 62 | `-- chapters/ 63 | |-- appendix.tex 64 | |-- figsntabs.tex 65 | |-- introduction.tex 66 | |-- layout.tex 67 | |-- mathematics.tex 68 | |-- options.tex 69 | |-- preface.tex 70 | |-- references.tex 71 | `-- textnotes.tex 72 `-- machine_learning_project/ 73 |-- sections/ 74 | |-- introduction.tex 75 | |-- data.tex 76 | |-- results.tex 77 | `-- discussion.tex 78 |-- main.tex 79 `-- main.bib 80 ``` 81 82 As regards the files in the `kaobook/examples/documentation/images` 83 directory, they were downloaded from [Wikimedia 84 Commons](https://commons.wikimedia.org/wiki/Main_Page) and are 85 attributed inside the example book where they are used.