JonasEngstrom / overleaf-article-template

A template for an RStudio project using R Markdown to generate LaTeX files for synchronization with Overleaf.
MIT License
0 stars 0 forks source link

Change pre-commit.py so that it handles files separate to main.tex #7

Closed JonasEngstrom closed 10 months ago

JonasEngstrom commented 10 months ago

Change pre-commit.py so that it can handle multiple files, i.e. not only main.tex. This is probably best done by changing lines 16 and 44 and looping over *.Rmd files in the overleaf directory. This should treat files individually, i.e. some files can have references handled by Overleaf while others have them handled by RStudio.

JonasEngstrom commented 10 months ago

This is really only useful once issue #6 has been implemented, but does not need to wait for that issue to be resolved.