#!/bin/bash

texi2dvi -D -V Rd2.tex >log 2>&1
s=$?

echo --------- >> log
echo status is: $s >> log
