Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
szhorvat committed Apr 12, 2019
1 parent 66f1ecd commit 8d96a60
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 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.4.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.5.paclet` was downloaded into the directory `~/Downloads`, evaluate

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

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

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

## Revision history

#### Version 1.7.5

- Documentation improvements
- Improved error reporting

#### Version 1.7.4

- Documentation improvements
Expand Down

0 comments on commit 8d96a60

Please sign in to comment.