Hello,

can sy help me to get Hyperlatex-28b.tar.gz running under WinXP?
I changed gs to gswin32.exe (with path) a bit  in file ps2image
but I have error when running:

$ ./hyperlatex -image tryx7.tex
This is e-TeX, Version 3.141592-2.2 (MiKTeX 2.4)
entering extended mode
LaTeX2e <2003/12/01>
Loading CZ hyphenation patterns: Pavel Sevecek, v3, 1995
Loading SK hyphenation patterns: Jana Chlebikova, 1992
Babel <v3.8g> and hyphenation patterns for english, usenglishmax,
dumylang, noh
yphenation, basque, welsh, czech, slovak, german, ngerman,
danish, spanish, cat
alan, estonian, finnish, french, croatian, hungarian, italian,
latin, dutch, no
rsk, polish, portuguese, romanian, russian, slovene, serbian,
swedish, turkish,
 loaded.
(tryx7.tex (D:\A_home\texmf\tex\latex\base\article.cls
Document Class: article 2004/02/16 v1.4f Standard LaTeX document
class
(D:\A_home\texmf\tex\latex\base\size10.clo)) (hyperlatex.sty
Package: 'hyperlatex' v2.7 Otfried Cheong
(D:\A_home\texmf\tex\latex\tools\verbatim.sty)
******************************************
* Making bitmaps from Hyperlatex source! *
******************************************
) (D:\A_home\texmf\tex\latex\tools\xspace.sty)
(D:\A_home\texmf\tex\latex\graphics\graphicx.sty
(D:\A_home\texmf\tex\latex\graphics\keyval.sty)
(D:\A_home\texmf\tex\latex\graphics\graphics.sty
(D:\A_home\texmf\tex\latex\graphics\trig.sty)
(D:\A_home\texmf\tex\latex\00miktex\graphics.cfg)
(D:\A_home\texmf\tex\latex\graphics\dvips.def)))
(D:\A_home\texmf\tex\generic\babel\babel.sty
(D:\A_home\texmf\tex\generic\babel\germanb.ldf
(D:\A_home\texmf\tex\generic\babel\babel.def))
(D:\A_home\texmf\tex\generic\babel\english.ldf))
Writing index file tryx7.idx
No file tryx7.aux.
<this.png> [10001] [1] [2]

LaTeX Font Warning: Font shape `OT1/cmr/bx/sc' undefined
(Font)              using `OT1/cmr/bx/n' instead on input line
213.

[3] [10002] [10003] [4] [10004] [10005] [5]
(D:\A_home\texmf\tex\latex\base\omscmr.fd) (hyperlatex.ind [6]
[7] [8])
No file tryx7.toc.
[9] (tryx7.aux)

LaTeX Font Warning: Some font shapes were not available, defaults
substituted.


LaTeX Warning: Label(s) may have changed. Rerun to get
cross-references right.

 )
