diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2013-03-27 20:19:56 +0100 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2013-03-27 20:19:56 +0100 |
commit | d10c0eee416fa9ba73ecde863b4945a28a01f140 (patch) | |
tree | 5620f53633eca0dfecf495695ae9a5d447793da2 /mod/doc/context/third/rst/documentation.rst | |
parent | 5a8c43b69c417f966206a304172bbee99c680e37 (diff) | |
download | context-rst-d10c0eee416fa9ba73ecde863b4945a28a01f140.tar.gz |
update readme
Diffstat (limited to 'mod/doc/context/third/rst/documentation.rst')
-rw-r--r-- | mod/doc/context/third/rst/documentation.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mod/doc/context/third/rst/documentation.rst b/mod/doc/context/third/rst/documentation.rst index 83bf609..621528d 100644 --- a/mod/doc/context/third/rst/documentation.rst +++ b/mod/doc/context/third/rst/documentation.rst @@ -422,7 +422,7 @@ directive, namely containers_. Due to their being defined explicitly in terms of HTML, *containers* lack a corresponding construct in |CONTEXT| (or |TEX| for that matter). -Some parts of |CONTEXT| (e. g. ``\framed``) come quite close with +Some parts of |CONTEXT| (e. g. ``\\framed``) come quite close with respect to functionality as well as generality. However, none of the candidates alone covers the entire spectrum of functionality that containers_ are supposed to. @@ -435,7 +435,7 @@ Anonymous containers are interpreted as a |TEX| group. Any text block inside the element is treated as ordinary paragraph. In below example the content will be handled as if between -``\startxyzzy`` and ``\stopxyzzy``, where it is up to the user to +``\\startxyzzy`` and ``\\stopxyzzy``, where it is up to the user to define the *xyzzy* environment:: This is a paragraph. @@ -456,8 +456,8 @@ The middle part translates to |CONTEXT| as follows:: foo {\sc bar} baz \stop -Note that the ``\start[foo]``/``\stop``-environment is equivalent -to ``\startfoo``/``\stopfoo``, except that the environment +Note that the ``\\start[foo]``/``\\stop``-environment is equivalent +to ``\\startfoo``/``\\stopfoo``, except that the environment doesn’t actually need to be defined. .. caution:: |