From: Tim Pope Date: Sat, 15 Nov 2003 16:56:02 +0000 (+0000) Subject: Changed \normalsize hack to \fontselect X-Git-Url: http://git.tpope.net/?p=latex-mlastyle.git;a=commitdiff_plain;h=ed396569fcc683fdbf330ae4ac62283ed92fd19c Changed \normalsize hack to \fontselect --- diff --git a/mlastyle.dtx b/mlastyle.dtx index f3cb935..48fd55b 100644 --- a/mlastyle.dtx +++ b/mlastyle.dtx @@ -131,6 +131,7 @@ % \DoNotIndex{\fancyhf} % \DoNotIndex{\fancypagestyle} % \DoNotIndex{\fi} +% \DoNotIndex{\fontselect} % \DoNotIndex{\futurelet} % \DoNotIndex{\gdef} % \DoNotIndex{\hangindent} @@ -482,7 +483,7 @@ \mlastyle@formatfalse \mlastyle@underlinefalse} \DeclareOption{singlespacequotes}{ - \def\mlastyle@qspread{\linespread{1}\normalsize\vskip\baselineskip}} + \def\mlastyle@qspread{\linespread{1}\selectfont\vskip\baselineskip}} \DeclareOption{doublespacequotes}{\let\mlastyle@qspread\relax} \ExecuteOptions{nobibstyle,nopapersize,mla,cm,doublespacequotes} \ProcessOptions @@ -601,8 +602,8 @@ % \end{macro} % \end{macro} % \subsubsection{Environments} -% ^^A%\newenvironment{blocks}{\begin{quote} \linespread{1} \small \normalsize}{\end{quote} \linespread{2} \small \normalsize} -% ^^A%\newenvironment{blockm}{\begin{quotation} \linespread{1} \small \normalsize}{\end{quotation} \linespread{2} \small \normalsize} +% ^^A%\newenvironment{blocks}{\begin{quote} \linespread{1} \selectfont}{\end{quote} \linespread{2} \small \selectfont} +% ^^A%\newenvironment{blockm}{\begin{quotation} \linespread{1} \selectfont}{\end{quotation} \linespread{2} \selectfont} % \begin{environment}{verse} % Indented 1 inch, with an additional .25 inch hanging indent. % \begin{macrocode}