summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/bold-extra
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-02-17 19:36:21 +0000
committerKarl Berry <karl@freefriends.org>2010-02-17 19:36:21 +0000
commit2214584d05546c9e67360ed71a2a07cd61acd550 (patch)
treefb945cff41c9427e8f4a33ea179d4e43a7a9f040 /Master/texmf-dist/doc/latex/bold-extra
parentd2d549ea8f37e4b245480f445fb56f9136838c75 (diff)
separated package bold-extra, with doc
git-svn-id: svn://tug.org/texlive/trunk@17076 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/bold-extra')
-rw-r--r--Master/texmf-dist/doc/latex/bold-extra/bold-extra.pdfbin0 -> 223970 bytes
-rw-r--r--Master/texmf-dist/doc/latex/bold-extra/bold-extra.tex39
2 files changed, 39 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/bold-extra/bold-extra.pdf b/Master/texmf-dist/doc/latex/bold-extra/bold-extra.pdf
new file mode 100644
index 00000000000..78cacaab256
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/bold-extra/bold-extra.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/bold-extra/bold-extra.tex b/Master/texmf-dist/doc/latex/bold-extra/bold-extra.tex
new file mode 100644
index 00000000000..8bbd38d691a
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/bold-extra/bold-extra.tex
@@ -0,0 +1,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}