summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/ducksay/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/ducksay/README.md')
-rw-r--r--macros/latex/contrib/ducksay/README.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/macros/latex/contrib/ducksay/README.md b/macros/latex/contrib/ducksay/README.md
new file mode 100644
index 0000000000..b09e3d5fb2
--- /dev/null
+++ b/macros/latex/contrib/ducksay/README.md
@@ -0,0 +1,27 @@
+ducksay: cowsay for LaTeX
+
+This work may be distributed and/or modified under the conditions of the LaTeX
+Project Public License (LPPL), either version 1.3c of this license or (at your
+option) any later version. The latest version of this license is in the file:
+
+ http://www.latex-project.org/lppl.txt
+
+This work is "maintained" (as per LPPL maintenance status) by
+ Jonathan P. Spratte.
+
+Copyright (C) 2017-2019 by Jonathan P. Spratte
+
+The package draws ASCII art of animals saying a specified message. The following
+macros are available:
+
+ - `\ducksay[<options>]{<message>}`
+ - `\duckthink[<options>]{<message>}`
+ - `\DefaultAnimal{<animal>}`
+ - `\DucksayOptions{<options>}`
+ - `\AddAnimal(*){<name>}<ascii-art>`
+
+`<ascii-art>` should be delimited either by matching braces or by the same
+symbol and is read verbatim.
+
+Multi-line messages are now fully supported. The package comes with two
+versions, choosable with the `version` key.