summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/ducksay/README.md
blob: f1b338ddfc8e43e43ec231e02f8aaf28f646c4f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
ducksay: cowsay for LaTeX

This package is distributed under the terms of GPLv3 or later, or the LPPL 1.3c
or later, which ever license fits your needs the best.

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>}`
 - `\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 `\\`.