[plt-scheme] SLaTeX: getting it to work
Hello,
Judging from http://docs.plt-scheme.org/slatex-wrap/, running SLaTeX
sounds very easy. So I made a test file and typed in DrScheme:
(require slatex/slatex-wrapper)
(slatex "D:\\mydir\\quick.tex")
However, hitting 'run' produces:
SLaTeX v. 20050609
typesetting code[quick.tex]done
. . collects\slatex\slatex-wrapper.ss:37:16: latex: could not find latex
binary: "latex.exe"
I have MiKTeX installed and use WinEdt daily, which has no trouble
finding latex binaries. How does one direct SLaTeX to these binaries?
Kind regards,
Bas