diff options
author | Philipp Gesang <pgesang@ix.urz.uni-heidelberg.de> | 2011-01-13 12:23:36 +0100 |
---|---|---|
committer | Philipp Gesang <pgesang@ix.urz.uni-heidelberg.de> | 2011-01-13 12:23:36 +0100 |
commit | 91a40ccaffce74728d109c726985f67773b0617e (patch) | |
tree | 5b379a972cfa12f027375f71da21238ff6f9396b /doc | |
parent | 9d00a058df52d261861fcc7a9d4dd6474a5f7f53 (diff) | |
download | context-rst-91a40ccaffce74728d109c726985f67773b0617e.tar.gz |
adapted ConTeXt escaping -- waiting for ‘_’ to generally get letter catcode
Diffstat (limited to 'doc')
-rw-r--r-- | doc/hybridtest.tex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/hybridtest.tex b/doc/hybridtest.tex index ba3bed5..6b74a8a 100644 --- a/doc/hybridtest.tex +++ b/doc/hybridtest.tex @@ -21,10 +21,10 @@ there are some :bold:`drawbacks` to expect when mixing markups: directives and hyperlink targets that have already been specified somewhere above the current section will *stay* accessible in later passages until you redefine them. Also, certain letters -need to be thoroughly escaped in order to make it through to the -*reST*-parser, e.g. *\\\{* (<left brace>), and you’ll have to be -inventive to make a backslash (*\\letterbackslash*) pass through -the parser. +need to be thoroughly escaped in order for them to make it +through to the *reST*-parser, e.g. *\\\{* (<left brace>), and +you’ll have to be inventive to make a backslash +(*\\letterbackslash*) pass through the parser. } |