Uploading a project
Step-by-step guide
This article provides a step-by-step guide showing how to create an Overleaf project by uploading a .zip
file containing LaTeX files stored on your local computer.
- Create a
.zip
file containing your local files (images, bibliography, fonts,.tex
sources, etc.). - If your local LaTeX project uses folders, these can be preserved in the
.zip
file and will be reconstructed when the.zip
file is unpacked on Overleaf. - In the Project Management page, select New Project then choose Upload Project from within the drop-down menu.
- A window is displayed, onto which you can drag-and-drop your
.zip
file or choose Select a .zip file to locate a.zip
file stored on your device. - Overleaf decompresses the uploaded
.zip
file to extract the files and create any folders in your project. - You are then redirected to the editor, where a new project has been created.
- You now have a new Overleaf project, ready for editing and recompiling. Note: if your LaTeX code needs LuaLaTeX or XeLaTeX you may need to set the project's LaTeX compiler.
Additional guidance on file uploads (including restrictions/limits)
If you plan to upload large projects, here are some Overleaf resource limits/restrictions you need to be aware of:
- You cannot upload individual files which exceed 50MB.
- Each upload can contain up to 180 files—if you attempt to upload more than that, only 180 files will be uploaded.
- Each Overleaf project cannot contain more than 2000 individual files.
If your project’s .zip
file exceeds 50MB you can try this:
- Upload a subset of your files in a
.zip
file (just to create the project). - Manually upload the remaining files.
For a .zip
file to upload properly:
- It should contain only file types that a LaTeX compiler can process: plain text files and images in
.eps
,.pdf
,.svg
and.png
formats. - It cannot contain more than 7MB of material that can be edited on Overleaf (this is the maximum editable data for a project on Overleaf). For further information, please refer to the page What is the maximum compilation time, file number and project size allowed on free vs paid plans?
Although the Overleaf editor can edit any plain text file, only those uploaded files with the most common LaTeX file extensions will be editable on the site—such as .tex
, .bib
, .cls
, .sty
etc. Suppose you need to edit a project file with a different extension. In that case, it is best to copy and paste its content into a new blank file within the project and then save it with the desired file extension; alternatively, upload it with a .tex
extension and change it once online.
Text files larger than 2MB cannot be edited online and don’t count toward the 7MB limit, which means, for example, you can upload large .csv
files for use with Rtex without using up your 7MB editable data allowance.
Overleaf guides
- Creating a document in Overleaf
- Uploading a project
- Copying a project
- Creating a project from a template
- Using the Overleaf project menu
- Including images in Overleaf
- Exporting your work from Overleaf
- Working offline in Overleaf
- Using Track Changes in Overleaf
- Using bibliographies in Overleaf
- Sharing your work with others
- Using the History feature
- Debugging Compilation timeout errors
- How-to guides
- Guide to Overleaf’s premium features
LaTeX Basics
- Creating your first LaTeX document
- Choosing a LaTeX Compiler
- Paragraphs and new lines
- Bold, italics and underlining
- Lists
- Errors
Mathematics
- Mathematical expressions
- Subscripts and superscripts
- Brackets and Parentheses
- Matrices
- Fractions and Binomials
- Aligning equations
- Operators
- Spacing in math mode
- Integrals, sums and limits
- Display style in math mode
- List of Greek letters and math symbols
- Mathematical fonts
- Using the Symbol Palette in Overleaf
Figures and tables
- Inserting Images
- Tables
- Positioning Images and Tables
- Lists of Tables and Figures
- Drawing Diagrams Directly in LaTeX
- TikZ package
References and Citations
- Bibliography management with bibtex
- Bibliography management with natbib
- Bibliography management with biblatex
- Bibtex bibliography styles
- Natbib bibliography styles
- Natbib citation styles
- Biblatex bibliography styles
- Biblatex citation styles
Languages
- Multilingual typesetting on Overleaf using polyglossia and fontspec
- Multilingual typesetting on Overleaf using babel and fontspec
- International language support
- Quotations and quotation marks
- Arabic
- Chinese
- French
- German
- Greek
- Italian
- Japanese
- Korean
- Portuguese
- Russian
- Spanish
Document structure
- Sections and chapters
- Table of contents
- Cross referencing sections, equations and floats
- Indices
- Glossaries
- Nomenclatures
- Management in a large project
- Multi-file LaTeX projects
- Hyperlinks
Formatting
- Lengths in LaTeX
- Headers and footers
- Page numbering
- Paragraph formatting
- Line breaks and blank spaces
- Text alignment
- Page size and margins
- Single sided and double sided documents
- Multiple columns
- Counters
- Code listing
- Code Highlighting with minted
- Using colours in LaTeX
- Footnotes
- Margin notes
Fonts
Presentations
Commands
Field specific
- Theorems and proofs
- Chemistry formulae
- Feynman diagrams
- Molecular orbital diagrams
- Chess notation
- Knitting patterns
- CircuiTikz package
- Pgfplots package
- Typesetting exams in LaTeX
- Knitr
- Attribute Value Matrices
Class files
- Understanding packages and class files
- List of packages and class files
- Writing your own package
- Writing your own class