Output written on tryx7.dvi (14 pages, 24220 bytes).
Transcript written on tryx7.log.
This is dvips(k) 5.94b Copyright 2004 Radical Eye Software
(www.radicaleye.com)
' TeX output 2006.06.29:0811' -> 
<tex.pro><texps.pro>.
<cmr10.pfb><cmmi10.pfb><cmr7.pfb><cmex10.pfb>
<cmmi7.pfb>[10001] 
d:\netpbm\bin\pnmcrop.exe: Unable to create temporary file. 
mkstemp() failed with errno 22 (Invalid argument)
d:\netpbm\bin\pnmtopng.exe: Unable to create temporary file. 
mkstemp() failed with errno 22 (Invalid argument)
Done
This is dvips(k) 5.94b Copyright 2004 Radical Eye Software
(www.radicaleye.com)
' TeX output 2006.06.29:0811' -> 
<tex.pro><texps.pro><special.pro>.
<cmr10.pfb><cmmi10.pfb><cmr7.pfb>
<cmex10.pfb><cmmi7.pfb>[10002] 
d:\netpbm\bin\pnmcrop.exe: Unable to create temporary file. 
mkstemp() failed with errno 22 (Invalid argument)
d:\netpbm\bin\pnmtopng.exe: Unable to create temporary file. 
mkstemp() failed with errno 22 (Invalid argument)
Done
This is dvips(k) 5.94b Copyright 2004 Radical Eye Software
(www.radicaleye.com)
' TeX output 2006.06.29:0811' -> 
<tex.pro><texps.pro><special.pro>.
<lcircle1.pfb><line10.pfb><cmsy10.pfb>
<cmr10.pfb><cmmi10.pfb><cmr7.pfb><cmmi7.pfb>[10003] 
d:\netpbm\bin\pnmcrop.exe: Unable to create temporary file. 
mkstemp() failed with errno 22 (Invalid argument)
d:\netpbm\bin\pnmtopng.exe: Unable to create temporary file. 
mkstemp() failed with errno 22 (Invalid argument)
Done
This is dvips(k) 5.94b Copyright 2004 Radical Eye Software
(www.radicaleye.com)
' TeX output 2006.06.29:0811' -> 
<tex.pro><texps.pro><special.pro>.
<cmr10.pfb><cmmi10.pfb><cmr7.pfb>
<cmex10.pfb><cmmi7.pfb>[10004] 
d:\netpbm\bin\pnmcrop.exe: Unable to create temporary file. 
mkstemp() failed with errno 22 (Invalid argument)
d:\netpbm\bin\pnmtopng.exe: Unable to create temporary file. 
mkstemp() failed with errno 22 (Invalid argument)
Done
This is dvips(k) 5.94b Copyright 2004 Radical Eye Software
(www.radicaleye.com)
' TeX output 2006.06.29:0811' -> 
<tex.pro><texps.pro><special.pro>.
<lcircle1.pfb><line10.pfb><cmsy10.pfb>
<cmr10.pfb><cmmi10.pfb><cmr7.pfb><cmmi7.pfb>[10005] 
d:\netpbm\bin\pnmcrop.exe: Unable to create temporary file. 
mkstemp() failed with errno 22 (Invalid argument)
d:\netpbm\bin\pnmtopng.exe: Unable to create temporary file. 
mkstemp() failed with errno 22 (Invalid argument)
Done

[EMAIL PROTECTED] ~/assa/Hyperlatex-2.8/bin

*********
ps2image:

$ cat ps2image 
#! /bin/sh
# convert ps file to Gif
#
resolution=95
quantcmd="cat"
transcmd="-transparent #ffffff "
antialiasing=""
#
usage() {
  echo "Usage:" 1>&2
  echo "  ps2image [ -res RESOLUTION ] [ -notrans ] psfile.ps
file.png" 1>&2
  echo "  ps2image [ -res RESOLUTION ] [ -notrans ] psfile.ps
file.gif" 1>&2
  echo " " 1>&2
  exit 1
}

[ $# -lt 2 ] && usage

while [ $# -gt 0 ]; do
  case $1 in
    -quant)
      quantcmd="ppmquant 50"
      ;;
    -notrans)
      transcmd=""
      ;;
    -antialiasing)
      antialiasing="-dTextAlphaBits=4 -dGraphicsAlphaBits=4"
      ;;
    -res)
      shift
      if [ $# -eq 0 ]; then
        echo "ps2image: no resolution specified" 1>&2

        exit 1
      fi
      resolution=$1
      ;;
    -*)
      usage;;
    *.ps)
      fig=$1;;
    *.png)
      image=$1; convertcommand="pnmtopng";;
    *.gif)
      image=$1; convertcommand="pnmtogif";;
  esac
  shift
done


#-q -dNOPAUSE -r$resolution $antialiasing -sDEVICE=ppm
-sOutputFile=
cat $fig \
| /d/GS853/gs/gs8.53/bin/gswin32.exe -dTextAlphaBits=4
-dGraphicsAlphaBits=4 -dBATCH -dNOPAUSE -sDEVICE=ppm
-r$resolution -sOutputFile=- - \
| pnmcrop | $quantcmd | $convertcommand -interlace $transcmd >
$image

echo "Done"
*************************

Can sy give me an advice?
note: netpbm10-27.exe was installed to d:\netpbm
(is it possible to check whether it is installed correctly?)

Thanks for the help.
Ardi

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Hyperlatex-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hyperlatex-users

Reply via email to