From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- macros/latex/contrib/duckuments/README.md | 33 +++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 macros/latex/contrib/duckuments/README.md (limited to 'macros/latex/contrib/duckuments/README.md') diff --git a/macros/latex/contrib/duckuments/README.md b/macros/latex/contrib/duckuments/README.md new file mode 100644 index 0000000000..a1aa15bbac --- /dev/null +++ b/macros/latex/contrib/duckuments/README.md @@ -0,0 +1,33 @@ +### `duckuments`: minimal working duckuments ### + + +This package 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 + + https://www.latex-project.org/lppl.txt + +Copyright (C) 2018-2019 by Jonathan P. Spratte + +This package provides means to create duckified dummy contents. The following +macros are available: + + - `\duckument[key=val]` - print a short duckument + - `\blindduck[key=val]` - print a paragraph + - `\ducklist(*){environment}` - create a list of type `environment` + - `\ducklistlist(*){environment}` - create nested lists + - `\duckitemize` - `\ducklist{itemize}` + - `\duckenumerate` - `\ducklist{enumerate}` + - `\duckdescription` - `\ducklist{description}` + - `\duckumentsCreateExampleFile` + - `\duckumentsDrawRandomDucks[count]` + +It also provides `example-image-duck.pdf` which contains several pages of random +`tikzduck`s. Also `\includegraphics` is patched so one can use +`\includegraphics{example-image-duck}` to in fact use a random duck out of +`example-image-duck.pdf`. The behaviour of `\includegraphics` shouldn't be +altered for other files. + +**Attention: + At the moment, the package only works with pdfTeX, LuaTeX, and XeTeX.** -- cgit v1.2.3