flat-tex: flatten a latex multi-file latex document

[ gpl, program, text ] [ Propose Tags ]

flatten a latex multi-file latex document: expand all input statements and remove all comments


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.3.1, 0.6.0, 0.6.1, 0.7.0, 0.8.0
Dependencies base (<5), directory, parsec [details]
License GPL-2.0-only
Author Johannes Waldmann
Maintainer http://www.imn.htwk-leipzig.de/~waldmann/
Category Text
Home page https://github.com/jwaldmann/flat-tex
Source repo head: git clone https://github.com/jwaldmann/flat-tex
Uploaded by JohannesWaldmann at 2015-10-11T16:58:34Z
Distributions NixOS:0.8.0
Reverse Dependencies 1 direct, 0 indirect [details]
Executables flat-tex
Downloads 2457 total (19 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2016-12-01 [all 5 reports]

Readme for flat-tex-0.3.1

[back to package description]

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)
  • 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