summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/duckuments
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-03-13 22:00:35 +0000
committerKarl Berry <karl@freefriends.org>2018-03-13 22:00:35 +0000
commitffded645119011854c6137bcb09d049d66c058f5 (patch)
treedd1aff3b187085695e8165ba1ffa97a67ed484a6 /Master/texmf-dist/doc/latex/duckuments
parent086b1547b4ca9345835a2417ad40e5ec9fee3842 (diff)
duckuments (13mar18)
git-svn-id: svn://tug.org/texlive/trunk@46950 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/duckuments')
-rw-r--r--Master/texmf-dist/doc/latex/duckuments/README.md32
-rw-r--r--Master/texmf-dist/doc/latex/duckuments/duckuments.hd0
-rw-r--r--Master/texmf-dist/doc/latex/duckuments/duckuments.pdfbin0 -> 467406 bytes
-rw-r--r--Master/texmf-dist/doc/latex/duckuments/example-image-duck.pdfbin0 -> 217654 bytes
-rw-r--r--Master/texmf-dist/doc/latex/duckuments/example-image-duck.tex43
5 files changed, 75 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/duckuments/README.md b/Master/texmf-dist/doc/latex/duckuments/README.md
new file mode 100644
index 00000000000..5dce990d1da
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/duckuments/README.md
@@ -0,0 +1,32 @@
+### `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 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`
+
+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 and LuaTeX.**
diff --git a/Master/texmf-dist/doc/latex/duckuments/duckuments.hd b/Master/texmf-dist/doc/latex/duckuments/duckuments.hd
new file mode 100644
index 00000000000..e69de29bb2d
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/duckuments/duckuments.hd
diff --git a/Master/texmf-dist/doc/latex/duckuments/duckuments.pdf b/Master/texmf-dist/doc/latex/duckuments/duckuments.pdf
new file mode 100644
index 00000000000..35fb8c3836e
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/duckuments/duckuments.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/duckuments/example-image-duck.pdf b/Master/texmf-dist/doc/latex/duckuments/example-image-duck.pdf
new file mode 100644
index 00000000000..8e7e2e2bb1f
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/duckuments/example-image-duck.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/duckuments/example-image-duck.tex b/Master/texmf-dist/doc/latex/duckuments/example-image-duck.tex
new file mode 100644
index 00000000000..d08352447d1
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/duckuments/example-image-duck.tex
@@ -0,0 +1,43 @@
+%%
+%% This is file `example-image-duck.tex',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% duckuments.dtx (with options: `eid')
+%%
+%% --------------------------------------------------------------
+%% duckuments -- minimal working duckuments
+%% E-mail: jspratte@yahoo.de
+%% Released under the LaTeX Project Public License v1.3c or later
+%% See http://www.latex-project.org/lppl.txt
+%% --------------------------------------------------------------
+%%
+%% Copyright (C) 2018 Jonathan P. Spratte
+%%
+%% 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.
+%%
+%% This work consists of the file duckuments.dtx
+%% and the derived files duckuments.pdf,
+%% duckuments.sty and
+%% example-image-duck.tex
+%%
+\documentclass[tikz,multi]{standalone}
+
+\usepackage{tikzducks}
+\usepackage{duckuments}
+
+\begin{document}
+\duckumentsDrawRandomDucks
+\end{document}
+%%
+%%
+%% End of file `example-image-duck.tex'.