@hackage / flat-tex

flatten a latex multi-file latex document and remove all comments

Latest0.8.2

About

Metadata

  • Last updated , by JohannesWaldmann
  • License GPL-2.0-only
  • Categories Text Processing
  • Maintained by: https://www.imn.htwk-leipzig.de/~waldmann/

  • Lottery factor: 1

Links

Installation

Readme

flat-tex

The use case for this tool is: your paper has been accepted at a conference, and now you have to submit the latex sources for inclusion in the proceedings.

But - your sources contain some information that you don't want to reveal. E.g., it contains \todo{fix proof of previous theorem}.

flat-tex does the following:

  • flatten a multi-file latex document (recursively expanding all \input and \bibliography)
  • remove all \todo{..}, \reminder{..} and comments (% ...)

How \input{foo} is expanded:

  • if the file foo does exist, then it is processed
  • else foo.tex is processed

How \bibliography{...}is expanded:

  • the file top.bbl is processed, where top.tex is the file that contains the \bibliography statement