previous up next     contents index
Next: Triggers Up: Libraries Previous: Strings

Syntax Rules

  Files: ``synrule.ss'', ``synrulec.ss''

  This library provides  define-syntax, implementing the  syntax-rules high-level macro system from the appendix of tex2html_wrap_inline3352 . Macros definitions using define-syntax are translated into equivalent define-macro expressions; however, the translated macros contain the following free identifiers (the macro defintions contain these expressions, not the expansions of applied macros):

These variables are defined by the ``synrule.ss'' library as keywords.

This library was contributed by Shriram Krishnamurthi, working from Dorai Sitaram's implementation.



PLT