Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
szhorvat committed Jun 17, 2018
1 parent b89fa07 commit c48cfd5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ See [the blog post](http://szhorvat.net/pelican/latex-typesetting-in-mathematica
- [Download the latest release](https://github.com/szhorvat/MaTeX/releases), distributed as a `.paclet` file, and install it using the `PacletInstall` function in Mathematica. For example, assuming that the file `MaTeX-1.7.3.paclet` was downloaded into the directory `~/Downloads`, evaluate

Needs["PacletManager`"]
PacletInstall["~/Downloads/MaTeX-1.7.3.paclet"]
PacletInstall["~/Downloads/MaTeX-1.7.4.paclet"]

- Make sure that a TeX system and Ghostscript 9.15 or later are installed.

Expand Down Expand Up @@ -98,11 +98,15 @@ The limiting factor in the speed of `MaTeX` calls is running the `pdflatex` proc

## Revision history

#### Version 1.7.4

- Documentation improvements

#### Version 1.7.3

- Added `"WorkingDirectory"` configuration option. This allows users to work around a `RunProcess` bug in some Mathematica versions on Windows where `RunProcess` would fail in a directory with non-ASCII characters in its name.
- Exposed ``MaTeX`Developer`Texify``, to allow users to customize the expression to TeX code conversion. See Neat Examples in the MaTeX symbol documentation page.
- Documentation improvements.
- Documentation improvements

#### Version 1.7.2

Expand Down

0 comments on commit c48cfd5

Please sign in to comment.