diff options
author | Karl Berry <karl@freefriends.org> | 2015-07-29 20:37:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-07-29 20:37:53 +0000 |
commit | 6c09dd71fc1b55b7990d439747f090fa57a84b77 (patch) | |
tree | 27ec807656fd77f9bd0b1d05c5a54076e0f33539 /Master/texmf-dist/doc/latex/l3build/README.md | |
parent | 568e05b08953c4648cc69aa8e0e6bc6db68dc1e6 (diff) |
l3build (29jul15)
git-svn-id: svn://tug.org/texlive/trunk@37991 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/l3build/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/l3build/README.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/l3build/README.md b/Master/texmf-dist/doc/latex/l3build/README.md new file mode 100644 index 00000000000..b51e41c5eae --- /dev/null +++ b/Master/texmf-dist/doc/latex/l3build/README.md @@ -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 --- |