\; style file for Latte website

{\def \html-filename {\concat {\substr \__FILE__ 0 -6} .html}}

{\def {\example \&rest}
  {\table \align=center \border=0 \bgcolor=#f0f0ff
   {\tr {\td {\pre \rest}}}}}

{\def {\unavailable \&text}
  {\b {\span \style={color: #c0c0c0} \text}}}

{\def {\selected \&text}
  {\b {\span \style={color: black} \text}}}

{\def {\maybe-link \=href \&text}
  {\if {\equal? \href \html-filename}
    {\selected \text}
    {\b {\a \href=\href \text}}}}

{\def {\page \=name \=keywords \=description \&rest}
  {\let {{\is-home {\equal? \__FILE__ home.latte}}}
    {{\head {\title \name}
      {\if \keywords
        {\meta \name=keywords \content=\keywords}}
      {\if \description
        {\meta \name=description \content=\description}}}
     {\body \bgcolor=#ffffff
      {\table \border=0
       {\tr \valign=top
        {\td \bgcolor=#f0f0ff \nowrap=1
         {\center
          {\let {{\i {\img \width=80 \height=128 \border=0 \src=logo.gif
                      \alt={Latte logo}}}}
            {\if \is-home
              \i
              {\a \href=home.html \i}}}}

         {\maybe-link \href=home.html Latte home}

         {\maybe-link \href=latte.html User manual}

         {\maybe-link \href=liblatte.html API manual}

         {\maybe-link \href=correspond.html Correspond}

         {\maybe-link \href=faq.html FAQ}

         {\maybe-link \href=NEWS.html Latte News}

         {\maybe-link \href=download.html Download}

         {\maybe-link \href=buildnotes.html Build notes}

         {\maybe-link \href=examples.html Examples}

         {\maybe-link \href=plans.html Plans}

         }

        {\td
         {\h1 \name}

         \rest

         {\hr}

         {\table \border=0
          {\tr \valign=middle
           {\td {\img \width=128 \height=38 \border=0 \src=created.gif}}
           {\td This document was produced by
            {\if \is-home
              Latte
              {\a \href=latte.html Latte}}
            from the file
            {\a \href={\__FILE__.html} \__FILE__}
            (with extra definitions from
            {\a \href=style.latte.html style.latte}).}}}}}}

      {\center Copyright {\c-copy} 1998,1999
       {\a \href=http://www.zanshin.com/ Zanshin, Inc.}}}}}}