overleaf_guide

Overleaf Starter Guide

Introduction to Overleaf

Overleaf is a cloud-based LaTeX editor that simplifies the process of writing, editing, and collaborating on LaTeX documents. While it is not a super powerful text editor, its ease of use and collaboration features make it a favorite among many users.

Getting Started with Overleaf

1. Sign Up/Login

To begin using Overleaf, visit the website Overleaf.com and either sign up for a new account or log in if you already have one. Use your Harvard Google account, as that will provide you with access to Overleaf’s premium subscription, and free templates.

2. Creating a New Project

These instructions are for projects that are hosted on GitHub, not those that just exist on Overleaf. In other words, we want you to use Overleaf as if it were an IDE for editing TeX files, not as a file storage suite as Google Docs may be. This will make it so that 1) you can collaborate with others who do not use overleaf, 2) you can keep a consistent repository space (GitHub) for all of your projects, and 3) your LaTeX files can live in the same repository as your data, etc.

To create a fully new project in Overleaf (and connecting it to GitHub):

To import an already existing project from GitHub:

3. Understanding the Overleaf Interface

Once you’ve created a new project, you’ll see the Overleaf editor interface, which consists of:

4. Writing Your Document

You can start writing your document directly in the text editor using LaTeX syntax. Here are some basic LaTeX commands to get you started:

5. Collaborating on Overleaf

One of the key features of Overleaf is its support for real-time collaboration. Here’s how you can collaborate with others on a document:

6. Exporting and Downloading

Once your document is ready, you can export it in various formats or download the source files:

Advanced Features and Tips

1. Customizing Templates

Overleaf provides a wide range of templates for different types of documents. You can also create your own custom templates or modify existing ones to suit your specific needs.

2. Using Bibliographies and Citations

LaTeX makes it easy to manage bibliographies and citations using tools like BibTeX or BibLaTeX. Overleaf integrates with reference management software such as Zotero, Mendeley, and EndNote, allowing you to easily insert citations and generate bibliographies.

3. Adding Custom Packages and Styles

If you require additional functionality or styling not provided by default in LaTeX, you can include custom packages or define your own styles in the preamble of your document.

4. Collaboration Best Practices

When collaborating with others on Overleaf, it’s a good idea to communicate effectively, use comments and chat features for discussions, and follow version control best practices to avoid conflicts.

5. Learning Resources

Overleaf offers extensive documentation, tutorials, and examples to help you learn LaTeX and make the most of its features. Additionally, there are numerous online resources, forums, and communities dedicated to LaTeX where you can seek help and advice.