Makefile.m4: Fix rules to be parallel-make safe.
[mdwfonts] / mdwfonts.dtx
index 4c20bc6..73c1464 100644 (file)
@@ -73,7 +73,7 @@
 %
 % \end{meta-comment}
 %
-% 
+%
 %^^A-------------------------------------------------------------------------
 % \section{Overview}
 %
@@ -99,7 +99,7 @@
 % \section{Installing \package{mdwfonts}}
 %
 % The package comes with a large number of miscellaneous font files.  They
-% ought to be placed in appropriate directories where \TeX and/or other
+% ought to be placed in appropriate directories where \TeX\ and/or other
 % programs can find them.  Exactly where this will be depends heavily on your
 % installation: try looking for the other fonts and put these with them.
 % The various extensions for the font files are:
 % \subsubsection{Text fonts}
 %
 % \paragraph{Courier}
-% The courier family is redefined in its entirety here.  I use the condensed
-% courier provided by David Carlisle's \package{pslatex} package, although
+% The Courier family is redefined in its entirety here.  I use the condensed
+% Courier provided by David Carlisle's \package{pslatex} package, although
 % I've extended it to cover all the shapes and not just medium roman.
 %    \begin{macrocode}
 \mdwf@iffont\mdwf@courier
 %    \end{macrocode}
 %
 % \paragraph{Helvetica}
-% Again the whole of helvetica is defined here, this time so that the font
+% Again the whole of Helvetica is defined here, this time so that the font
 % can be scaled a little.
 %    \begin{macrocode}
 \mdwf@iffont\mdwf@helvetica
 %    \end{macrocode}
 %
 % \paragraph{Palatino}
-% Might as well define palatino too, for completeness' sake.
+% Might as well define Palatino too, for completeness' sake.
 %    \begin{macrocode}
 \mdwf@iffont\mdwf@palatino
 \DeclareFontFamily{OT1}{ppl}{}
 %    \end{macrocode}
 %
 % \paragraph{Times}
-% Finally, times, for those who like it\dots
+% Finally, Times, for those who like it\dots
 %    \begin{macrocode}
 \mdwf@iffont\mdwf@times
 \DeclareFontFamily{OT1}{ptm}{}
 \input fontinst.sty
 %    \end{macrocode}
 %
-% Firstly, some code for building squashed courier fonts.
+% Firstly, some code for building squashed Courier fonts.
 %
 %    \begin{macrocode}
 \def\squashcourier#1{%
 \installfonts
 %    \end{macrocode}
 %
-% Start with the courier ones.
+% Start with the Courier ones.
 %
 %    \begin{macrocode}
 \installfont{pcrb7tn}{pcrb8rn,psyr,latin}{OT1tt}{OT1}{pcr}{b}{n}{}
 \installfont{pcrro8tn}{pcrro8rn,psyr,latin}{T1}{T1}{pcr}{m}{sl}{}
 %    \end{macrocode}
 %
-% Now build palatino-based maths fonts.  This lot seems to work.  It's based
+% Now build Palatino-based maths fonts.  This lot seems to work.  It's based
 % on \package{mathptm}, and hacked a bit.
 %
 %    \begin{macrocode}
@@ -834,9 +834,9 @@ pcrro8rn Courier-Oblique ".85 ExtendFont TeXBase1Encoding ReEncodeFont" <8r.enc
 %    \end{macrocode}
 %
 %
-% \section{Description file for courier}
+% \section{Description file for Courier}
 %
-% Here's a short |.fd| file for the squashed courier font which makes it
+% Here's a short |.fd| file for the squashed Courier font which makes it
 % work in my `|mTT|' encoding.
 %
 %    \begin{macrocode}
@@ -857,7 +857,7 @@ pcrro8rn Courier-Oblique ".85 ExtendFont TeXBase1Encoding ReEncodeFont" <8r.enc
 %</mttpcr>
 %    \end{macrocode}
 %
-% 
+%
 % Done.
 %
 % \hfill Mark Wooding, \today