Skip to content

Commit

Permalink
Update README for v1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
szhorvat committed Dec 4, 2017
1 parent 0e7dfcd commit 39ab09c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ See [the blog post](http://szhorvat.net/pelican/latex-typesetting-in-mathematica

## Installation

- [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.2.paclet` was downloaded into the directory `~/Downloads`, evaluate
- [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.2.paclet"]
PacletInstall["~/Downloads/MaTeX-1.7.3.paclet"]

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

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

## Revision history

#### 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.

#### Version 1.7.2

- Better compatibility with the new documentation search in Mathematica 11.2
Expand Down

0 comments on commit 39ab09c

Please sign in to comment.