Linux Commands Examples

A great documentation place for Linux commands

ovp2ovf

convert a virtual property-list file into a virtual font file and its associated font metric file


see also : ofm2opl - ovf2ovp - pltotf - tftopl - vftovp - vptovf

Synopsis

ovp2ovf [OPTIONS] OVPFILE[.ovp] [OVFFILE[.ovf] [OFMFILE[.ofm]]]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
%.ofm %.ovf: %.ovp
ovp2ovf $< $*.ovf $*.ofm
## rules specific to a font
## gregorio rules
$(gregorio_PFB): gregorio.pe gregorio-base.sfd
0
source
            
for f in lambda odvicopy odvitype ofm2opl opl2ofm otp2ocp outocp ovf2ovp ovp2ovf ; do
rm -f $pkgdir/usr/share/man/man1/$f.1
done
# replace upstream texmf.cnf with ours
0
source
            
for f in omega lambda odvicopy odvips odvitype ofm2opl opl2ofm otp2ocp outocp ovf2ovp ovp2ovf oxdvi ; do
rm -f $startdir/pkg/usr/share/man/man1/$f.1
done
# replace upstream texmf.cnf with ours
0
source
            
for f in omega lambda odvicopy odvips odvitype ofm2opl opl2ofm otp2ocp outocp ovf2ovp ovp2ovf oxdvi ; do
rm -f $pkgdir/opt/arch/share/man/man1/$f.1
done
# replace upstream texmf.cnf with ours
0
source
            
for f in lambda odvicopy odvitype ofm2opl opl2ofm otp2ocp outocp ovf2ovp ovp2ovf ; do
rm -f $pkgdir/usr/share/man/man1/$f.1
done
# replace upstream texmf.cnf with ours

description

ovp2ovf translates a human-readable virtual property list (OVP) file, OVPFILE, into a virtual font (OVF) file, OVFFILE and its companion font metric (OFM) file, OFMFILE.

The program also works with TeX VP files, producing VF and TFM files. (ovp2ovf is based on the WEB source code for vptovf(1).)

options

-help

display a brief summary of syntax and options

-verbose

display progress reports

-version

output version information and exit

files

OFMFILE

Omega Font Metric file

OVFFILE

Omega Virtual Font file

OVPFILE

Omega Virtual Property List file


bugs

None known, but report any found to <omega[:at:]ens[:dot:]fr> (mailing list). You should also check to see if the bug is in vptovf(1).


see also

omega, ofm2opl , ovf2ovp , pltotf , tftopl , vftovp , vptovf

Draft Manual for the Omega System (omega-manual.dvi).

Web page: <http://www.gutenberg.eu.org/omega/>


author

According to the WEB documentation:

VPtoVF is an extended version of the program PLtoTF, which is part of the standard TeXware library. OVP2OVF is an extended version of VPtoVF that allows much larger fonts. The idea of a virtual font was inspired by the work of David R. Fuchs who designed a similar set of conventions in 1984 while developing a device driver for ArborText, Inc. He wrote a somewhat similar program called PLFONT.

The primary authors of Omega are John Plaice <plaice[:at:]cse.unsw.edu[:dot:]au> and Yannis Haralambous <yannis@fluxus-virus.com>.

This manual page was written by C.M. Connelly <cmc[:at:]debian[:dot:]org>, for the Debian GNU/Linux system. It may be used by other distributions without contacting the author. Any mistakes or omissions in the manual page are my fault; inquiries about or corrections to this manual page should be directed to me (and not to the primary author).

How can this site be more helpful to YOU ?


give  feedback