Index of /archives/text/CTAN/fonts/metrics/adobe/adobecaslon
Name Last modified Size Description
Parent Directory -
adobecaslon.bib 2016-09-06 05:11 492
texmf/ 2016-09-06 05:11 -
adobecaslon.ins 2016-09-06 05:41 3.6K
t1a.etx.diff 2016-09-06 05:47 1.2K
pac-extra.map 2016-09-06 05:48 172
t1aa.etx.diff 2016-09-06 05:48 5.6K
t1aa8.etx.diff 2016-09-06 05:48 1.8K
t1aa8e.etx.diff 2016-09-06 05:48 1.5K
t1aae.etx.diff 2016-09-06 05:48 1.5K
Makefile 2016-09-06 07:15 2.6K
README 2017-01-23 07:19 1.6K
adobecaslon.dtx 2017-01-23 07:21 48K
pac-sample.pdf 2017-01-23 07:22 169K
adobecaslon.gls 2017-01-23 07:22 309
adobecaslon.pdf 2017-01-23 07:22 351K
pac-sample-expert.pdf 2017-01-23 07:22 344K
adobecaslon
===========
This package provides support files for the Adobe Caslon font family
in pdfLaTeX. (The LuaTeX and XeTeX engines support system fonts
directly, but there are still good reasons to use pdfTeX.)
Version 2.0: Added support for expert fonts (Reuben Thomas)
Version 2.1: Bug fixes, TS1 encoding added for a
number of fonts (Reuben Thomas)
Version 2.2: Documentation update (Reuben Thomas)
Installation
------------
See the file adobecaslon.pdf. If you do not have this file, you
probably have the development sources, not the distribution. Get the
distribution from http://www.ctan.org/pkg/adobecaslon
Building from development sources
---------------------------------
(This should only be necessary if you are a developer wanting to work
on the package.)
Before you start, you must have installed the PostScript Type 1 font
files (.pfb) in TEXMF/fonts/type1/adobe/adobecaslon, and the Adobe
Font Metric files (.afm) in TEXMF/fonts/afm/adobe/adobecaslon.
You also need the ``make'' utility installed (many systems will have
this already).
Then, if you have just the base fonts, run:
make
or, if you have the expert fonts, run:
make expert
and then, assuming everything went OK,
make install
to install in TEXMFLOCAL. If you want to install elsewhere, you can
specify a different TEXMF; for example,
make install TEXMF=`kpsewhich --expand-var='$TEXMFHOME'`
to install under TEXMFHOME.
Finally, follow the final part of the installation instructions in the
``Installation'' section of adobecaslon.pdf, a copy of which should now
be in the current directory.