diff options
author | Karl Berry <karl@freefriends.org> | 2014-10-11 22:26:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-10-11 22:26:15 +0000 |
commit | 9406c7d3ffc09ac95d52d72e53d84e010a0a747d (patch) | |
tree | 9c6c49b98ee8860e790804dc0684c72badbef7b6 /Master/texmf-dist/doc/support/texfot | |
parent | 7460fe5721352e7d7284aee891cb12cd57450d3d (diff) |
texfot (11oct14)
git-svn-id: svn://tug.org/texlive/trunk@35356 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support/texfot')
-rw-r--r-- | Master/texmf-dist/doc/support/texfot/README | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/support/texfot/README b/Master/texmf-dist/doc/support/texfot/README index a4b7bddd10f..15481ab2542 100644 --- a/Master/texmf-dist/doc/support/texfot/README +++ b/Master/texmf-dist/doc/support/texfot/README @@ -2,8 +2,15 @@ texfot is a Perl script to filter the online output from a TeX run, attempting to show only those messages which probably deserve some change in the source. The TeX invocation itself need not change. +The PDF file is made from the POD documentation in the Perl source: + pod2man texfot.pl | groff -man -t -rS11 | ps2pdf - texfot.pdf + +The -t preprocesses with (g)tbl, which pod2man output might need. +The -rS11 switches to 11pt font size. +Supposedly it is possible to add options to either groff or ps2pdf +(aka ghostscript) to force A4 page output, but nothing worked for me. + Originally written in 2014. Released to the public domain. Author: Karl Berry <karl@freefriends.org> Home page: http://www.ctan.org/pkg/texfot - |