Inlining the LaTeX \input Command

Posted by reprogrammer on Stack Overflow See other posts from Stack Overflow or by reprogrammer
Published on 2010-05-27T04:24:56Z Indexed on 2010/05/27 4:31 UTC
Read the original article Hit count: 285

Filed under:
|

I'm looking a program to recursively inline all \input{} commands in a LaTeX file. By "recursively", I mean doing the inlining iteratively until no \input{} command remains in the final LaTeX file.

I've already come across the flatten package. But, for some reason, my TeXLive distribution doesn't install it. When I execute the command sudo tlmgr show flatten, I get the error message: tlmgr: cannot find flatten. So, I'm looking for alternative tools that are more standard and easier to install.

© Stack Overflow or respective owner

Related posts about latex

Related posts about tex