info.rkt
#lang setup/infotab
(define name "bystroTeX")
(define blurb
  '("Scribble-based tool for preparing"
    "slides with LaTeX formulas"))
(define categories '(scientific media))
(define primary-file "slides_setup.rkt")
(define scribblings '(("manual.scrbl" ())))
(define homepage "http://andreimikhailov.com/slides/bystroTeX/slides-manual/index.html")
(define release-notes '("Major changes in both frontend and backend. Improved table of contents. The user has to go through the installation procedure again. Old slides may not compile, due to syntax changes."))