summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/ducksay/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/ducksay/README.md')
-rw-r--r--Master/texmf-dist/doc/latex/ducksay/README.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/ducksay/README.md b/Master/texmf-dist/doc/latex/ducksay/README.md
index 2c1eaf2706d..f1b338ddfc8 100644
--- a/Master/texmf-dist/doc/latex/ducksay/README.md
+++ b/Master/texmf-dist/doc/latex/ducksay/README.md
@@ -8,9 +8,13 @@ Copyright (C) 2017 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>}
-\AddAnimal(*){<name>}<ascii-art>
+ - `\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 supported but need to be manually created using `\\`.