Search found 2 matches

by jorogotti
Wed Feb 29, 2012 10:58 pm
Forum: Fonts & Character Sets
Topic: lmodern | Font apparently not working
Replies: 4
Views: 5703

lmodern | Font apparently not working

Sorry for failing in my first post.
\documentclass[11pt]{article}
\usepackage{geometry}
\geometry{letterpaper}
\usepackage{amssymb}
\usepackage{epstopdf}
\usepackage{setspace}
\usepackage{natbib}

\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{textcomp}

\interfootnotelinepenalty=1000 ...
by jorogotti
Wed Feb 29, 2012 9:59 pm
Forum: Fonts & Character Sets
Topic: lmodern | Font apparently not working
Replies: 4
Views: 5703

lmodern | Font apparently not working

I'm trying to change from computer modern to lmodern. The following is my preamble.
\documentclass[11pt]{article}
\usepackage{geometry}
\geometry{letterpaper}
\usepackage{amssymb}
\usepackage{epstopdf}
\usepackage{setspace}
\usepackage{natbib}

\usepackage{lmodern}
\usepackage[T1]{fontenc ...