summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/lualatex/spelling/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-12-02 23:27:13 +0000
committerKarl Berry <karl@freefriends.org>2012-12-02 23:27:13 +0000
commitdf141e41c79cc6a9b97f9ac0de97b19054849e9b (patch)
tree7986468b5110a67480f1857af4ee509aed857295 /Master/texmf-dist/doc/lualatex/spelling/README
parent8c4fc53986e6136d225c9c93382bca6607071fea (diff)
new lualatex package spelling (1dec12)
git-svn-id: svn://tug.org/texlive/trunk@28425 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/lualatex/spelling/README')
-rw-r--r--Master/texmf-dist/doc/lualatex/spelling/README68
1 files changed, 68 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/lualatex/spelling/README b/Master/texmf-dist/doc/lualatex/spelling/README
new file mode 100644
index 00000000000..c6b8a9347a1
--- /dev/null
+++ b/Master/texmf-dist/doc/lualatex/spelling/README
@@ -0,0 +1,68 @@
+This material is subject to the LaTeX Project Public License. See
+<http://www.latex-project.org/lppl/> for the details of that license.
+
+
+
+### Package information
+
+Package name: spelling
+Summary description: Aid spell-checking LuaTeX documents.
+Version: v0.1
+Date: 2012-11-30
+License: [LPPL v1.3c](http://www.latex-project.org/lppl/lppl-1-3c.html)
+Maintenance status: maintained
+Current maintainer: Stephan Hennig, <sh2d@arcor.de>
+
+
+
+### Description
+
+This package aids spell-checking of TeX documents compiled with the
+LuaTeX engine. It can give visual feedback in PDF output similar to
+WYSIWYG word processors. The package relies on an external
+spell-checker application to check spelling of a text file and to output
+a list of bad spellings. The package should work with most
+spell-checkers, even dumb, TeX-unaware ones.
+
+
+
+### Development
+
+The development repository is currently hosted at
+[GitHub](https://github.com/sh2d/spelling/). Code documentation is in
+[LuaDoc](http://keplerproject.github.com/luadoc/) format and can be
+generated via
+
+ luadoc -d API *.lua
+
+Bugs and a wish list can be found in the
+[issue tracker](https://github.com/sh2d/spelling/issues/).
+Contributions of any kind are warmly welcome!
+
+
+_Happy TeXing!_
+
+
+
+### File list
+
+ LICENSE
+ README
+ spelling.lua
+ spelling.sty
+ spelling-doc.bad
+ spelling-doc.tex
+ spelling-recurse.lua
+ spelling-stage-1.lua
+ spelling-stage-2.lua
+ spelling-stage-3.lua
+ spelling-stage-4.lua
+
+
+
+<!--
+%%% Local Variables:
+%%% coding: utf-8
+%%% mode: markdown
+%%% End:
+-->