diff options
Diffstat (limited to 'Master/texmf-dist/doc/fonts/accfonts/vpl2vpl')
-rwxr-xr-x | Master/texmf-dist/doc/fonts/accfonts/vpl2vpl | 31 |
1 files changed, 14 insertions, 17 deletions
diff --git a/Master/texmf-dist/doc/fonts/accfonts/vpl2vpl b/Master/texmf-dist/doc/fonts/accfonts/vpl2vpl index d1e34e19dda..18bd1c4676c 100755 --- a/Master/texmf-dist/doc/fonts/accfonts/vpl2vpl +++ b/Master/texmf-dist/doc/fonts/accfonts/vpl2vpl @@ -17,28 +17,25 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -$version = 0.23; +$version = 0.24; #------------------------------------------------------------------------# $description = "Syntax: vpl2vpl -d definition-file [-s shrink-factor] [-c candrabindu-adjustment] [-b] vpl-file -Vpl2vpl creates new TeX virtual fonts based on existing virtual -fonts (\"input fonts\"). A successful run will read a vpl (Virtual -Property List) file and a definition file, and will generate a new -vpl file on standard output. The input font is assumed to adhere to -the standard TeX encoding for text fonts unless it was created with -the program afm2tfm, in which case it is assumed to conform to the -encoding specified in the file dvips.enc. In either case, the name -of the input font is assumed to be the name of the input file -without its .vpl extension: it must conform to normal TeX -conventions for naming fonts, as vpl2vpl attempts to draw -conclusions from it about the kind of font it is dealing with. - -In the case of a non-virtual font (such as the Computer Modern -fonts), use a pl (Property List) file, created with the standard -utility tftopl, as the input file in place of a vpl file; vpl2vpl -will make the necessary changes on the fly. +Vpl2vpl creates new TeX virtual fonts based on existing fonts or +virtual fonts (\"input fonts\"). A successful run will read a pl +(Property List) or vpl (Virtual Property List) file and a definition +file, and will generate a new vpl (Virtual Property List) file on +standard output. The input font is assumed to adhere to the standard +TeX encoding for text fonts unless it was created with either of the +programs afm2pl or afm2tfm, in which case it is assumed to conform to +(respectively) the Adobe Standard Encoding or the encoding specified +in the file dvips.enc. In either case, the name of the input font is +assumed to be the name of the input file without its .vpl or .pl +extension: it must conform to normal TeX conventions for naming fonts, +as vpl2vpl attempts to draw conclusions from it about the kind of font +it is dealing with. A typical complete sequence of commands to create a new virtual font might therefore be |