Skip to content

Commit a5011ec

Browse files
committed
Update README
1 parent 3109240 commit a5011ec

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

README.md

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

2727
Needs["PacletManager`"]
28-
PacletInstall["~/Downloads/MaTeX-1.7.5.paclet"]
28+
PacletInstall["~/Downloads/MaTeX-1.7.6.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,11 @@ The limiting factor in the speed of `MaTeX` calls is running the `pdflatex` proc
111111

112112
## Revision history
113113

114+
#### Version 1.7.6
115+
116+
- Improved compatibility with Mathematica 12.0 and 12.1
117+
- Reliability improvements
118+
114119
#### Version 1.7.5
115120

116121
- Documentation improvements

README.zh_cn.md

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

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

127127
## 修订记录
128128

129+
#### 版本 1.7.6
130+
131+
- 提高了与 Mathematica 12.0 和 12.1 的兼容性
132+
- 提高了可靠性
133+
129134
#### 版本 1.7.5
130135

131136
- 文档改进

0 commit comments

Comments
 (0)