From 8c2101ffbcbcfbf4f32b53a8d813b740ea2d9f2f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 8 Jul 2015 22:34:57 +0000 Subject: cloze (8jul15) git-svn-id: svn://tug.org/texlive/trunk@37811 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/lualatex/cloze/README | 45 +++++++++++++++++++++++++ Master/texmf-dist/doc/lualatex/cloze/README.md | 45 +++++++++++++++++++++++++ Master/texmf-dist/doc/lualatex/cloze/cloze.pdf | Bin 0 -> 171551 bytes 3 files changed, 90 insertions(+) create mode 100644 Master/texmf-dist/doc/lualatex/cloze/README create mode 100644 Master/texmf-dist/doc/lualatex/cloze/README.md create mode 100644 Master/texmf-dist/doc/lualatex/cloze/cloze.pdf (limited to 'Master/texmf-dist/doc/lualatex') diff --git a/Master/texmf-dist/doc/lualatex/cloze/README b/Master/texmf-dist/doc/lualatex/cloze/README new file mode 100644 index 00000000000..fb2276cb66c --- /dev/null +++ b/Master/texmf-dist/doc/lualatex/cloze/README @@ -0,0 +1,45 @@ +# Description + +EN: `cloze` is a LaTeX package to generate cloze. It uses the +capabilities of the modern TeX engine LuaTex. + +DE: `cloze` ist a LaTeX-Paket zum Erstellen von Lückentexten. Es nutzt +die Möglichkeiten der modernen TeX-Engine LuaTeX. + +# License + +Copyright (C) 2015 by Josef Friedrich +------------------------------------------------------------------------ +This work may be distributed and/or modified under the conditions of +the LaTeX Project Public License, either version 1.3 of this license +or (at your option) any later version. The latest version of this +license is in: + + http://www.latex-project.org/lppl.txt + +and version 1.3 or later is part of all distributions of LaTeX +version 2005/12/01 or later. + +# Repository + +https://github.com/Josef-Friedrich/cloze + +# Installation + +Get source: + + git clone git@github.com:Josef-Friedrich/cloze.git + cd cloze + +Compile: + + make + +or manually: + + luatex cloze.ins + lualatex cloze.dtx + makeindex -s gglo.ist -o cloze.gls cloze.glo + makeindex -s gind.ist -o cloze.ind cloze.idx + lualatex cloze.dtx + diff --git a/Master/texmf-dist/doc/lualatex/cloze/README.md b/Master/texmf-dist/doc/lualatex/cloze/README.md new file mode 100644 index 00000000000..fb2276cb66c --- /dev/null +++ b/Master/texmf-dist/doc/lualatex/cloze/README.md @@ -0,0 +1,45 @@ +# Description + +EN: `cloze` is a LaTeX package to generate cloze. It uses the +capabilities of the modern TeX engine LuaTex. + +DE: `cloze` ist a LaTeX-Paket zum Erstellen von Lückentexten. Es nutzt +die Möglichkeiten der modernen TeX-Engine LuaTeX. + +# License + +Copyright (C) 2015 by Josef Friedrich +------------------------------------------------------------------------ +This work may be distributed and/or modified under the conditions of +the LaTeX Project Public License, either version 1.3 of this license +or (at your option) any later version. The latest version of this +license is in: + + http://www.latex-project.org/lppl.txt + +and version 1.3 or later is part of all distributions of LaTeX +version 2005/12/01 or later. + +# Repository + +https://github.com/Josef-Friedrich/cloze + +# Installation + +Get source: + + git clone git@github.com:Josef-Friedrich/cloze.git + cd cloze + +Compile: + + make + +or manually: + + luatex cloze.ins + lualatex cloze.dtx + makeindex -s gglo.ist -o cloze.gls cloze.glo + makeindex -s gind.ist -o cloze.ind cloze.idx + lualatex cloze.dtx + diff --git a/Master/texmf-dist/doc/lualatex/cloze/cloze.pdf b/Master/texmf-dist/doc/lualatex/cloze/cloze.pdf new file mode 100644 index 00000000000..304c1bb20e6 Binary files /dev/null and b/Master/texmf-dist/doc/lualatex/cloze/cloze.pdf differ -- cgit v1.2.3