<!--
 This declares the apperance of text withing structural elements.
 E.g., typical these things fill fit into one line.

 M uses: %Text

-->

<!--
  We allow implication of emphasizing. This could be usefull for
  documentation, where <var> might be represented by <it>.
-->

<!ELEMENT (%Em) o o (%Text) >
<!ELEMENT (%Logem) o o (%Text) -(%Logem) >

<!-- Quote characters emphasize without explicite tag -->

<!ENTITY sqtag STARTTAG "sq" >
<!ENTITY sqetag ENDTAG "sq" >
<!shortref sqmap
	"&#RS;B"	null 
	"&#RS;B&#RE;"	nl
	"&#RS;&#RE;"	nl
--	"B"		bl--
	"&#TAB;"	bl
	'"'		sqetag
>
<!usemap sqmap sq>

