Paper: self-contained Overleaf folder (paper/tex + figures, flat paths) - #143
Merged
Conversation
Figures move from paper/figures into paper/tex/figures and every includegraphics path drops the ../ — pdflatex on Overleaf resolves paths from the project root, so the old layout broke when uploaded. The folder now compiles standalone under Overleaf's exact flow (raw pdflatex + bibtex from a clean directory: 7 content pages, references page 8, no dangling refs). All seven figure-writing scripts follow the move; repo-side latexmk build, the 35-number verifier, and the anonymization scrubber are unaffected. dist/marc_overleaf.zip (regenerable: cd paper/tex && zip -rX ../../dist/ marc_overleaf.zip *.tex *.sty *.bst *.bib figures) is the ready upload.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
paper/tex is now a self-contained Overleaf folder: figures moved into paper/tex/figures and every includegraphics path drops the
../(Overleaf's pdflatex resolves paths from the project root, so the old layout broke on upload). Downloaddist/marc_overleaf.zip(or zip paper/tex yourself — the command is in the commit message), upload to Overleaf, set marc_aaai.tex as the main document, and it compiles as-is.Result
Notes
The zip is not committed (dist/ is ignored); it regenerates in one command and the scrubbed supplementary artifact is unaffected.