Skip to content

Commit 39ab09c

Browse files
committed
Update README for v1.7.3
1 parent 0e7dfcd commit 39ab09c

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
@@ -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.2.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.3.paclet` was downloaded into the directory `~/Downloads`, evaluate
1515

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

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

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

9999
## Revision history
100100

101+
#### Version 1.7.3
102+
103+
- 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.
104+
- Exposed ``MaTeX`Developer`Texify``, to allow users to customize the expression to TeX code conversion. See Neat Examples in the MaTeX symbol documentation page.
105+
- Documentation improvements.
106+
101107
#### Version 1.7.2
102108

103109
- Better compatibility with the new documentation search in Mathematica 11.2

0 commit comments

Comments
 (0)