summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/lualatex/cloze
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-07-08 22:34:57 +0000
committerKarl Berry <karl@freefriends.org>2015-07-08 22:34:57 +0000
commit8c2101ffbcbcfbf4f32b53a8d813b740ea2d9f2f (patch)
tree34985b2d8bf8ce1c937427c4311136ccd6bc2b33 /Master/texmf-dist/doc/lualatex/cloze
parentb94fdf191429ee29a013736ff6c683495480d3dd (diff)
cloze (8jul15)
git-svn-id: svn://tug.org/texlive/trunk@37811 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/lualatex/cloze')
-rw-r--r--Master/texmf-dist/doc/lualatex/cloze/README45
-rw-r--r--Master/texmf-dist/doc/lualatex/cloze/README.md45
-rw-r--r--Master/texmf-dist/doc/lualatex/cloze/cloze.pdfbin0 -> 171551 bytes
3 files changed, 90 insertions, 0 deletions
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 <josef@friedrich.rocks>
+------------------------------------------------------------------------
+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 <josef@friedrich.rocks>
+------------------------------------------------------------------------
+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
--- /dev/null
+++ b/Master/texmf-dist/doc/lualatex/cloze/cloze.pdf
Binary files differ