

My working directory syncs with iCloud Drive, I run Time Machine on an external hard drive, and since I run git (see below), I can also push changes to another online repository. Double backups – writing offline makes backing up my responsibility, but I already have a robust system in place.


Or even changing how my editor, PDF viewer, and others are laid out.

Customizability – my Android friends might make fun of me for this, but being able to define keyboard shortcuts, change themes and fonts, and the editing layout are big plusses, especially if I am going to be spending many hours writing.Also, I often work in places without internet (trains, busses, etc.), and I use VPNs, which sometimes have networking glitches too. I want an offline editor – any online service suffers from interruptions and I become frustrated when Overleaf prevents me from writing at all during one.Why am I doing this? I don't want to rely on Overleaf: Unfortunately, I still much prefer to write and compile LaTeX files on my own computer. It's also quite popular here at TU Delft one student council organization wants to get us institutional licenses because of how widely we use it. Overleaf became my tool of choice because of its powerful collaborative, text editing, and LaTeX compiling features. OneDrive for Business/Office 365 used to be my go-to, but it was hard to get accounts working together. Additionally, it seemed difficult to help all my group members get some collaborative writing platform working together (and we all avoid Google Docs because of how limited its capabilities are). You’ve successfully created your first LaTeX document. The following lessons will cover how to structure your document and we will then proceed to make use of many features of LaTeX.In the past few months, I've finally learned to use LaTeX properly in an attempt to make my eventual thesis-writing life easier. A basic example document can be created with the following code: \documentclass Before you can see what the final result looks like, the LaTeX compiler will take your .tex file and compile it into a. LaTeX uses control statements, which define how your content should be formatted. In contrast to Word, you start off with a plain text file (.tex file) which contains LaTeX code and the actual content (i.e. The basic file layout explained.Ĭreating documents with LaTeX is simple and fun. Demonstration of how to create a basic LaTeX document and title page using LaTeX.
