You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking for a tool that can clean different latex files and merge them into one big tex file while remove necessaries.
Is this what happens here ?
The text was updated successfully, but these errors were encountered:
Before I knew about the existence of arxiv-latex-cleaner, I wrote my own python script to do this: https://github.com/sharmaeklavya2/tex-flatten. The basic idea is that you read main.tex, and recursively replace all occurrences of \input{X} by the contents of X. You just need to be careful about not considering \input commands that are inside comments. You can copy code from my repository if you want.
I was looking for a tool that can clean different latex files and merge them into one big
tex
file while remove necessaries.Is this what happens here ?
The text was updated successfully, but these errors were encountered: