diff options
author | Karl Berry <karl@freefriends.org> | 2016-02-01 19:01:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-02-01 19:01:18 +0000 |
commit | 7e0f5f37cb41918b36a55179926b38b64770f784 (patch) | |
tree | 360c99e77ab655b75b565298e5c472c765b0a218 /Build/source/texk/dvipsk | |
parent | e3734d866130a3671888de7d95941b9db51537c2 (diff) |
version numbers, bug reporting
git-svn-id: svn://tug.org/texlive/trunk@39536 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipsk')
-rw-r--r-- | Build/source/texk/dvipsk/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/dvipsk/afm2tfm.1 | 12 | ||||
-rw-r--r-- | Build/source/texk/dvipsk/dvips.1 | 7 |
3 files changed, 18 insertions, 6 deletions
diff --git a/Build/source/texk/dvipsk/ChangeLog b/Build/source/texk/dvipsk/ChangeLog index ef13ba12963..be4aff5159a 100644 --- a/Build/source/texk/dvipsk/ChangeLog +++ b/Build/source/texk/dvipsk/ChangeLog @@ -1,3 +1,8 @@ +2016-02-01 Karl Berry <karl@tug.org> + + * dvips.1, + * afm2tfm.1: ask for bug reports to go to tex-k. + 2016-01-21 Karl Berry <karl@freefriends.org> * dvips.texi (Afm2tfm options) <-a>: document new option. diff --git a/Build/source/texk/dvipsk/afm2tfm.1 b/Build/source/texk/dvipsk/afm2tfm.1 index dc13351833c..b6cca982351 100644 --- a/Build/source/texk/dvipsk/afm2tfm.1 +++ b/Build/source/texk/dvipsk/afm2tfm.1 @@ -1,4 +1,4 @@ -.TH AFM2TFM 1 "21 January 2016" +.TH AFM2TFM 1 "1 February 2016" .SH NAME afm2tfm \- convert Adobe font metrics to TeX font metrics .SH DESCRIPTION @@ -7,8 +7,9 @@ such as .B Times-Roman.afm, which describes the characteristics of the font called Times-Roman. To use such fonts with TeX, we need TFM files that contain similar -information. This program does that conversion. For more -information, see the dvips documentation. +information. This program does that conversion. +.PP +For all the details, see the dvips manual (http://tug.org/dvips). .SH FILES .I psfonts.map in the config directory used by dvips. @@ -19,4 +20,7 @@ An option to add letterspacing to the virtual font was rejected by Knuth because it would make the fi and fl ligatures break the normal rhythmic pattern. .SH AUTHORS -Tomas Rokicki and Donald E. Knuth. Send bug reports to tex-k@tug.org. +Tomas Rokicki and Donald E. Knuth. +.PP +Maintained in TeX Live; please send bug reports or other correspondence +to tex-k@tug.org (http://lists.tug.org/tex-k). diff --git a/Build/source/texk/dvipsk/dvips.1 b/Build/source/texk/dvipsk/dvips.1 index c8bd77995d4..9825e2f1a56 100644 --- a/Build/source/texk/dvipsk/dvips.1 +++ b/Build/source/texk/dvipsk/dvips.1 @@ -1,4 +1,4 @@ -.TH DVIPS 1 "4 May 2010" +.TH DVIPS 1 "1 February 2016" .SH NAME dvips \- convert a TeX DVI file to PostScript .SH SYNOPSIS @@ -526,6 +526,9 @@ PRINTER: see above. .SH NOTES PostScript is a registered trademark of Adobe Systems Incorporated. .SH AUTHOR -Tomas Rokicki <rokicki@cs.stanford.edu>; extended to virtual fonts +Tomas Rokicki; extended to virtual fonts by Don Knuth. Path searching and configuration modifications by Karl Berry. +.PP +Maintained in TeX Live; please send bug reports or other correspondence +to tex-k@tug.org (http://lists.tug.org/tex-k). |