On this page:
1 Installing Racket
2 Installing the Bystro  Te  X library
3 Installing the Bystro  Te  X executable
4 Building sample slides

Installation Part II

Now comes the frontend.

    1 Installing Racket

    2 Installing the BystroTeX library

    3 Installing the BystroTeX executable

    4 Building sample slides

1 Installing Racket

You should start with installing Racket on your computer. For example, on Debian you should issue this command as root:
aptitude install racket
This command will install the Racket environment on your computer. Now we are ready to install bystroTeX.

2 Installing the BystroTeX library

As a normal user (i.e. not root), exectute:

git clone https://github.com/amkhlv/amkhlv
cd amkhlv
raco pkg install --link bystroTeX/

Now you should be able to read the documentation manual in bystroTeX/doc/manual/index.html, but it is not very useful. It is better to just follow examples.

3 Installing the BystroTeX executable

cd bystroTeX/
raco exe bystrotex.rkt

This should create the executable file called bystrotex. You should copy it to some location on your executable path (maybe /usr/local/bin/).

4 Building sample slides

Now Now go to the sample folder:

cd ../examples

Remember your /path/to/bystroConf.xml ? For sample slides to build, you need to symlink it to here:

ln -s /path/to/bystroConf.xml ./

Generally speaking, the location of the server configuration file is kept in the bystro-conf struct which is defined in the header of the .scrbl file.

Now let us go to the sample slides directory:

cd bystroTeX_manual

and proceed to the next slide...