Welcolme to my script archive. I wrote these for myself, so they reflect my own needs and biases (I use everything but windows). Help yourself to anything you like. You can email me, if you find a bug, but please don't ask me for basic help.

- Donu Arapura
If you'd like to return to my home page ...

Latex Array maker

I find latex pretty straight forward for most things except when it comes constructing complicated arrays and diagrams. Arraymaker is a Tcl/Tk script to help in constructing latex and xypic arrays visually:


If you're using Unix/linux chances are that you already have Tcl/Tk installed and just save it to a file and make it executable. It can run under other OS's (MacOS, windows) but you'll need to download and install Tcl/Tk first.

Mac to Unix text file converter

Mac and Unix text files differ by the way they handle the end of a line. Here is a simple (Bourne/bash) shell script for converting a Mac text file to a unix file. This runs under unix/linux -- save it to a file and make it executable. On the Mac you can use an editor such as Alpha or BBedit to convert files.

A File Browser

Viewdvi is a unix/X-window file browser that I wrote primarily to save me from typing commands whenever I wanted to view or print my text, dvi and ps files.

Save it to a file named viewdvi and make it executable. You need to have Tcl/Tk installed, since that's what it's written in.