#!/bin/sh
latex2html -split 0 \
           -no_navigation \
           -show_section_numbers \
           octave.tex 
