summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/lualatex/cloze/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/lualatex/cloze/README')
-rw-r--r--Master/texmf-dist/doc/lualatex/cloze/README45
1 files changed, 45 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
+