30

Setting up LaTeX on your Atom Editor

 3 years ago
source link: https://towardsdatascience.com/setting-up-latex-on-your-atom-editor-7ea624571d50?gi=9e1c8ac85834
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

In this tutorial, I will guide you through setting up a LaTeX editor on Atom , and here are some reasons and benefits for doing so:

  • preview your work side by side as you save your work
  • fast, generate previews in 3-seconds
  • clicking on the preview will bring your cursor to the syntax’s location
  • Dropbox and GitHub integration for backup and working with collaborators
  • Free

What is LaTeX

LaTeX is a document preparation system that is widely used in academia for publishing scientific documents. Authors use markup syntax to define the structure of a document, to stylise text, to insert images, to add citations and cross-references.

Because there are so many publishers, each having their design standards. For example, 18pt Times Roman for the title, 12pt Times Italic for the name, and so on. The purpose of LaTeX is to let authors focus on the writing and not wasting time following publishers’ document design guidelines. Authors simply download publishers’ LaTeX template and start writing.

If you’re new to TeX or just want to use LaTeX for a one-time project, the quickest way to get started is using online services like Papeeria , Overleaf , and LaTeX base . They offer the ability to edit, preview, and download your work in PDF format.

Since there are online solutions, so why set up a LaTeX editor on your machine?

Unless you are paying for their plans, the free tier has some limitations, let me list a few:

  1. Limited private documents [Papeeria], or no private document [Latex base]
  2. No GitHub integration [Overleaf], or only public repositories [Papeeria]
  3. No collaborators [Overleaf]
  4. Need to be online.

Personally, I choose to set up LaTeX on my local so that my co-authors and I can work on the same LaTeX document and sync with private GitHub repositories.

Secondly, unlike online services, generating a preview on a local machine is much quicker too. When I will hit Cmd+S , the preview will be generated in less than 3-seconds.

Set up LaTeX editor on Atom

In this section, I will guide you through setting up a LaTex editor on Atom on macOS. The setup consists of 4 parts:

  • setup TeX distributions
  • setup Atom
  • install Latexmk
  • install packages in Atom

TeX distributions

On OS X, download MacTeX . As of April 2020, the distribution is MacTeX-2020. You can choose to download the full package, which is 4GB. It contains all the files that most users need, and you don’t have to face the daunting task of searching for missing components. Highly recommended.

If you don’t want to install the entire MacTeX distribution — which is pretty big, and if you are someone like me who prefers to select what gets installed, you can download BasicTeX , which is only 80MB. BasicTeX contains the TeX Live distribution that suffices the need to generate PDF from .tex files; it does not include GUI applications, Ghostscript, and other libraries. But this means that you have to search and download all the packages you may need. I will cover this later.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK