diff options
author | Karl Berry <karl@freefriends.org> | 2015-01-11 00:03:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-01-11 00:03:55 +0000 |
commit | 349e00806ceb0d01d6265365146daed9ed4b398b (patch) | |
tree | db7eb48afc48830f29d28288a0593e38cdc49880 /Build/source/utils | |
parent | 7ca5bd7bf9f74bfbf809d02a47820044e6bf32c7 (diff) |
lacheck/ps2pk README and doc; ignore more autom4te.cache; sync tlmgr
git-svn-id: svn://tug.org/texlive/trunk@36016 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils')
-rw-r--r-- | Build/source/utils/README | 1 | ||||
-rw-r--r-- | Build/source/utils/lacheck/README | 9 | ||||
-rw-r--r-- | Build/source/utils/lacheck/lacheck.man | 7 |
3 files changed, 13 insertions, 4 deletions
diff --git a/Build/source/utils/README b/Build/source/utils/README index 83ba79021ea..56d44737c5d 100644 --- a/Build/source/utils/README +++ b/Build/source/utils/README @@ -4,6 +4,7 @@ Public domain. Originally written 2005 by Karl Berry. Extra utilities we (optionally) compile for TeX Live. See comments in ../texk/README. + asymptote 2.31 - checked 17may14 update to TL from CTAN, to include prebuilt doc. see http://tug.org/texlive/build.html#asymptote diff --git a/Build/source/utils/lacheck/README b/Build/source/utils/lacheck/README new file mode 100644 index 00000000000..12c0894bc42 --- /dev/null +++ b/Build/source/utils/lacheck/README @@ -0,0 +1,9 @@ +lacheck is a tool for finding common mistakes in LaTeX documents. + +It was originally written by Kresten Krab Thorup in 1991, with +modifications by Per Abrahmsen. It is currently maintained as part of +TeX Live (http://tug.org/texlive). + +It is released under the GPL. + + diff --git a/Build/source/utils/lacheck/lacheck.man b/Build/source/utils/lacheck/lacheck.man index 783a07c6d74..03ea7235596 100644 --- a/Build/source/utils/lacheck/lacheck.man +++ b/Build/source/utils/lacheck/lacheck.man @@ -1,4 +1,4 @@ -.TH "LaCheck" "1" "2010-12-10" "Release @REV@" +.TH "LaCheck" "1" "2015-01-10" "Release @REV@" .SH NAME lacheck - A consistency checker for LaTeX documents. .SH SYNOPSIS @@ -101,8 +101,7 @@ off, does not like TeX at all, does not provide any options to turn off specific warnings, and is at best a crude approximation. .LP Ideas for improvements and bug reports are very welcome. Such -should be directed to the maintainers, their email address is -<auc-tex_mgr@sunsite.auc.dk>. +should be directed to the maintainers; please email tex-live@tug.org. .SH AUTHOR Kresten Krab Thorup with modifications by Per Abrahamsen. - +Currently maintained as part of TeX Live (http://tug.org/texlive). |