Skip to content

Commit 8243a14

Browse files
committed
Update README for 1.7.1
1 parent 3a0f126 commit 8243a14

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ See [the blog post](http://szhorvat.net/pelican/latex-typesetting-in-mathematica
66

77
## Installation
88

9-
- [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
9+
- [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
1010

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

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

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

9394
## Revision history
9495

96+
#### Version 1.7.1
97+
98+
- Work around a rare `RunProcess` bug that affects some Mathematica 10.0 installations on Linux
99+
- Documentation improvements, along with a new tutorial on figure preparation
100+
95101
#### Version 1.7.0
96102

97103
- Internal refactoring, minor bug fixes and polish

0 commit comments

Comments
 (0)