summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/dsserif/notes.txt
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-10-24 20:59:56 +0000
committerKarl Berry <karl@freefriends.org>2021-10-24 20:59:56 +0000
commit9efec36ffca7c9ac67be4d6cca7314914af9451b (patch)
treef906f23f4b1ea1f9a1320613c625350f88682f9a /Master/texmf-dist/source/dsserif/notes.txt
parenta24dadb9faf6fd895d18977df4ef9030a024df1f (diff)
dsserif (24oct21)
git-svn-id: svn://tug.org/texlive/trunk@60859 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/dsserif/notes.txt')
-rw-r--r--Master/texmf-dist/source/dsserif/notes.txt27
1 files changed, 0 insertions, 27 deletions
diff --git a/Master/texmf-dist/source/dsserif/notes.txt b/Master/texmf-dist/source/dsserif/notes.txt
deleted file mode 100644
index 3f209549dd1..00000000000
--- a/Master/texmf-dist/source/dsserif/notes.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-Notes on generating or revising the support files for DDSerif, 05/01/2018
-
-1. The basic font files are DSSerif.pfb, DSSerif-Bold.pfb, DSSerifUni.pfb, DSSerifUni-Bold.pfb, along with the corresponding afm files.
-
-2. The *Uni* files have only bare bones support, generated by
-
-afm2tfm DSSerifUni
-afm2tfm DSSerifUni-Bold
-
-The generated tfm files contain no ligkern information, as these files are supposed to be used only in the construction of virtual fonts, the last stage of whose contruction will add the ligkern data.
-
-3. To regenerate the remaining support files with your modifications, follow the following steps.
-
-3a: Copy all files in the package source to a working directory, along with the two non "Uni" afm files.
-
-3b: Modify adjustments.mtx to specify new kerns that affect the positions of math accents.
-
-3c: Process the driver file:
-
-tex DSSerif-drv
-vptovf DSSerif
-vptovf DSSerif-Bold
-
-3d: Discard DSSerif.vf, DSSerif-Bold.vf and udsserif.fd.
-You should not need to change the contents of DSSeif.map.
-
-3e: Move DSSerif.tfm and DSSerif-Bold.tfm into your tex heirarchy in a position that has priority over their position in the distribution. \ No newline at end of file