From ce5b961be58acc74649ab3fc752f5fa93c0671eb Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 25 Jan 2013 23:11:12 +0000 Subject: figbas 1.0.3 (24jan13) git-svn-id: svn://tug.org/texlive/trunk@28943 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/fonts/figbas/README | 117 ++++++++++++++++++++++++++ Master/texmf-dist/doc/fonts/figbas/figbas.pdf | Bin 64060 -> 64057 bytes Master/texmf-dist/doc/fonts/figbas/figbas.tex | 6 +- 3 files changed, 120 insertions(+), 3 deletions(-) create mode 100644 Master/texmf-dist/doc/fonts/figbas/README (limited to 'Master') diff --git a/Master/texmf-dist/doc/fonts/figbas/README b/Master/texmf-dist/doc/fonts/figbas/README new file mode 100644 index 00000000000..2f0055fb352 --- /dev/null +++ b/Master/texmf-dist/doc/fonts/figbas/README @@ -0,0 +1,117 @@ +========================================================================= + FIGBAS (minifonts for figured-bass ligatures) +========================================================================= + + version 1.0.3 + 2013-01-24 + Bob Tennent + rdt(a)tennent.ca + +This package provides three Postscript Type 1 mini-fonts cmrj, +cmssj, plrj (and associated map file and metric files) with just +five "ligatures" for the combinations 2+, 4+, 5+, 6+, and 9+ used +in figured-bass notation in baroque music. The fonts are intended +for use with Computer Modern (cmr), Computer Modern Sans (cmss), and +Palatino/Palladio (pplr), respectively. + +Installation +------------ + +Unzip the archive tex-archive/install/fonts/figbas.tds.zip at the root +of a texmf hierarchy, preferably a "local" tree, such as $HOME/texmf +or /usr/local/share/texmf on a Un*x-like system or C:\localtexmf on a +Windows system; the documentation of your TeX distribution should tell +you where to install new files. + +Updating the Filename Database +------------------------------ + +Most TeX systems improve the efficiency of file access by maintaining +a data base of file names. The documentation of your TeX distribution +should tell you what you have to do to update this data base after +adding new files. For example, on a teTeX-based system, execute + + texhash + +On a MikTeX system, execute + + initexmf -u + +or click on Options and then the Refresh button for the file-name +database. + + +Configuring the Font Maps +------------------------- + +TeX systems maintain map files which associate font files with font +names. The file figbas.map in the archive defines the appropriate +associations for these fonts. The documentation of your TeX +distribution should tell you what you have to do to add the +associations in figbas.map to the global map file or files. For +example, on a TeXLive system, execute + + updmap --enable Map=figbas.map + +or add + + Map figbas.map + +to updmap.cfg and run updmap (as a user) or updmap-sys (as root). + +On a MikTeX system: + + + Run + +initexmf --edit-config-file updmap + +and add the following at the end of the file: + +Map figbas.map + + + Save the file and exit Notepad. + + + Refresh the file-name database and run + +initexmf --mkmaps + + +Using the Fonts +--------------- + +The fonts might be used in a TeX-based format such as MusixTeX as +follows: + + % Uncomment one of the following three lines: + % \font\figfont=cmr7 \font\figplus=cmrj at 7pt + % \font\figfont=cmss8 at 7pt \font\figplus=cmssj at 7pt + \font\figfont=pplr8r at 7pt \font\figplus=plrj at 7pt + + \def\twopl{\figplus 2} + \def\fourpl{\figplus 4} + \def\fivepl{\figplus 5} + \def\sixpl{\figplus 6} + \def\ninepl{\figplus 9} + + +Licensing +--------- + +plrj.pfb is based on glyphs from the Palladio L Roman font by + + URW++ Design and Development Incorporated + Poppenbuetteler Bogen 29A + D-22399 Hamburg + Germany + tel. +49 (40) 60 60 50 + fax +49 (40) 60 60 51 11 + http://www.urwpp.de + +which is licensed under the GPL. The same license applies to plrj.pfb. +The font may be embedded in non-GPLed documents. + +cmrj.pfb and cmssj.pfb are based on glyphs from the so-called "bluesky" +type-1 version of Knuth's Computer Modern Roman and Sans fonts. The +copyright to these type-1 fonts is now held by the AMS but modification +and distribution without their copyright notice is allowed; cmrj.pfb and +cmssj.pfb are licensed under the LPPL. diff --git a/Master/texmf-dist/doc/fonts/figbas/figbas.pdf b/Master/texmf-dist/doc/fonts/figbas/figbas.pdf index bede66dea27..f8549e2f587 100644 Binary files a/Master/texmf-dist/doc/fonts/figbas/figbas.pdf and b/Master/texmf-dist/doc/fonts/figbas/figbas.pdf differ diff --git a/Master/texmf-dist/doc/fonts/figbas/figbas.tex b/Master/texmf-dist/doc/fonts/figbas/figbas.tex index 8512ea64c7a..073eaa5fcd8 100644 --- a/Master/texmf-dist/doc/fonts/figbas/figbas.tex +++ b/Master/texmf-dist/doc/fonts/figbas/figbas.tex @@ -3,7 +3,7 @@ \usepackage[osf]{mathpazo} \usepackage{url} \begin{document} -\title{Figbas (Minifonts for Figured-Bass Ligatures)\\ Version 1.0.2} +\title{Figbas (Minifonts for Figured-Bass Ligatures)\\ Version 1.0.3} \author{Bob Tennent\\ \small\url{rdt@cs.queensu.ca}} \date{\today} @@ -11,7 +11,7 @@ \thispagestyle{empty} \section{Introduction} -This package contains a zip file \texttt{figbas.tds.zip} providing three +This package provides three Postscript Type 1 mini-fonts \texttt{cmrj}, \texttt{cmssj}, \texttt{plrj} (and associated map file and metric files) with just five ``ligatures'' for the combinations 2+, 4+, 5+, 6+, and 9+ used in figured-bass notation in baroque music. The @@ -20,7 +20,7 @@ Sans (\texttt{cmss}), and Palatino/Palladio (\texttt{pplr}), respectively. \section{Installation} -Unzip the archive at the root of a texmf hierarchy, preferably +Unzip the archive \verb\/install/fonts/figbas.tds.zip\ at the root of a texmf hierarchy, preferably a ``local'' tree, such as \verb\$HOME/texmf\ or \verb\/usr/local/share/texmf\ on a Unix-like system or \verb|C:\localtexmf| on a Windows system; the documentation of your \TeX\ distribution should tell you where to install -- cgit v1.2.3