diff options
author | Karl Berry <karl@freefriends.org> | 2010-02-17 19:36:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-02-17 19:36:21 +0000 |
commit | 2214584d05546c9e67360ed71a2a07cd61acd550 (patch) | |
tree | fb945cff41c9427e8f4a33ea179d4e43a7a9f040 /Master | |
parent | d2d549ea8f37e4b245480f445fb56f9136838c75 (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')
-rw-r--r-- | Master/texmf-dist/doc/latex/bold-extra/bold-extra.pdf | bin | 0 -> 223970 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/bold-extra/bold-extra.tex | 39 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/bold-extra/bold-extra.sty (renamed from Master/texmf-dist/tex/latex/ltxmisc/bold-extra.sty) | 0 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/bold-extra.tlpsrc | 0 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc | 1 |
6 files changed, 41 insertions, 1 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 Binary files differnew file mode 100644 index 00000000000..78cacaab256 --- /dev/null +++ b/Master/texmf-dist/doc/latex/bold-extra/bold-extra.pdf 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} diff --git a/Master/texmf-dist/tex/latex/ltxmisc/bold-extra.sty b/Master/texmf-dist/tex/latex/bold-extra/bold-extra.sty index 345e75c6209..345e75c6209 100644 --- a/Master/texmf-dist/tex/latex/ltxmisc/bold-extra.sty +++ b/Master/texmf-dist/tex/latex/bold-extra/bold-extra.sty diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index ce9fd74da39..bb35c8ec6e4 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -48,7 +48,7 @@ my @TLP_working = qw( # these packages should be up to date bibtopicprefix bibexport bibunits bidi bigfoot bigints binomexp bizcard blacklettert1 blindtext blkarray blockdraw_mp blowup - boisik + boisik bold-extra boites boldtensors bookest booklet booktabs boolexpr bophook bosisio boxhandler bpchem bracketkey breakurl bullcntr bussproofs bytefield diff --git a/Master/tlpkg/tlpsrc/bold-extra.tlpsrc b/Master/tlpkg/tlpsrc/bold-extra.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Master/tlpkg/tlpsrc/bold-extra.tlpsrc diff --git a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc index cb3e2c7a3a1..02a075b8ecf 100644 --- a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc @@ -46,6 +46,7 @@ depend blindtext depend blkarray depend blowup depend boites +depend bold-extra depend bookest depend booklet depend boolexpr |