| Syntax 
   library (public-identifier system-identifier)+
 
 Purpose
 
 The librarydeclaration in OmniMark is used to map the public identifier of an external text entity to a system identifier (system file name containing replacement text). In thelibrarydeclaration, the public-identifiers and the system-identifiers are quoted strings. There can be any number of librarydeclarations in a program, but each public-identifier should have only one definition. Note that librarydeclarations can be put into a separate file, external to the main program, that can be referenced using the "-library" command line option. Entries in the library file always take precedence over those in the OmniMark program. |