Directory support/texfot
README
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 <karl@freefriends.org> Home page: https://ctan.org/pkg/texfot
Download the contents of this package in one zip archive (36.1k).
texfot – Filter clutter from the output of a TeX run
The package provides a small 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.
Package | texfot |
Version | 1.53 2024-04-17 |
Licenses | Public Domain Software |
Maintainer | Karl Berry |
Contained in | TeX Live as texfot MiKTeX as texfot |
Topics | Compiler management Log manipulation |