Working Offline in Overleaf
Overleaf provides a number of integrations which enable you to firstly create local copies of your projects, so that you can work offline using local text editors, and then secondly to keep these copies in sync with Overleaf when you're back online.
You can use any plain text editor to edit your projects locally, and you can download a free installation of LaTeX to compile your projects locally as well. You can see some options for installing LaTeX here: https://www.latex-project.org/get/ . To ensure you can run all of the packages of Overleaf "out-of-the-box", you can download the TeXLive distribution, and you can compile with Latexmk to compile everything in one go (see this article for more information on how Overleaf compiles your projects).
Note that it is not currently possible to use the Overleaf-hosted web editor whilst offline, as all compilations are run on our servers.
Dropbox sync
Overleaf v2 introduces an automatic two-way sync between Overleaf and Dropbox. Any changes to your project in Overleaf will automatically sync to your Dropbox folder on your computer, and any changes you make locally in Dropbox will appear in your project online.
From listening to user feedback, we understand how important it is to be able to seamlessly transition between working offline in your favourite editor to working online on Overleaf with your collaborators. Overleaf v1 only supported a one-way sync to Dropbox, where you could manually save your project to Dropbox with one click. This wasn't enough to take your work offline and then back online easily, and had a number of other limitations. With two-way Dropbox sync in Overleaf v2, you are able to work on your projects offline and switch back to working in Overleaf more easily.
More information about Dropbox sync in Overleaf v2 is available at Dropbox Synchronization.
Git and GitHub
Overleaf v2 offers direct sync to GitHub. While it is possible to sync an Overleaf v1 project with GitHub, it required setting up git remotes and manually keeping them in sync. We found that most people used Overleaf v1’s git support in conjunction with another git hosting service, most frequently GitHub, so we believe this will be an improvement for many users.
In order to use the GitHub sync in v2, users will need to have a GitHub account. A free Github account allows you to create public or private repositories.
If you work with git locally, it is still possible to use the Overleaf git bridge on v2. The integration lets you git clone, push and pull changes between the online Overleaf v2 editor, and your local offline git repository. You can find out more details in this blog post.
The git integration in Overleaf v1 was a free feature during its long beta period, and we will continue to offer it for free to all users whose accounts were created on Overleaf v1. For users who signed up after Overleaf v2 was out of beta, GitHub sync and direct git access will be available on our paid plans, like on ShareLaTeX. As with many other v2 features, this means that the owner of the project will need a paid subscription in order to connect their project with GitHub or enable direct git access, but their collaborators can use the integration with free accounts.
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
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
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 and equations
- 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
- Typing 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
- Tips