Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
szhorvat committed Oct 21, 2020
1 parent 942da3e commit a2f26d2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 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.7.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.8.paclet` was downloaded into the directory `~/Downloads`, evaluate

Needs["PacletManager`"]
PacletInstall["~/Downloads/MaTeX-1.7.7.paclet"]
PacletInstall["~/Downloads/MaTeX-1.7.8.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,10 @@ The limiting factor in the speed of `MaTeX` calls is running the `pdflatex` proc

## Revision history

#### Version 1.7.8

- Improve compatibility with future Mathematica versions

#### Version 1.7.7

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

```mathematica
Needs["PacletManager`"]
PacletInstall["~/Downloads/MaTeX-1.7.7.paclet"]
PacletInstall["~/Downloads/MaTeX-1.7.8.paclet"]
```

获取文件路径的最便捷方法是 Mathematica 的 插入→文件路径。.. 菜单命令。
Expand Down Expand Up @@ -126,6 +126,10 @@ LaTeX 代码以数学模式解释。在 Mathematica 字符串中编写 LaTeX 代

## 修订记录

#### 版本 1.7.8

- 提高与未来 Mathematica 版本的兼容性

#### 版本 1.7.7

- 修复了与 Ghostscript 9.53.1 的兼容性
Expand Down

0 comments on commit a2f26d2

Please sign in to comment.