summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/bold-extra/bold-extra.tex
blob: 8bbd38d691a3c0d559ef8d8133d51a0d1f32073e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
\documentclass[DIV=9, pagesize=auto, version=last]{scrartcl}

\usepackage{lmodern}
\usepackage{mflogo}
\usepackage[T1]{fontenc}
\usepackage{microtype}
\usepackage{hyperref}

\addtokomafont{title}{\rmfamily}

\title{The \textsf{bold-extra} package}
\subtitle{A jiffy to provide access (in \LaTeX) to (some of) the fonts\\ in CTAN directory \texttt{fonts/cm/mf-extra/bold}}
\author{Robin Fairbairns, \href{mailto:rf10@cam.ac.uk}{\texttt{rf10@cam.ac.uk}}}
\date{November 2001}


\begin{document}

\maketitle

\noindent
This package is provided under the provisions of the \LaTeX\ Project
Public Licence, \url{http://www.latex-project.org/lppl.txt}

This packages provides font shapes to support bold small caps and TT
text.  There is a choice of bold TT fonts, which are selected by
package options \texttt{cmbtt} and \texttt{cmttb} (this reflects the confusingly
similar font names).  The default (based on the author's estimation
of the fonts' relative merits) is \texttt{cmttb}.

To use these fonts you need their \MF\ sources available to your
\TeX\ system (as far as I know, there are no Type~1 versions of the
fonts available yet).  Place them in an appropriate place under
\texttt{fonts/source} in your TDS \textsf{texmf} tree; place this file somewhere like
\texttt{tex/latex/misc} in your tree.  See
\url{http://www.tex.ac.uk/cgi-bin/texfaq2html?label=instpackages+wherefiles}
for more details.

\end{document}