fixed up fonts to work with garamond and helvetica
This commit is contained in:
parent
0b7c3b2cc3
commit
1ac15597c9
14
text.tex
14
text.tex
@ -1,9 +1,17 @@
|
|||||||
\documentclass[11pt]{scrartcl}
|
\documentclass[12pt]{scrartcl}
|
||||||
|
|
||||||
\usepackage{ucs}
|
\usepackage{ucs}
|
||||||
\usepackage[utf8x]{inputenc}
|
\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{fancyhdr}
|
||||||
|
|
||||||
% \usepackage{url}
|
% \usepackage{url}
|
||||||
% \usepackage{graphicx}
|
% \usepackage{graphicx}
|
||||||
% \usepackage{amsmath, amsthm, amssymb}
|
% \usepackage{amsmath, amsthm, amssymb}
|
||||||
@ -31,7 +39,7 @@
|
|||||||
|
|
||||||
\setlength{\parskip}{4.5pt}
|
\setlength{\parskip}{4.5pt}
|
||||||
|
|
||||||
\baselineskip 17.5pt
|
\baselineskip 18.5pt
|
||||||
|
|
||||||
\title{Title}
|
\title{Title}
|
||||||
\author{Benjamin Mako Hill}
|
\author{Benjamin Mako Hill}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user