summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Gesang <pgesang@ix.urz.uni-heidelberg.de>2012-02-12 22:42:08 +0100
committerPhilipp Gesang <pgesang@ix.urz.uni-heidelberg.de>2012-02-12 22:42:08 +0100
commit349c5b325e2b80e4c65072511c17024e01b98485 (patch)
treeeece92f9c7fd1e152b59bbf6d4a3e56ceaadcd9d
parent2dd409c42aa4f1767cd32204ef2a17743da7f27e (diff)
downloadcyrillicnumbers-349c5b325e2b80e4c65072511c17024e01b98485.tar.gz
readme
-rw-r--r--README.rst42
1 files changed, 42 insertions, 0 deletions
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..72d47e7
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,42 @@
+Cyrillic Numerals in ConTeXt
+================================================================================
+
+Module for typesetting Cyrillic numbers. Take your time to read the manual under
+``./doc/context/third/cyrillicnumbers/cyrillicnumbers.tex``. To build the
+documentation a recent versions of ConTeXt will be needed.
+
+Installation
+================================================================================
+
+First, get a checkout from BitBucket_: ::
+
+ hg clone http://bitbucket.org/phg/context-cyrillicnumbers
+
+In the next step, copy the files into the path of your ConTeXt distribution.
+Assuming it is installed in $HOME/context/, you would accomplish this like
+so: ::
+
+ cd context-cyrillicnumbers
+ cp -r doc/ tex/ ~/context/tex/texmf-modules/
+
+Finally, rebuild the file name database: ::
+
+ context --generate
+
+and the module is ready to use!
+
+License
+================================================================================
+
+All code and documentation is licensed under a modified BSD license, see the
+file COPYING in the repository root.
+
+Author
+================================================================================
+
+This module was written by Philipp Gesang, ``megas.kapaneus`` at ``gmail`` dot
+``com`` (find me on BitBucket_).
+
+.. _BitBucket: http://bitbucket.org/phg
+
+