summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/boondox
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-02-23 21:58:11 +0000
committerKarl Berry <karl@freefriends.org>2017-02-23 21:58:11 +0000
commita7d6609912eed392cb9fb7ce8d3607bf8a7f16d0 (patch)
tree147aab2d825cb029d987aab34ffaaa0e559f0637 /Master/texmf-dist/doc/fonts/boondox
parentb4562c560f3206728d5bf21abbcdad01b248ea26 (diff)
boondox (22feb17)
git-svn-id: svn://tug.org/texlive/trunk@43313 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/boondox')
-rw-r--r--Master/texmf-dist/doc/fonts/boondox/README8
-rw-r--r--Master/texmf-dist/doc/fonts/boondox/boondox-doc.pdfbin32467 -> 99056 bytes
-rw-r--r--Master/texmf-dist/doc/fonts/boondox/boondox-doc.tex15
3 files changed, 22 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/fonts/boondox/README b/Master/texmf-dist/doc/fonts/boondox/README
index 5f728a7dc80..10cf49c21a3 100644
--- a/Master/texmf-dist/doc/fonts/boondox/README
+++ b/Master/texmf-dist/doc/fonts/boondox/README
@@ -8,7 +8,13 @@ distributed with the STIX fonts.
The package contains virtual fonts based on the PostScript fonts with metrics adjusted to suit my taste in width, accent position and subscript position. There are also less oblique variants of the calligraphic faces. The current version, 1.01, dated 2015-06-14, corrects a flaw in uboondox-cal.fd, which now once again loads as expected.
-Current version 1.01 2016-10-09
+Current version 1.02a 2017-02-22
+
+Changes in version 1.02a
+Corrected an error in uboondoxuprscr.fd.
+
+Changes in version 1.02
+Added a new font, called by BOONDOX-uprscr.sty, which takes the glyphs from STIX-MathScr-*.pfb, unslants them and reshapes the outlines where needed.
Changes in version 1.01
Added the newer version of the bold double-struck STIX fonts (version 1.1) so that BOONDOX-b-ds now has full alphabetic coverage.
diff --git a/Master/texmf-dist/doc/fonts/boondox/boondox-doc.pdf b/Master/texmf-dist/doc/fonts/boondox/boondox-doc.pdf
index 235d88911db..76c07a980ae 100644
--- a/Master/texmf-dist/doc/fonts/boondox/boondox-doc.pdf
+++ b/Master/texmf-dist/doc/fonts/boondox/boondox-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/fonts/boondox/boondox-doc.tex b/Master/texmf-dist/doc/fonts/boondox/boondox-doc.tex
index 31805518c72..b08d8f2fb10 100644
--- a/Master/texmf-dist/doc/fonts/boondox/boondox-doc.tex
+++ b/Master/texmf-dist/doc/fonts/boondox/boondox-doc.tex
@@ -1,4 +1,13 @@
+% !TEX TS-program = pdflatexmk
\documentclass[11pt]{article}
+%SetFonts
+% newtxtext+newtxmath
+\usepackage{newtxtext} %loads helv for ss, txtt for tt
+\usepackage{amsmath}
+\usepackage[bigdelims]{newtxmath}
+\usepackage[T1]{fontenc}
+\usepackage{textcomp}
+%SetFonts
\usepackage[margin=1.4in]{geometry}
%\geometry{landscape} % Activate for for rotated page geometry
\usepackage[parfill]{parskip} % Activate to begin paragraphs with an empty line rather than an indent
@@ -67,4 +76,10 @@ to accomplish the same effect as the above.
See the \textsf{mathalfa} documentation for font samples of these and many other math alphabets.
+\section*{Added 2017-02-23}
+A new BOONDOX alphabet was added, based on STIX-MathScr, but with the slant removed and glyphs reworked to have smaller swashes and smaller tails that intrude less into the space inhabited by subscripts. To call this alphabet as \verb|\mathscr|, use e.g.,
+\begin{verbatim}
+\usepackage[scaled=.98]{BOONDOX-uprscr}
+\end{verbatim}
+This alphabet is also available through {\tt mathalfa}. Because using it in these ways adds an extra math family, it may be desirable to load it not as a math font. See the documentation to {\tt TXUprCal} for details of such usage.
\end{document} \ No newline at end of file