Skip to content

Commit

Permalink
Update README for 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
szhorvat committed Sep 3, 2017
1 parent 3a0f126 commit 8243a14
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 @@ -6,9 +6,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.0.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.1.paclet` was downloaded into the directory `~/Downloads`, evaluate

PacletInstall["~/Downloads/MaTeX-1.7.0.paclet"]
Needs["PacletManager`"]
PacletInstall["~/Downloads/MaTeX-1.7.1.paclet"]

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

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

## Revision history

#### Version 1.7.1

- Work around a rare `RunProcess` bug that affects some Mathematica 10.0 installations on Linux
- Documentation improvements, along with a new tutorial on figure preparation

#### Version 1.7.0

- Internal refactoring, minor bug fixes and polish
Expand Down

0 comments on commit 8243a14

Please sign in to comment.