Upload to Overleaf
Upload the generated project ZIP and continue editing immediately.
Anything-to-Journal creates one ZIP specifically for Overleaf. Upload that bundle as a new project; do not manually rebuild the file tree.
The upload bundle#
journal-output/
├── manuscript/
│ ├── manuscript.tex
│ ├── references.bib
│ ├── traceability.csv
│ └── evidence-map.csv
├── reports/
│ ├── source-review.json
│ └── quality-report.md
└── submission/
├── overleaf-upload.zip ← upload this
├── overleaf-upload/
│ ├── main.tex ← ZIP root
│ ├── references.bib
│ └── README_OVERLEAF.md
├── manuscript.pdf
└── submission-package.zipUpload in three steps#
- 1Open Overleaf
From the project dashboard, select New Project.
- 2Choose Upload Project
Select Upload Project from the menu.
- 3Select the generated ZIP
Choose
journal-output/submission/overleaf-upload.zipand wait for the project to open.
Overleaf unpacks the archive automatically. You should immediately see main.tex, README_OVERLEAF.md, references.bib, and any required support files in a flat project root.
First compile#
Read README_OVERLEAF.md before changing settings. It records the expected compiler, bibliography tool, and any template-specific setup.
| Check | Expected state |
|---|---|
| Main document | main.tex |
| Compiler | As stated in README_OVERLEAF.md |
| Bibliography | BibTeX or Biber as documented |
| Assets | Flat filenames that match the references in main.tex |
Edit safely#
Edit main.tex for the title, abstract, sections, declarations, captions, and wording. If the bundle contains supporting .tex files, edit the matching file while keeping its \input name stable.
- Edit prose in
main.texor the relevant supporting.texfile. - Use existing labels when moving tables or figures.
- Recompile after small groups of changes.
- Download a backup before restructuring the template.
Replace figures and references#
To replace a figure, upload the new file at the project root and keep the filename unchanged, or update the matching \includegraphics reference. For citations, edit references.bib and keep citation keys stable when possible.
figure-02.png # replace or add
references.bib # edit verified entries
main.tex # update prose, captions, and references