fixed evince
[latex_mako] / text.tex
index 2a5b12b9cb3c848c6bb2f6570ee2cc34dc527414..3cadffc6169b4d4de247ab3f55951a776d159541 100644 (file)
--- a/text.tex
+++ b/text.tex
@@ -1,10 +1,23 @@
-\documentclass[11pt]{scrartcl}
+\documentclass[12pt]{scrartcl}
 
-\usepackage[latin1]{inputenc}
-\usepackage[letterpaper,left=1.3in,right=1.3in,top=1.3in,bottom=1.3in]{geometry}
+\usepackage{ucs}
+\usepackage[utf8x]{inputenc}
+
+\usepackage[T1]{fontenc}
+\usepackage{textcomp}
+\renewcommand{\rmdefault}{ugm}
+\renewcommand{\sfdefault}{phv}
+\usepackage[garamond]{mathdesign}
+
+\usepackage[letterpaper,left=1.2in,right=1.2in,top=1.2in,bottom=1.2in]{geometry}
 \usepackage{fancyhdr}
 
+% \usepackage{url}
+% \usepackage{graphicx}
+% \usepackage{amsmath, amsthm, amssymb}
+
 \newcommand{\titleref}[1]{\textsl{#1}}
+
 \newenvironment{narrow}[2]{%
   \begin{list}{}{%
       \setlength{\topsep}{0pt}%
@@ -26,7 +39,7 @@
 
 \setlength{\parskip}{4.5pt}
 
-\baselineskip 17.5pt
+\baselineskip 18.5pt
 
 \title{Title}
 \author{Benjamin Mako Hill}
@@ -40,7 +53,10 @@ quick brown fox jumps over the lazy dog.  The quick brown fox jumps over
 the lazy dog.  The quick brown fox jumps over the lazy dog.  The quick
 brown fox jumps over the lazy dog.  The quick brown fox jumps over the
 lazy dog.  The quick brown fox jumps over the lazy dog.  The quick brown
-fox jumps over the lazy dog.
+fox jumps over the lazy dog \cite{989866}.
+
+\bibliography{refs}
+\bibliographystyle{apalike}
 
 \end{document}
 

Benjamin Mako Hill || Want to submit a patch?