Skip to content

Paper: self-contained Overleaf folder (paper/tex + figures, flat paths) - #143

Merged
duckyquang merged 1 commit into
mainfrom
quang/overleaf-paper
Jul 29, 2026
Merged

Paper: self-contained Overleaf folder (paper/tex + figures, flat paths)#143
duckyquang merged 1 commit into
mainfrom
quang/overleaf-paper

Conversation

@duckyquang

Copy link
Copy Markdown
Member

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). Download dist/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

  • Verified under Overleaf's exact flow — raw pdflatex + bibtex from a clean directory, no latexmk, no repo context: 7 content pages, references start page 8, zero dangling refs
  • Repo-side latexmk build, the 35-number verifier, all seven figure-writing scripts, and the anonymization scrubber all follow the move and stay green

Notes

The zip is not committed (dist/ is ignored); it regenerates in one command and the scrubbed supplementary artifact is unaffected.

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.
@duckyquang
duckyquang requested a review from ImSpxrsh July 29, 2026 00:24
@duckyquang
duckyquang merged commit 61068e7 into main Jul 29, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant