Helpful How-To’s
Some short guides on R, LaTeX, GitHub, and computing tools that come up in political research.
Git and GitHub
R
LaTeX
- Get started with LaTeX. PDF
- Install and use
tinytexfor converting.Rmdfiles to.pdf(without a full TeX download). - Sample
.texand compiled.pdffiles for slides in LaTeX (Beamer). - Include or omit solutions from a LaTeX problem set or exam. PDF
- Insert BibTeX entries into a CV, syllabus, etc. PDF
- (Usually) solve pdfLaTeX’s
name{Hfootnote.XX}error. PDF - Speed up your LaTeX typesetting. PDF
Geographic data and DC
- Obtain US Census data for Washington, DC tracts in R.
- Place points within geographic boundaries using R’s
point.in.polygon()function, by Alyssa Savo (AU 2019). PDF - Use the
ggmappackage to plot points within Washington, DC, by Tess Harkin (AU 2019). PDF - Use the MAR Geocoder to obtain geographic data about Washington, DC addresses, by Eric Brower (AU MPA 2019). PDF