diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/l3build/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/l3build/README | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/l3build/README b/Master/texmf-dist/doc/latex/l3build/README new file mode 100644 index 00000000000..b51e41c5eae --- /dev/null +++ b/Master/texmf-dist/doc/latex/l3build/README @@ -0,0 +1,26 @@ +l3build: a testing and building system for LaTeX3 +================================================= + +The `l3build` module is designed to support the development of +high-quality LaTeX code by providing: + - A unit testing system + - Automated typesetting of code sources + - A reliable packaging system for CTAN releases + +The bundle consists of a Lua script to run the tasks and a +`.tex` file which provides the testing environment. These were +originally developed for supporting LaTeX3 development but +are designed such that they can be readily used by others. Full +documentation is provided. + +Issues +------ + +The issue tracker for LaTeX3 bugs is currently located at + + https://github.com/latex3/svn-mirror/issues + +Please report specific issues with LaTeX3 code there. + +--- Copyright 2014 + The LaTeX3 Project. All rights reserved --- |