diff --git a/README.md b/README.md index 869f686..dde5a1a 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,10 @@ See [the blog post](http://szhorvat.net/pelican/latex-typesetting-in-mathematica In older versions that do not support resource functions, follow the manual installation instructions: - - [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 + - [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 Needs["PacletManager`"] - PacletInstall["~/Downloads/MaTeX-1.7.5.paclet"] + PacletInstall["~/Downloads/MaTeX-1.7.6.paclet"] The most convenient way to obtain the path to a file is Mathematica's Insert → File Path... menu command. @@ -111,6 +111,11 @@ The limiting factor in the speed of `MaTeX` calls is running the `pdflatex` proc ## Revision history +#### Version 1.7.6 + + - Improved compatibility with Mathematica 12.0 and 12.1 + - Reliability improvements + #### Version 1.7.5 - Documentation improvements diff --git a/README.zh_cn.md b/README.zh_cn.md index 831ba96..00252d0 100644 --- a/README.zh_cn.md +++ b/README.zh_cn.md @@ -22,11 +22,11 @@ 在不支持资源功能的旧版本中,请遵循手动安装说明: -- [下载最新版本](https://github.com/szhorvat/MaTeX/releases),以 `.paclet` 文件形式分发,并使用 Mathematica 中的 `PacletInstall` 函数进行安装。例如,假设文件 "MaTeX-1.7.5.paclet" 已下载到目录 `~/Downloads` 中,请执行 +- [下载最新版本](https://github.com/szhorvat/MaTeX/releases),以 `.paclet` 文件形式分发,并使用 Mathematica 中的 `PacletInstall` 函数进行安装。例如,假设文件 "MaTeX-1.7.6.paclet" 已下载到目录 `~/Downloads` 中,请执行 ```mathematica Needs["PacletManager`"] - PacletInstall["~/Downloads/MaTeX-1.7.5.paclet"] + PacletInstall["~/Downloads/MaTeX-1.7.6.paclet"] ``` 获取文件路径的最便捷方法是 Mathematica 的 插入→文件路径。.. 菜单命令。 @@ -126,6 +126,11 @@ LaTeX 代码以数学模式解释。在 Mathematica 字符串中编写 LaTeX 代 ## 修订记录 +#### 版本 1.7.6 + + - 提高了与 Mathematica 12.0 和 12.1 的兼容性 + - 提高了可靠性 + #### 版本 1.7.5 - 文档改进