Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
szhorvat committed Mar 23, 2020
1 parent 3109240 commit a5011ec
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
Expand Down
9 changes: 7 additions & 2 deletions README.zh_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 的 插入→文件路径。.. 菜单命令。
Expand Down Expand Up @@ -126,6 +126,11 @@ LaTeX 代码以数学模式解释。在 Mathematica 字符串中编写 LaTeX 代

## 修订记录

#### 版本 1.7.6

- 提高了与 Mathematica 12.0 和 12.1 的兼容性
- 提高了可靠性

#### 版本 1.7.5

- 文档改进
Expand Down

0 comments on commit a5011ec

Please sign in to comment.