head	1.1;
branch	1.1.1;
access;
symbols
	john2:1.1.1.1.0.6
	john1:1.1.1.1
	lapyu-work:1.1.1.1.0.4
	john-work:1.1.1.1.0.2
	SIXALPHA:1.1.1.1
	TEXLIVE:1.1.1;
locks; strict;
comment	@# @;


1.1
date	2000.10.03.04.01.56;	author plaice;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2000.10.03.04.01.56;	author plaice;	state Exp;
branches;
next	;


desc
@@



1.1
log
@Initial revision
@
text
@source ~/.bashrc
echo '*****************'
S=`teTeX-0.9/config/config.guess`
echo TeX test for $S
mkdir test-$S
cd test-$S
#
tex '\input story\bye'
if test $? -gt 0
then
 echo "RESULT 1. TeX failed"
else
 echo "RESULT 1. TeX succeeded"
fi
#
echo "does eTeX run?"
etex '\input story\bye'
if test $? -gt 0
then
 echo "RESULT 2. eTeX failed"
else
 echo "RESULT 2. eTeX succeeded"
fi
#
echo "can we make a lambda format file?"
lambda -ini lambda.ini
if test $? -gt 0
then
 echo "RESULT 3. Omega -ini failed"
else
 echo "RESULT 3. Omega -ini succeeded"
fi
#
echo "does Lambda run?"
lambda sample2e
if test $? -gt 0
then
 echo "RESULT 4. lambda failed"
else
 echo "RESULT 4. lambda succeeded"
fi
#
echo "does LaTeX run?"
latex sample2e
if test $? -gt 0
then
 echo "RESULT 5. LaTeX failed"
else
 echo "RESULT 5. LaTeX succeeded"
fi
#
echo "does pdfLaTeX run?"
pdflatex sample2e
if test $? -gt 0
then
 echo "RESULT 6. pdfLaTeX failed"
else
 echo "RESULT 6. pdfLaTeX succeeded"
fi
#
echo "does dvips run with CM type1 fonts?"
dvips sample2e -o
if test $? -gt 0
then
 echo "RESULT 7. dvips failed"
else
 echo "RESULT 7. dvips succeeded"
fi
#
echo "does dviselect run?"
dviselect 2:2 sample2e.dvi x.dvi
if test $? -gt 0
then
 echo "RESULT 8. dviselect failed"
else
 echo "RESULT 8. dviselect succeeded"
fi
#
echo "does dv2dt? run?"
if test $? -gt 0
then
 echo "RESULT 9. dv2dt failed"
else
 echo "RESULT 9. dv2dt succeeded"
fi
dv2dt x.dvi x.dt
ls -l x.dt
VARTEXFONTS=`pwd`
MT_FEATURES="varfonts:dosnames"
export  VARTEXFONTS MT_FEATURES
echo VARTEXFONTS is now $VARTEXFONTS
echo MT_FEATURES is now $MT_FEATURES
#
echo "does dvips run and create bitmap CM fonts?"
dvips -D110 -mode ibmvga sample2e -o
if test $? -gt 0
then
 echo "RESULT 10. dvips failed"
else
 echo "RESULT 10. dvips succeeded"
fi
cat > utopia.tex <<EOT
\font\foo=putb8t at 40pt
\foo Hello
\bye
EOT
tex utopia
echo "does dvips run and create bitmap Utopia using gsftopk?"
dvips -V utopia -o
#
cat > utopia2.tex <<EOT
\font\foo=putr8t at 40pt
\foo Hello
\bye
EOT
tex utopia2
export ps_to_pk=ps2pk
echo "does dvips run and create bitmap Utopia using ps2pk?"
dvips -V utopia2 -o
if test $? -gt 0
then
 echo "RESULT 11. dvips -V failed"
else
 echo "RESULT 11. dvips -V succeeded"
fi
#
echo "does mpost run?"
cat > foo.mp <<EOT
vardef boundingbox primary p =
  llcorner p --
  lrcorner p --
  urcorner p --
  ulcorner p -- cycle
enddef;

beginfig(40);
filldraw fullcircle;
path pp; pp := boundingbox currentpicture;
setbounds currentpicture to pp;
currentpicture := currentpicture scaled 100;
endfig;
end.
EOT
mpost foo.mp
if test $? -gt 0
then
 echo "RESULT 12. mpost failed"
else
 echo "RESULT 12. mpost succeeded"
fi
grep BoundingBox foo.40
cd ..
@


1.1.1.1
log
@sun2.dante.de download 2/10/2000 of TeXLive (Omega 1.11)
@
text
@@
