diff options
| author | Philipp Gesang <pgesang@ix.urz.uni-heidelberg.de> | 2011-05-04 15:13:38 +0200 | 
|---|---|---|
| committer | Philipp Gesang <pgesang@ix.urz.uni-heidelberg.de> | 2011-05-04 15:13:38 +0200 | 
| commit | 55d22cc0ee03192a8f1a6642f546644048f24da3 (patch) | |
| tree | 51cdc9a082354dc27f2bddc2ff185cdd67898790 /mod/tex/context/third | |
| parent | 2ee8b79e19e6121d63be5921f37485db0389a249 (diff) | |
| download | context-rst-55d22cc0ee03192a8f1a6642f546644048f24da3.tar.gz | |
fixed readme (thanks Paul!)
http://archive.contextgarden.net/message/20110501.095544.a372cd7c.en.html
Diffstat (limited to 'mod/tex/context/third')
| -rw-r--r-- | mod/tex/context/third/rst/t-rst.mkiv | 3 | 
1 files changed, 1 insertions, 2 deletions
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  | 
