google-research / arxiv-latex-cleaner

arXiv LaTeX Cleaner: Easily clean the LaTeX code of your paper to submit to arXiv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace tikz pictures included using \input{tikzFile.tikz} with externalized pdfs

sh-cau opened this issue · comments

Hello,

I noticed that tikz pictures will not be replaced with their respective externalized pdf if I include them using, e.g.

\tikzsetnextfilename{tikzFile}
\input{tikzFile.tikz}

Since this is my usual workflow, is there a way to prevent me from having to replace all those input commands with the tikz pictures they refer to?

Thank you!

Hi @sh-cau,
The matching happens here, feel free to suggest a PR that includes your use case.
Best,