From 55d22cc0ee03192a8f1a6642f546644048f24da3 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Wed, 4 May 2011 15:13:38 +0200 Subject: fixed readme (thanks Paul!) http://archive.contextgarden.net/message/20110501.095544.a372cd7c.en.html --- README.rst | 2 +- mod/tex/context/third/rst/t-rst.mkiv | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index cc1127a..d22b305 100644 --- a/README.rst +++ b/README.rst @@ -19,7 +19,7 @@ file and the output file: :: $texlua rst_parser.lua doc/documentation.rst man.tex -This should get you the manual converted to a file ``man.tex`` which you can +This should get you the manual converted to a file ``man.tex`` which you can run through |CONTEXT| now. You will find extended instructions on how to build the manual with some cosmetic improvements in the section *Usage* of the manual itself. diff --git a/mod/tex/context/third/rst/t-rst.mkiv b/mod/tex/context/third/rst/t-rst.mkiv index a4572a8..015aa4a 100644 --- a/mod/tex/context/third/rst/t-rst.mkiv +++ b/mod/tex/context/third/rst/t-rst.mkiv @@ -47,8 +47,7 @@ \catcode`\^^I = 12 % ascii tab is a blank space \catcode`\^^M = 12 % ascii return is end-line \catcode`\^^L = 12 % ascii form-feed - %\catcode`\ = 10 % ascii space is blank space - \catcode`\ = 12 % ascii space is blank space + \catcode`\ = 12 \catcode`\^^Z = 12 \catcode`\\ = 0 \catcode`\% = 12 -- cgit v1.2.3