Skip to content

Commit c48cfd5

Browse files
committed
Update README
1 parent b89fa07 commit c48cfd5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ See [the blog post](http://szhorvat.net/pelican/latex-typesetting-in-mathematica
1414
- [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.3.paclet"]
17+
PacletInstall["~/Downloads/MaTeX-1.7.4.paclet"]
1818

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

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

9999
## Revision history
100100

101+
#### Version 1.7.4
102+
103+
- Documentation improvements
104+
101105
#### Version 1.7.3
102106

103107
- 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.
104108
- 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.
109+
- Documentation improvements
106110

107111
#### Version 1.7.2
108112

0 commit comments

Comments
 (0)