From: Date: Sun, 17 Feb 2008 04:38:42 +0000 (-0500) Subject: fixed up fonts to work with garamond and helvetica X-Git-Url: https://projects.mako.cc/source/latex_mako/commitdiff_plain/1ac15597c9f26c4d28d5dcc6b35fb5e7aa38bc28?ds=sidebyside fixed up fonts to work with garamond and helvetica --- diff --git a/text.tex b/text.tex index 844e1ed..3cadffc 100644 --- a/text.tex +++ b/text.tex @@ -1,9 +1,17 @@ -\documentclass[11pt]{scrartcl} +\documentclass[12pt]{scrartcl} \usepackage{ucs} \usepackage[utf8x]{inputenc} -\usepackage[letterpaper,left=1.3in,right=1.3in,top=1.3in,bottom=1.3in]{geometry} + +\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} @@ -31,7 +39,7 @@ \setlength{\parskip}{4.5pt} -\baselineskip 17.5pt +\baselineskip 18.5pt \title{Title} \author{Benjamin Mako Hill}