From 349c5b325e2b80e4c65072511c17024e01b98485 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Sun, 12 Feb 2012 22:42:08 +0100 Subject: readme --- README.rst | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 README.rst 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 + + -- cgit v1.2.3