Skip to content

Commit

Permalink
pdflatex is now called from the hets-tmp directory instead of the cur…
Browse files Browse the repository at this point in the history
…rent cgi-bin directory

git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@3090 cec4b9c1-7d33-0410-9eda-942365e851bb
  • Loading branch information
Klaus Luettich committed Aug 26, 2004
1 parent bca91e6 commit 2e21872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GUI/hets_cgi.hs
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,9 @@ anaInput contents showS@(_,_,_,willAchiv) outputfiles =
setFileMode latexFile fileMode
appendFile latexFile ("\\input{"++ pptexFile ++"}\n" ++ "\\end{document}\n")

system ("/usr/local/share/teTeX/2.0/bin/ix86-linux2/pdflatex " ++
system ("cd /home/www/cofi/hets-tmp; /usr/local/share/teTeX/2.0/bin/ix86-linux2/pdflatex " ++
latexFile ++ " > " ++ tmpFile)
system "mv result* /home/www/cofi/hets-tmp/"
-- system "mv result* /home/www/cofi/hets-tmp/"
setFileMode pdfFile fileMode
return()

Expand Down

0 comments on commit 2e21872

Please sign in to comment.