From 33af55b9d067de8ca0b4f1a2e121f64112142da4 Mon Sep 17 00:00:00 2001 From: Ricardo Langner Date: Tue, 25 Aug 2015 22:50:23 +0200 Subject: [PATCH] Created a manifest file listing all files that constitute the cleanthesis style (the work). --- MANIFEST.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 MANIFEST.md diff --git a/MANIFEST.md b/MANIFEST.md new file mode 100644 index 0000000..bfcce94 --- /dev/null +++ b/MANIFEST.md @@ -0,0 +1,33 @@ +--- + +MANIFEST.md +Copyright 2015 R. Langner + +This work may be distributed and/or modified under the +conditions of the LaTeX Project Public License, either version 1.3 +of this license or (at your option) any later version. +The latest version of this license is in + http://www.latex-project.org/lppl.txt +and version 1.3 or later is part of all distributions of LaTeX +version 2005/12/01 or later. + +This work has the LPPL maintenance status `maintained'. + +The Current Maintainer of this work is R. Langner. + +This work consists of all files listed in MANIFEST.md. + +--- + +# CONTENTS OF THE CLEANTHESIS STYLE + +``` +cleanthesis/ +|-- CHANGELOG.md - changelog file +|-- cleanthesis.sty - the cleanthesis style +|-- MANIFEST.md - this file +|-- README.md - readme file +|-- doc/ + |-- cleanthesis-doc.tex - documentation source + |-- cleanthesis-doc.pdf - generated documentation +```