diff options
author | Philipp Gesang <pgesang@ix.urz.uni-heidelberg.de> | 2011-01-03 14:05:51 +0100 |
---|---|---|
committer | Philipp Gesang <pgesang@ix.urz.uni-heidelberg.de> | 2011-01-03 14:05:51 +0100 |
commit | 4fc65fe606dbcb3a835ba15f15d020b23c4f9ac4 (patch) | |
tree | c0a2d587c677eaf7f8af3ce0f47b2b55936135b5 | |
parent | 39efd560f1f022e7350471891998072de6682b73 (diff) | |
download | context-rst-4fc65fe606dbcb3a835ba15f15d020b23c4f9ac4.tar.gz |
updated documentation concerning the module
-rw-r--r-- | doc/documentation.rst | 22 | ||||
-rw-r--r-- | doc/manual.tex | 1 |
2 files changed, 17 insertions, 6 deletions
diff --git a/doc/documentation.rst b/doc/documentation.rst index 4a5a692..b561ce9 100644 --- a/doc/documentation.rst +++ b/doc/documentation.rst @@ -53,9 +53,10 @@ avoid certain situations. Module ****** -A module for MkIV is planned. Actually, the converter was -thought of as a module for direct rendering of |rst| input -initially but certain objections diverted me from this path. +A provisional module for MkIV is included (``t-rst.mkiv``). +Actually, the converter was thought of as a module for direct +rendering of |rst| input initially but certain objections +diverted me from this path. - *Typography*. It’s all about the details. No matter how good your converter is, it still won’t reach |TEX|’s omnipotence and @@ -68,10 +69,10 @@ initially but certain objections diverted me from this path. - *MkII*. I’m not an MkII user at all save for rapid testing and the occasional check for the sanity of |CONTEXT|’s behaviour. - Slow hardware forces me to rund |PDFTEX| instead of |LUATEX| + Slow hardware forces me to run |PDFTEX| instead of |LUATEX| whenvever I need some result as quick as possible, so I wanted to keep the code MkII clean. Do not expect Unicode (as in - this document) to work. + this document) to work without precautions. During the development readability of the generated code was alway one of the main goals of |rstcontext|. Quite some computing @@ -82,6 +83,17 @@ ripe for the typographical finish and you want to add local changes in form of |TEX| code only, you should be able to use the output of |rstcontext| as starting point. +However, using the module may have advantages when testing. There +is a usage example in ``moduletest.tex``. + +To install the module simply copy the files into your local |TEX| +tree. :: + + cp -r ./mod/tex/ ~/context/tex/texmf-local/ + +Then rebuild the filename database running ``context +--generate``. The module should be ready for use now. + ===== Usage ===== diff --git a/doc/manual.tex b/doc/manual.tex index 127a9cb..c95e5ca 100644 --- a/doc/manual.tex +++ b/doc/manual.tex @@ -79,7 +79,6 @@ jobvariables.tobesaved = jobvariables.tobesaved or {} %\prependtoks \getbuffer[pubs] \to \everystoptext \setupwhitespace[none] -\setupindentation[yes,medium,next] \setuplayout[grid=verystrict] \setuptolerance[tolerant] \language[en] |