To entity for the copyright symbol (©) is included
in the ISO numeric set, so you must first include the ISO numeric
entities (at the top of your help volume with your other entity
declarations) as shown here:
<!ENTITY % ISOnumeric PUBLIC "ISO 8879-1986//ENTITIES Numeric and Special Graphic//EN"> %ISOnumeric; |
Then you can place the following entity reference where the
copyright symbol is to appear:
To display the uppercase Greek letter sigma (∑),
you must first include the ISO Greek entities (at the top of your
help volume with your other entity declarations) as shown here:
<!ENTITY % ISOgreek PUBLIC "ISO 8879-1986//ENTITIES Greek Symbols//EN"> %ISOgreek; |
Then you can place the following entity reference where the
sigma character is to appear:
As with any entity, case is not significant in the entity
names for special characters.