From f75d047944ab0c2bb85e5d6efea379cbaca57b75 Mon Sep 17 00:00:00 2001 From: Darcy Shen Date: Fri, 19 Feb 2016 10:15:03 +0000 Subject: [PATCH] DOC_EN: correct escape sequence for < and > --- devel/format/basics/tm-tm.en.tm | 118 ++++++++++++++------------------ 1 file changed, 52 insertions(+), 66 deletions(-) diff --git a/devel/format/basics/tm-tm.en.tm b/devel/format/basics/tm-tm.en.tm index 46f7a50..71a1275 100644 --- a/devel/format/basics/tm-tm.en.tm +++ b/devel/format/basics/tm-tm.en.tm @@ -1,6 +1,6 @@ - + - +> <\body> @@ -38,30 +38,28 @@ f\|x\|...\|x\> - If one of the arguments ,\,x> is a + If one of the arguments ,\,x> is a multi-paragraph tree (which means in this context that it contains a tag or a tag), then an alternative long form is used for the serialization. If takes only multi-paragraph arguments, then the tree would be serialized as <\tm-fragment> - <\with|par-par-sep|0fn> - <\verbatim> - \\\f\ + <\verbatim> + \\\f\ - \ \ x + \ \ x - \\|f\ + \\|f\ - \ \ ... + \ \ ... - \\|f\ + \\|f\ - \ \ x + \ \ x - \/f\ - - + \/f\ + In general, arguments which are not multi-paragraph are serialized using @@ -71,40 +69,37 @@ () is serialized as <\tm-fragment> - <\with|par-par-sep|0fn> - <\verbatim> - \\\f\|x\|x\ + <\verbatim> + \\\f\|x\|x\ - \ \ x + \ \ x - \\|f\|x\ + \\|f\|x\ - \ \ x + \ \ x - \/f\ - - + \/f\ + - The escape sequences >, , - > and may be used to represent the - characters >, , > and - . For instance, +\> is - serialized as alpha\\\+\\\beta\\\>. + The escape sequences less\\\>, , + gtr\\\> and may be used to + represent the characters >, , + > and . For instance, + +\> is serialized as + alpha\\\+\\\beta\\\>. The and primitives are serialized in a special way. The primitive is serialized as usual - concatenation. For instance, the text ``an note'' is + concatenation. For instance, the text \Pan note\Q is serialized as <\tm-fragment> - <\with|par-par-sep|0fn> - <\verbatim> - an \em\|important\ note - - + <\verbatim> + an \em\|important\ note + The tag is serialized by separating successive paragraphs @@ -119,19 +114,17 @@ is serialized as <\tm-fragment> - <\with|par-par-sep|0fn> - <\verbatim> - \\\quote-env\ + <\verbatim> + \\\quote-env\ - \ \ Ik ben de blauwbilgorgel. + \ \ Ik ben de blauwbilgorgel. - \; + \; - \ \ Als ik niet wok of worgel, + \ \ Als ik niet wok of worgel, - \/quote-env\ - - + \/quote-env\ + Notice that whitespace at the beginning and end of paragraphs is ignored. @@ -141,26 +134,24 @@ disk as <\tm-fragment> - <\with|par-par-sep|0fn> - <\verbatim> - \\\quote-env\ + <\verbatim> + \\\quote-env\ - \ \ Ik ben de \ \ \ \ \ \ \ \ \ \ blauwbilgorgel. + \ \ Ik ben de \ \ \ \ \ \ \ \ \ \ blauwbilgorgel. - \; + \; - \; + \; - \ \ Als ik niet wok of \ \ \ \ \ \ \ \ \ worgel, + \ \ Als ik niet wok of \ \ \ \ \ \ \ \ \ worgel, - \/quote-env\ - - + \/quote-env\ + The space character may be explicitly represented through the escape - sequence ``''. Empty paragraphs are represented using the - escape sequence ``''. + sequence \P\Q. Empty paragraphs are represented using the + escape sequence \P\Q. @@ -169,17 +160,15 @@ Such binary data is serialized as <\tm-fragment> - <\with|par-par-sep|0fn> - <\verbatim> - \#\ - - + <\verbatim> + \#\ + where the > is a string of hexadecimal numbers which represents a string of bytes. - + -<\initial> - <\collection> - - - \ No newline at end of file + +> \ No newline at end of file