Creating Your First PDF with LaTeX and Atom
This tutorial will walk you through the steps of creating your first PDF with LaTeX and Atom.
19 posts
This tutorial will walk you through the steps of creating your first PDF with LaTeX and Atom.
This tutorial compares R and Stata commands for working with data. It follows the first part of Chapter 11 of the Handbook on Impact Evaluation: Quantitative Methods and Practices.
A gallery of illustrations inspired by The Economist.
This tutorial compares R and Stata commands for working with data. It follows the first part of Chapter 11 of the Handbook on Impact Evaluation: Quantitative Methods and Practices.
In the third part of this tutorial series we will take the bubble chart from the previous tutorial and add another one to the same page to compare the two provinces side-by-side.
In the second part of this tutorial series we will take the scatter plot from the previous tutorial and turn it into a bubble chart.
In this tutorial, we will take a CSV file and create an interactive scatter plot using the Google Charts API and the jQuery-CSV library.
In this tutorial, we will create a simple presentation using the beamer document class in LaTeX and Sublime Text 2.
A collection of resources for finding economic data on South Africa.
In the second part of this tutorial we will connect our local repository to a Bitbucket.org repository to put the D in DVCS and take a look at collaborating with coauthors.
This tutorial will walk you through the steps of using SourceTree and Git for research. In Part 1, we will cover setting up a local repository and tracking changes to a LaTeX file. In Part 2, we will connect this repository to Bitbucket.org and collaborate with a coauthor.
Let's get z-Tree running on my Mac and share with you how easy it actually is.
This post presents some of my favorite tips and tricks for using Sublime Text 2. If you are new to Sublime Text 2, this is a great place to start. If you are an experienced user, this is a handy reference.
This post presents snippets that help make paper writing a breeze in Sublime Text 2 (see my earlier post on how to create snippets, this should also help you if you are confused by the overall structure of Sublime Text 2 snippets). Skip to the end of this post to download the snippets. You will need to copy them to your `Packages/User` folder. You can access this folder in the Sublime Text 2 menu by selecting `Preferences > Browse Packages ...`, and then selecting the `User` folder.
This reference introduces you to the LaTeX packages I load using a snippet every time I start a new LaTeX document (using the article document class). Before you read through my examples, you should familiarize yourself with the texdoc command. This command can be entered in a command prompt followed by the package you want to look up (e.g., texdoc amsthm). This will present you with a manual for the package in PDF form. A web-friendly alternative is https://texdoc.net/pkg/packagename, where packagename is replaced with the desired package (e.g., amsthm).
This tutorial will walk you through the steps of installing LaTeX and Sublime Text 2 on your Mac, and creating your first PDF.
This tutorial will walk you through the steps of creating snippets in Sublime Text 2 for LaTeX.
This guide walks you through my current setup of a (mostly) open source system for conducting economic research.
This tutorial will walk you through the installation and setup of Sublime Text 2 for working with LaTeX.