|
| 1 | +%---------------------------------------- |
| 2 | +% Preamble to set up the document |
| 3 | +%---------------------------------------- |
| 4 | +\documentclass{article} |
| 5 | + |
| 6 | +% set up packages (you shouldn't need to touch this) |
| 7 | +\usepackage{graphicx} % required to insert images |
| 8 | +\usepackage{hyperref} % for hyperlinks |
| 9 | +\usepackage[svgnames]{xcolor} % to change hyperlink colors |
| 10 | +\colorlet{linkcolour}{DarkBlue} |
| 11 | +\hypersetup{colorlinks=true, linkcolor=linkcolour, citecolor=linkcolour, urlcolor=linkcolour,} |
| 12 | + |
| 13 | +% Margins |
| 14 | +\topmargin=-0.45in |
| 15 | +\evensidemargin=0in |
| 16 | +\oddsidemargin=0in |
| 17 | +\textwidth=6.5in |
| 18 | +\textheight=9.0in |
| 19 | +\headsep=0.25in |
| 20 | + |
| 21 | +% use a sans serif font |
| 22 | +\renewcommand{\familydefault}{\sfdefault} |
| 23 | + |
| 24 | +%---------------------------------------- |
| 25 | +% Step 1: Edit the lecture title |
| 26 | +%---------------------------------------- |
| 27 | +\title{ |
| 28 | +Lecture 1: Introduction / Overview \\ % Lecture title |
| 29 | +Modeling Social Data, Spring 2019 \\ % Course title |
| 30 | +Columbia University % School |
| 31 | +} |
| 32 | + |
| 33 | +%---------------------------------------- |
| 34 | +% Step 2: Edit your name and the date |
| 35 | +%---------------------------------------- |
| 36 | +\author{Jake Hofman} % Scribe's name |
| 37 | +\date{January 25, 2019} % Lecture date |
| 38 | + |
| 39 | +\begin{document} |
| 40 | + |
| 41 | +\maketitle |
| 42 | + |
| 43 | + |
| 44 | +%---------------------------------------- |
| 45 | +% Step 3: |
| 46 | +% Rename uni.tex to match your uni, |
| 47 | +% edit the filename accordingly below, |
| 48 | +% and put your notes in this file |
| 49 | +%---------------------------------------- |
| 50 | +\input{jmh2045.tex} |
| 51 | + |
| 52 | +\end{document} |
| 53 | + |
| 54 | +%%% Local Variables: |
| 55 | +%%% mode: latex |
| 56 | +%%% TeX-master: t |
| 57 | +%%% End: |
0 commit comments