Skip to content

yidatao/FlattenLatexFiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

This is a python script that flattens multiple .tex files.

Usage:

python flatten.py main.tex main_flattened.tex

The first argument is your main .tex file. The script recursively looks for "\input{...}" and "\include{...}" latex code and flattens .tex contents accordingly. The final flattened content is written to the .tex file specified as the second argument.

With flattened .tex files, we can now use latexdiff to diff your .tex files and produce nicely notated pdf.

Some helpful articles on the usage of latexdiff:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages