szhorvat / MaTeX

LaTeX labels in Mathematica
http://szhorvat.net/mathematica/MaTeX
MIT License
368 stars 44 forks source link

If I just install the basical MiKTeX,could I can use your MaTex? #16

Closed Juddd closed 7 years ago

Juddd commented 7 years ago

If I just install the basical MiKTeX in here,could I can use your MaTex?

Note in my system,the pdflatex is in

The Ghostscript is in

But this code does't work..And I cannot use your package still.

Mathematica graphics

szhorvat commented 7 years ago

You need to set the path to the executables, not the directories containing them.

There are packages that are required but not part of the basic MiKTeX. These should be auto-installed by MiKTeX when they are first used. The list is on the MaTeX page (standalone, exscale, lmodern, but maybe I missed something).

Juddd commented 7 years ago

@szhorvat My gswin32c is version 8.64 after I install this package and this update wizard cannot update the Ghostscript.I know this version is not supported by your package.So I download a new version from here.Now I used

ConfigureMaTeX[
 "pdfLaTeX" -> 
  "C:\\Program Files\\MiKTeX \
2.9\\miktex\\bin\\x64\\miktex-pdftex.exe", 
 "Ghostscript" -> "C:\\Program Files\\gs\\gs9.21\\bin\\gswin64c.exe"]

in this time.As the output,it has been config successfully.But it seem I cannot use a Matex package.Help please.

szhorvat commented 7 years ago

But it seem I cannot use a Matex package.Help please.

If there is a problem, you need to be very specific and provide all details. There is also a troubleshooting section as well as a tutorial in the builtin documentation. Open the docs and search for MaTeX.