From 4fc65fe606dbcb3a835ba15f15d020b23c4f9ac4 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Mon, 3 Jan 2011 14:05:51 +0100 Subject: updated documentation concerning the module --- doc/documentation.rst | 22 +++++++++++++++++----- doc/manual.tex | 1 - 2 files changed, 17 insertions(+), 6 deletions(-) (limited to 'doc') 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] -- cgit v1.2.3