From ffded645119011854c6137bcb09d049d66c058f5 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 13 Mar 2018 22:00:35 +0000 Subject: duckuments (13mar18) git-svn-id: svn://tug.org/texlive/trunk@46950 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/duckuments/README.md | 32 +++++++++++++++ .../texmf-dist/doc/latex/duckuments/duckuments.hd | 0 .../texmf-dist/doc/latex/duckuments/duckuments.pdf | Bin 0 -> 467406 bytes .../doc/latex/duckuments/example-image-duck.pdf | Bin 0 -> 217654 bytes .../doc/latex/duckuments/example-image-duck.tex | 43 +++++++++++++++++++++ 5 files changed, 75 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/duckuments/README.md create mode 100644 Master/texmf-dist/doc/latex/duckuments/duckuments.hd create mode 100644 Master/texmf-dist/doc/latex/duckuments/duckuments.pdf create mode 100644 Master/texmf-dist/doc/latex/duckuments/example-image-duck.pdf create mode 100644 Master/texmf-dist/doc/latex/duckuments/example-image-duck.tex (limited to 'Master/texmf-dist/doc') 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 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 Binary files /dev/null and b/Master/texmf-dist/doc/latex/duckuments/duckuments.pdf 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 Binary files /dev/null and b/Master/texmf-dist/doc/latex/duckuments/example-image-duck.pdf 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'. -- cgit v1.2.3