From cc02336ce5e3bc8f39901afc7546734f066e23ac Mon Sep 17 00:00:00 2001 From: Darcy Shen Date: Sat, 20 Feb 2016 05:13:28 +0000 Subject: [PATCH] DOC_EN: fix a type --- devel/format/basics/tm-tmml.en.tm | 51 ++++++++++++++----------------- 1 file changed, 23 insertions(+), 28 deletions(-) diff --git a/devel/format/basics/tm-tmml.en.tm b/devel/format/basics/tm-tmml.en.tm index 4cff3ca..ec893fd 100644 --- a/devel/format/basics/tm-tmml.en.tm +++ b/devel/format/basics/tm-tmml.en.tm @@ -1,6 +1,6 @@ - + - +> <\body> @@ -21,7 +21,7 @@ - The leafs of trees are traslated from the universal + The leafs of trees are translated from the universal encoding into Unicode. Characters without Unicode equivalents are represented as entities (in the future, we rather plan to create a tag for representing such characters). @@ -30,14 +30,14 @@ Trees with a single child are simply represented by the corresponding XML tag. In the case when a tree has several children, then each child is - enclosed into a tag. For instance, - > is simply represented as + enclosed into a tag. For instance, > is + simply represented as <\quote-env> sqrt\y+z\/sqrt\>> - whereas the fraction > is represented as + whereas the fraction > is represented as <\quote-env> <\framed-fragment> @@ -63,7 +63,7 @@ Some tags are represented in a special way in XML. The tag is simply represented by a textual concatenation. For instance, - +> is represented as + +> is represented as <\quote-env> @@ -84,30 +84,28 @@ is represented as <\tm-fragment> - <\with|par-par-sep|0fn> - <\verbatim> - \quote-env\ + <\verbatim> + \quote-env\ - \ \ \tm-par\ + \ \ \tm-par\ - \ \ \ \ Ik ben de blauwbilgorgel. + \ \ \ \ Ik ben de blauwbilgorgel. - \ \ \/tm-par\ + \ \ \/tm-par\ - \ \ \tm-par\ + \ \ \tm-par\ - \ \ \ \ Als ik niet wok of worgel, + \ \ \ \ Als ik niet wok of worgel, - \ \ \/tm-par\ + \ \ \/tm-par\ - \/quote-env\ - - + \/quote-env\ + A tag with only string attributes and values is represented - using the standard XML attribute notation. For instance, ``some - text'' would be represented as + using the standard XML attribute notation. For instance, \Psome + text\Q would be represented as <\quote-env> @@ -125,8 +123,8 @@ > - would be imported as ``|special> - text>''. This will make it possible, in principle, to use as an + would be imported as \P|special> + text>\Q. This will make it possible, in principle, to use as an editor of general XML files. @@ -139,8 +137,5 @@ Documentation License".> -<\initial> - <\collection> - - - \ No newline at end of file + +> \ No newline at end of file