<!-- Public entity for AAP short reference maps.  Typical invocation:
  <!ENTITY % srmaps SYSTEM "/usr/local/sgml/dtd/shortref.txt" >   %srmaps;
  modified by Phil Andrews [PLA]
  Note that the arcsgml parser is somewhat fragile concerning short
  references and you should stay away from dubious constructs such as
  multiple hyphens and avoid using #& in your body, e.g., use <li>&TeX
  instead of #&TeX 
-->
<!-- try to get TeX formulae into SGML [PLA] -->
<!ELEMENT TeXD 	- O CDATA -- Displayed TeX Math -->
<!ELEMENT TeXI 	- O CDATA -- inline TeX Math -->
<!ENTITY  s..line  STARTTAG "line">
<!ENTITY  s..p     STARTTAG "p" >
<!ENTITY  s..q     STARTTAG "q" >
<!ENTITY  e..q     ENDTAG   "q" >
<!ENTITY  s..li    STARTTAG "li" >
<!ENTITY  s..c     STARTTAG "c" >
<!ENTITY  s..row   STARTTAG "row" >
<!ENTITY  c..null  CDATA    "" >
<!ENTITY  s..dt    STARTTAG "dt" >
<!ENTITY  s..dd    STARTTAG "dd" >
<!SHORTREF bkmap
	"&#RS;&#RE" s..p  -- null record is paragraph start-tag  --
	"&#RS;B"    c..null -- leading blanks are suppressed --
        '"'	s..q     -- quotation is quote start-tag --
>
<!SHORTREF qmap
	'"'      e..q     -- quotation is quote end-tag --
>
<!SHORTREF dlmap
	"#"      s..dt    -- number sign is def term start-tag --
	"|"      s..dd    -- vertical bar is def descr start-tag --
	"&#RS;&#RE;" s..p  -- null record is paragraph start-tag  --
	"&#RS;B"    c..null -- leading blanks are suppressed --
	'"'      s..q     -- quotation is quote start-tag --
>
<!SHORTREF listmap
	"#"      s..li    -- number sign is list item start-tag --
	"&#RS;&#RE;" s..p  -- null record is paragraph start-tag  --
	"&#RS;B"    c..null -- leading blanks are suppressed --
	'"'      s..q     -- quotation is quote start-tag --
>
<!SHORTREF litmap
	"&#RS;"   s..line -- record start is line start-tag --
>
<!SHORTREF tblmap
	"@"      s..row   -- commercial at is row start-tag --
	"|"      s..c     -- vertical bar is tbl entry start-tag --
	"&#RS;&#RE;" s..p -- null record is paragraph start-tag  --
	"&#RS;B"    c..null -- leading blanks are suppressed --
	'"'      s..q     -- quotation is quote start-tag --
>
 
