summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/thalie/CHANGELOG.md6
-rw-r--r--Master/texmf-dist/doc/latex/thalie/README.md8
-rw-r--r--Master/texmf-dist/doc/latex/thalie/thalie.pdfbin422053 -> 422776 bytes
-rw-r--r--Master/texmf-dist/source/latex/thalie/thalie.dtx2
-rw-r--r--Master/texmf-dist/tex/latex/thalie/thalie.sty2
5 files changed, 12 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/thalie/CHANGELOG.md b/Master/texmf-dist/doc/latex/thalie/CHANGELOG.md
index 5ea5780d9ea..e95a5af9e5f 100644
--- a/Master/texmf-dist/doc/latex/thalie/CHANGELOG.md
+++ b/Master/texmf-dist/doc/latex/thalie/CHANGELOG.md
@@ -1,3 +1,9 @@
+* thalie 0.10b (2019-07-31)
+
+ * Minor fixes and updates of examples.
+
+ -- Louis Paternault <spalax+ctan@gresille.org>
+
* thalie 0.10a (2019-02-24)
* New translation: German (thanks Ekkart Kleinod).
diff --git a/Master/texmf-dist/doc/latex/thalie/README.md b/Master/texmf-dist/doc/latex/thalie/README.md
index 7cceefe7195..a9a4bcec861 100644
--- a/Master/texmf-dist/doc/latex/thalie/README.md
+++ b/Master/texmf-dist/doc/latex/thalie/README.md
@@ -5,12 +5,12 @@ It defines commands to introduce characters' lines, to render stage direction,
to divide a play into acts and scenes, to automatically build the dramatis
personae, etc.
-- Version 0.10a (2019-02-24)
+- Version 0.10b (2019-07-31)
- Usage and installation instruction are available in the [documentation](http://mirrors.ctan.org/macros/latex/contrib/thalie/thalie.pdf).
- Examples
- - [French play, in verse](https://framagit.org/spalax/thalie/raw/v0.10a/examples/cyrano.pdf) ([source](https://framagit.org/spalax/thalie/raw/v0.10a/examples/cyrano.tex))
- - [French play, in prose](https://framagit.org/spalax/thalie/raw/v0.10a/examples/domjuan.pdf) ([source](https://framagit.org/spalax/thalie/raw/v0.10a/examples/domjuan.tex))
- - [English play, in prose](https://framagit.org/spalax/thalie/raw/v0.10a/examples/hamlet.pdf) ([source](https://framagit.org/spalax/thalie/raw/v0.10a/examples/hamlet.tex))
+ - [French play, in verse](https://framagit.org/spalax/thalie/raw/v0.10b/examples/cyrano.pdf) ([source](https://framagit.org/spalax/thalie/raw/v0.10b/examples/cyrano.tex))
+ - [French play, in prose](https://framagit.org/spalax/thalie/raw/v0.10b/examples/domjuan.pdf) ([source](https://framagit.org/spalax/thalie/raw/v0.10b/examples/domjuan.tex))
+ - [English play, in prose](https://framagit.org/spalax/thalie/raw/v0.10b/examples/hamlet.pdf) ([source](https://framagit.org/spalax/thalie/raw/v0.10b/examples/hamlet.tex))
License
-------
diff --git a/Master/texmf-dist/doc/latex/thalie/thalie.pdf b/Master/texmf-dist/doc/latex/thalie/thalie.pdf
index f91eab0eedf..c7105caaecb 100644
--- a/Master/texmf-dist/doc/latex/thalie/thalie.pdf
+++ b/Master/texmf-dist/doc/latex/thalie/thalie.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/thalie/thalie.dtx b/Master/texmf-dist/source/latex/thalie/thalie.dtx
index 91a85cf1ed0..53230be775d 100644
--- a/Master/texmf-dist/source/latex/thalie/thalie.dtx
+++ b/Master/texmf-dist/source/latex/thalie/thalie.dtx
@@ -25,7 +25,7 @@
%<package>\NeedsTeXFormat{LaTeX2e}
%<package>\ProvidesPackage{thalie}
%<*package>
- [2019/02/24 v0.10a A package to typeset drama plays]
+ [2019/07/31 v0.10b A package to typeset drama plays]
%</package>
%
%<*driver>
diff --git a/Master/texmf-dist/tex/latex/thalie/thalie.sty b/Master/texmf-dist/tex/latex/thalie/thalie.sty
index cbbc05c21b6..831392a9952 100644
--- a/Master/texmf-dist/tex/latex/thalie/thalie.sty
+++ b/Master/texmf-dist/tex/latex/thalie/thalie.sty
@@ -23,7 +23,7 @@
%% and the derived file thalie.sty.
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{thalie}
- [2019/02/24 v0.10a A package to typeset drama plays]
+ [2019/07/31 v0.10b A package to typeset drama plays]
\RequirePackage{pgfkeys}
\RequirePackage{etoolbox}