better formatting and more tuned to github

This commit is contained in:
Michael Kohlhase 2016-01-21 18:54:57 +01:00
parent 51bd20be7e
commit 1d8a61e401

View File

@ -1,24 +1,18 @@
LaTeX-proposal LaTeX-proposal: A set of LaTeX classes for preparing proposals for collaborative projects
============== ==============
proposal.cls: A set of LaTeX classes for preparing proposals for collaborative projects
The base proposal class supports many of the general elemenst of project proposals. It is The base proposal class supports many of the general elements of project proposals. It is
optimized towards collaborate projects. This class is intended to be specialized to optimized towards collaborating on writing project proposals. This class is intended to be
particular funding bodies that have their own styles. specialized to particular funding bodies that have their own styles.
MANIFEST: ==MANIFEST==
base: the base proposal class * ```base```: the base proposal class ([documentation](tree/master/base/proposal.pdf))
dfg: the instance for Deutsche Forschungsgemeinschaft * ```dfg```: the instance for Deutsche Forschungsgemeinschaft ([documentation](tree/master/dfg/dfgproposal.pdf), [examples](tree/master/dfg/examples))
eu: the instance for EU proposals * ```eu```: the instance for EU proposals ([documentation](tree/master/eu/euproposal.pdf), [examples](tree/master/eu/examples))
etc: style files from the sTeX bundle added for convenience * ```etc```: style files from the sTeX bundle added for convenience (only on GitHub, not on CTAN)
(only on GitHub, not on CTAN) * ```lib```: Makefiles for the management of self-documenting packages
lib: Makefiles for the management of self-documenting packages * ```bin```: utilities, e.g. a script that makes GitHub issues from the deliverables of a proposal for project managment if the proposal is granted.
bin: A script that makes GitHub issues from the deliverables of a
proposal for project managment if the proposal is granted.
Copyright(c) 2010 Michael Kohlhase Copyright(c) 2010 Michael Kohlhase
The package is distributed under the terms of the LaTeX Project Public License (LPPL) The package is distributed under the terms of the LaTeX Project Public License (LPPL)
The development version of this package can be found at
https://github.com/KWARC/LaTeX-proposal
This also contains examples and Makefiles that help the proposal writing process.