summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-06-20 03:02:28 +0000
committerNorbert Preining <norbert@preining.info>2020-06-20 03:02:28 +0000
commiteb6236a4ba3566f36e4f6f8cf78f39ea56861520 (patch)
tree630919fac6b621bb68e445019b8e4cb9a2b7eed2 /support
parentfa4840ca74917d6402885b9b77c26e51b61fc68a (diff)
CTAN sync 202006200302
Diffstat (limited to 'support')
-rw-r--r--support/spix/CHANGELOG.md13
-rw-r--r--support/spix/README.md12
-rw-r--r--support/spix/spix.pdfbin1521639 -> 1521970 bytes
3 files changed, 19 insertions, 6 deletions
diff --git a/support/spix/CHANGELOG.md b/support/spix/CHANGELOG.md
index f0d854a11b..dea80d9162 100644
--- a/support/spix/CHANGELOG.md
+++ b/support/spix/CHANGELOG.md
@@ -1,3 +1,16 @@
+* spix 1.0.0 (2020-06-19)
+
+ * [doc] Minor documentation improvements.
+
+ -- Louis Paternault <spalax+python@gresille.org>
+
+* spix 1.0.0-beta2 (2020-06-12)
+
+ * [command line] Use FILE instead of TEX in description of command line arguments.
+ * Code snippet can use environment variables `$basename`, `$texname`.
+
+ -- Louis Paternault <spalax+python@gresille.org>
+
* spix 1.0.0-beta (2020-06-11)
* First published version.
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
diff --git a/support/spix/spix.pdf b/support/spix/spix.pdf
index a008ed2c4d..89ad286c90 100644
--- a/support/spix/spix.pdf
+++ b/support/spix/spix.pdf
Binary files differ