From eb6236a4ba3566f36e4f6f8cf78f39ea56861520 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sat, 20 Jun 2020 03:02:28 +0000 Subject: CTAN sync 202006200302 --- support/spix/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'support/spix/README.md') diff --git a/support/spix/README.md b/support/spix/README.md index b58d858e7d..a12fc8686f 100644 --- a/support/spix/README.md +++ b/support/spix/README.md @@ -23,11 +23,11 @@ Write the compilation process of your ``.tex`` file as a shell script, before th Hello, world! \end{document} -You can also replace the file name with ``$1``. That way, you don't have to worry about the file name when writing your commands. +You can also replace the file name with ``$texname``. That way, you don't have to worry about the file name when writing your commands. % Compile this file twice with lualatex. - %$ lualatex $1 - %$ lualatex $1 + %$ lualatex $texname + %$ lualatex $texname ### Compilation @@ -53,11 +53,11 @@ See [changelog](https://framagit.org/spalax/spix/blob/master/CHANGELOG.md). ## Download and install -SpiX can be installed using pip: +The preferred way to install SpiX used pip: - pip install spix + python3 -m pip install spix -Other installation methods can be found in the [documentation](https://spix.readthedocs.io/en/stable/install.html). +Other installation methods can be found in the [documentation](https://spix.readthedocs.io/en/latest/install/). ## License -- cgit v1.2.3