How to LaTex on MacOS with Atom.io in 10 easy steps

1. Download and install MacTex from http://www.tug.org/mactex/ (What you actually need from this > 3GB Download is BibDesk for your bibliography) 2. Atom.io install the following packages: - language-latex - latex - latex-completions (optional) - latexer (optional) - linter - linter-spell - linter-spell-latex - linter-ui-default - latex-tree (optional) 3. Create your project folder and open it in Atom.io 4. Go to Atom.io > Setting and enable "Soft Wrap" because you really dont want to scroll your text horizontally 5. Go to Atom.io > Packages > spell-check > Locales and use only one language 6. Go to Atom.io > Packages > latex > Output Directory and type in sth. like "build" so your generated PDF file will be located under this dir 7. Create myproject.tex, this is your LaTex Document configuration file, dont put actual content in here 8. Create /pages (where you put your .tex-files) and /media (where you put images) 9. Create bibliography.bib (this is your bibliography and can be opened and managed with BibDesk - what I mentioned earlier) 10. Start your project with something like this [link] 11. Build your PDF by using "Shift + Cmd + P" and searching for "Latex: Build" or just use "Ctrl + Alt + B". The generated PDF file should then be found under /build (or whatever you chose at 6.).

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.