With Garamond:
Code: Select all
\documentclass[10pt]{book}
\usepackage[OT1]{fontenc}
\usepackage{pslatex}
\usepackage{garamond}
\begin{document}
\chapter{Introduction and Ideas}
\begin{description}
\item[Item 1]
\item[Item 2]
\end{description}
\section{More Ideas}
\end{document}
Code: Select all
\documentclass[10pt]{book}
%\usepackage[OT1]{fontenc}
%\usepackage{pslatex}
%\usepackage{garamond}
\begin{document}
\chapter{Introduction and Ideas}
\begin{description}
\item[Item 1]
\item[Item 2]
\end{description}
\section{More Ideas}
\end{document}