Skip to content

Commit a2f26d2

Browse files
committed
Update README
1 parent 942da3e commit a2f26d2

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

README.md

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

2323
In older versions that do not support resource functions, follow the manual installation instructions:
2424

25-
- [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.7.paclet` was downloaded into the directory `~/Downloads`, evaluate
25+
- [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.8.paclet` was downloaded into the directory `~/Downloads`, evaluate
2626

2727
Needs["PacletManager`"]
28-
PacletInstall["~/Downloads/MaTeX-1.7.7.paclet"]
28+
PacletInstall["~/Downloads/MaTeX-1.7.8.paclet"]
2929

3030
The most convenient way to obtain the path to a file is Mathematica's Insert → File Path... menu command.
3131

@@ -111,6 +111,10 @@ The limiting factor in the speed of `MaTeX` calls is running the `pdflatex` proc
111111

112112
## Revision history
113113

114+
#### Version 1.7.8
115+
116+
- Improve compatibility with future Mathematica versions
117+
114118
#### Version 1.7.7
115119

116120
- Fix compatibility with Ghostscript 9.53.1

README.zh_cn.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222

2323
在不支持资源功能的旧版本中,请遵循手动安装说明:
2424

25-
- [下载最新版本](https://github.com/szhorvat/MaTeX/releases),以 `.paclet` 文件形式分发,并使用 Mathematica 中的 `PacletInstall` 函数进行安装。例如,假设文件 "MaTeX-1.7.7.paclet" 已下载到目录 `~/Downloads` 中,请执行
25+
- [下载最新版本](https://github.com/szhorvat/MaTeX/releases),以 `.paclet` 文件形式分发,并使用 Mathematica 中的 `PacletInstall` 函数进行安装。例如,假设文件 "MaTeX-1.7.8.paclet" 已下载到目录 `~/Downloads` 中,请执行
2626

2727
```mathematica
2828
Needs["PacletManager`"]
29-
PacletInstall["~/Downloads/MaTeX-1.7.7.paclet"]
29+
PacletInstall["~/Downloads/MaTeX-1.7.8.paclet"]
3030
```
3131
3232
获取文件路径的最便捷方法是 Mathematica 的 插入→文件路径。.. 菜单命令。
@@ -126,6 +126,10 @@ LaTeX 代码以数学模式解释。在 Mathematica 字符串中编写 LaTeX 代
126126

127127
## 修订记录
128128

129+
#### 版本 1.7.8
130+
131+
- 提高与未来 Mathematica 版本的兼容性
132+
129133
#### 版本 1.7.7
130134

131135
- 修复了与 Ghostscript 9.53.1 的兼容性

0 commit comments

Comments
 (0)