From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- support/texfot/README | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 support/texfot/README (limited to 'support/texfot/README') diff --git a/support/texfot/README b/support/texfot/README new file mode 100644 index 0000000000..05c1b5b329 --- /dev/null +++ b/support/texfot/README @@ -0,0 +1,16 @@ +texfot is a Perl script to filter the online output from a TeX run, +attempting to show only those messages which (probably) deserve some +attention 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 and maintainer: Karl Berry +Home page: https://ctan.org/pkg/texfot -- cgit v1.2.3