Skip to content

Commit 8d96a60

Browse files
committed
Update README
1 parent 66f1ecd commit 8d96a60

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

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

1212
## Installation
1313

14-
- [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
14+
- [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
1515

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

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

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

9999
## Revision history
100100

101+
#### Version 1.7.5
102+
103+
- Documentation improvements
104+
- Improved error reporting
105+
101106
#### Version 1.7.4
102107

103108
- Documentation improvements

0 commit comments

Comments
 (0)