Update of /var/cvs/cjk/utils/hbf2gf
In directory genba:/tmp/cvs-serv4897/utils/hbf2gf
Modified Files:
hbf2gf.1
Log Message:
* Makefile (abs-distdir): Fix assignment.
(distdoc): Remove generated C files.
* utils/hbf2gf/hbf2gf.1: s/`/\(oq/ and s/'/\(cq/ where appropriate.
Index: hbf2gf.1
===================================================================
RCS file: /var/cvs/cjk/utils/hbf2gf/hbf2gf.1,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** hbf2gf.1 25 Apr 2006 18:38:20 -0000 1.14
--- hbf2gf.1 9 Oct 2006 07:30:15 -0000 1.15
***************
*** 176,180 ****
If
.B ofm_file
! is set to `yes' in the configuration file,
.C OFM
and
--- 176,180 ----
If
.B ofm_file
! is set to \(oqyes\(cq in the configuration file,
.C OFM
and
***************
*** 219,224 ****
The last two characters (which are interpreted as the subfont number) are
stripped to get the name for the configuration file (which must end with
! `\c
! .C \&.cfg ').
No job file will be created.
If option
--- 219,224 ----
The last two characters (which are interpreted as the subfont number) are
stripped to get the name for the configuration file (which must end with
! \(oq\c
! .C \&.cfg \(cq).
No job file will be created.
If option
***************
*** 234,243 ****
The extension can be controlled with
.BR -n ;
! if set, the extension is `\c
! .C \&.gf ',
! otherwise `\c
.C \&. <\c
.IR resolution >\c
! .C gf '.
.B -q
makes
--- 234,243 ----
The extension can be controlled with
.BR -n ;
! if set, the extension is \(oq\c
! .C \&.gf \(cq,
! otherwise \(oq\c
.C \&. <\c
.IR resolution >\c
! .C gf \(cq.
.B -q
makes
***************
*** 336,340 ****
Empty lines will also be skipped.
The search for keywords is case insensitive; in contrast, the arguments will
! be taken exactly as given (except `yes' and `no' which can be written with
uppercase or lowercase letters).
Each keyword has one argument which must be separated by whitespace (blanks
--- 336,340 ----
Empty lines will also be skipped.
The search for keywords is case insensitive; in contrast, the arguments will
! be taken exactly as given (except \(oqyes\(cq and \(oqno\(cq which can be
written with
uppercase or lowercase letters).
Each keyword has one argument which must be separated by whitespace (blanks
***************
*** 344,349 ****
You can use environment variables in the configuration file.
The escape character starting an environment variable in the configuration
! file is always `\c
! .C $ ',
even for operating systems like DOS which has other conventions.
.B hbf2gf
--- 344,349 ----
You can use environment variables in the configuration file.
The escape character starting an environment variable in the configuration
! file is always \(oq\c
! .C $ \(cq,
even for operating systems like DOS which has other conventions.
.B hbf2gf
***************
*** 353,358 ****
name ends, for example
.C ${FOO} .
! To get a dollar sign you must write `\c
! .C $$ '.
The expansion of environment variables in hbf2gf itself (without the help of
either kpathsea, emtexdir, or MiKTeX searching routines) is very limited;
--- 353,358 ----
name ends, for example
.C ${FOO} .
! To get a dollar sign you must write \(oq\c
! .C $$ \(cq.
The expansion of environment variables in hbf2gf itself (without the help of
either kpathsea, emtexdir, or MiKTeX searching routines) is very limited;
***************
*** 360,364 ****
It can't expand variables set in texmf.cnf; it also can't handle more than
one directory as the variable's value.
! .B Don't use it except for the `pk_directory' and `tfm_directory'
.B parameters!
.PP
--- 360,364 ----
It can't expand variables set in texmf.cnf; it also can't handle more than
one directory as the variable's value.
! .B Don't use it except for the \(oqpk_directory\(cq and \(oqtfm_directory\(cq
.B parameters!
.PP
***************
*** 373,378 ****
.B output_name
The name stem of the output files.
! A running two digit decimal number starting with `\c
! .C 01 '
will be appended.
For Unicode fonts see the keyword
--- 373,378 ----
.B output_name
The name stem of the output files.
! A running two digit decimal number starting with \(oq\c
! .C 01 \(cq
will be appended.
For Unicode fonts see the keyword
***************
*** 415,422 ****
.TP
.B rotation
! If set to `yes', all glyphs will be rotated 90\ degrees counter-clockwise.
The default offsets as given in the HBF header will be ignored (and set
to\ 0).
! Default is `no'.
.TP
.B mag_x
--- 415,422 ----
.TP
.B rotation
! If set to \(oqyes\(cq, all glyphs will be rotated 90\ degrees
counter-clockwise.
The default offsets as given in the HBF header will be ignored (and set
to\ 0).
! Default is \(oqno\(cq.
.TP
.B mag_x
***************
*** 443,449 ****
.TP
.B unicode
! If `yes', a two digit hexadecimal number will be used as a running number,
starting with the value of the first byte of the first code range.
! Default is `no'.
.TP
.B min_char
--- 443,449 ----
.TP
.B unicode
! If \(oqyes\(cq, a two digit hexadecimal number will be used as a running
number,
starting with the value of the first byte of the first code range.
! Default is \(oqno\(cq.
.TP
.B min_char
***************
*** 489,503 ****
Whether to create
.C PK
! files or not; default is `yes'.
.TP
.B tfm_files
Whether to create
.C TFM
! files or not; default is `yes'.
.TP
.B ofm_file
Whether to create an
.C OPL
! file or not; default is `no'.
The batch file will then use
.B ovp2ovf
--- 489,503 ----
Whether to create
.C PK
! files or not; default is \(oqyes\(cq.
.TP
.B tfm_files
Whether to create
.C TFM
! files or not; default is \(oqyes\(cq.
.TP
.B ofm_file
Whether to create an
.C OPL
! file or not; default is \(oqno\(cq.
The batch file will then use
.B ovp2ovf
***************
*** 512,526 ****
.TP
.B long_extension
! If `yes',
.C PK
files will include the resolution in the extension (e.g.
.C gsso1201.300pk ).
! This affects the batch file only (default is `yes').
.TP
.B rm_command
! The shell command to remove files; default: `rm'.
.TP
.B cp_command
! The shell command to copy files; default: `cp'.
.TP
.B job_extension
--- 512,526 ----
.TP
.B long_extension
! If \(oqyes\(cq,
.C PK
files will include the resolution in the extension (e.g.
.C gsso1201.300pk ).
! This affects the batch file only (default is \(oqyes\(cq).
.TP
.B rm_command
! The shell command to remove files; default: \(oqrm\(cq.
.TP
.B cp_command
! The shell command to copy files; default: \(oqcp\(cq.
.TP
.B job_extension
***************
*** 643,648 ****
.C "kpsewhich -progname=hbf2gf -show-path='misc fonts'"
.PP
! [A full list of format types can be obtained by saying `\c
! .C "kpsewhich --help" '
on the command line prompt.]
This is exactly the how
--- 643,648 ----
.C "kpsewhich -progname=hbf2gf -show-path='misc fonts'"
.PP
! [A full list of format types can be obtained by saying \(oq\c
! .C "kpsewhich --help" \(cq
on the command line prompt.]
This is exactly the how
***************
*** 676,681 ****
.C HBFONTS=c:\\\\fonts\\\\hbf!!;d:\\\\myfonts\\\\hbf!
.PP
! Constructions like `\c
! .C c:\\\\fonts!!\\\\hbf '
aren't possible.
.
--- 676,681 ----
.C HBFONTS=c:\\\\fonts\\\\hbf!!;d:\\\\myfonts\\\\hbf!
.PP
! Constructions like \(oq\c
! .C c:\\\\fonts!!\\\\hbf \(cq
aren't possible.
.
_______________________________________________
Cjk-commit maillist - [email protected]
http://lists.ffii.org/mailman/listinfo/cjk-commit