~ubuntu-branches/ubuntu/jaunty/luatex/jaunty

« back to all changes in this revision

Viewing changes to src/texk/kpathsea/mktextfm.man

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2007-09-24 12:56:11 UTC
  • Revision ID: james.westby@ubuntu.com-20070924125611-a8ge689azbptxvla
Tags: upstream-0.11.2
ImportĀ upstreamĀ versionĀ 0.11.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH MKTEXTFM 1 "4 January 1998" "Kpathsea @VERSION@"
 
2
.\"=====================================================================
 
3
.if n .ds MP MetaPost
 
4
.if t .ds MP MetaPost
 
5
.if n .ds MF Metafont
 
6
.if t .ds MF M\s-2ETAFONT\s0
 
7
.if t .ds TX \fRT\\h'-0.1667m'\\v'0.20v'E\\v'-0.20v'\\h'-0.125m'X\fP
 
8
.if n .ds TX TeX
 
9
.ie t .ds OX \fIT\v'+0.25m'E\v'-0.25m'X\fP for troff
 
10
.el .ds OX TeX for nroff
 
11
.\" the same but obliqued
 
12
.\" BX definition must follow TX so BX can use TX
 
13
.if t .ds BX \fRB\s-2IB\s0\fP\*(TX
 
14
.if n .ds BX BibTeX
 
15
.\" LX definition must follow TX so LX can use TX
 
16
.if t .ds LX \fRL\\h'-0.36m'\\v'-0.15v'\s-2A\s0\\h'-0.15m'\\v'0.15v'\fP\*(TX
 
17
.if n .ds LX LaTeX
 
18
.\"=====================================================================
 
19
.SH NAME
 
20
mktextfm \- create a TFM file for a font
 
21
.SH SYNOPSIS
 
22
.B mktextfm
 
23
.RI [options]
 
24
.I font
 
25
.\"=====================================================================
 
26
.SH DESCRIPTION
 
27
This manual page is not meant to be exhaustive.  The complete
 
28
documentation for this version of \*(TX can be found in the info file
 
29
or manual
 
30
.IR "Kpathsea: A library for path searching" .
 
31
.PP
 
32
.B mktextfm
 
33
is used to generate a
 
34
.I tfm
 
35
file from the \*(MF source files for
 
36
.IR font ,
 
37
if possible.  If
 
38
.I destdir
 
39
is given, the generated file will be installed there, otherwise a
 
40
(rather complicated) heuristic is used.
 
41
.PP
 
42
The name of the generated file is printed on standard output.
 
43
.PP
 
44
.B mktextfm
 
45
is typically called by other programs, rather than from the command
 
46
line.
 
47
.\"=====================================================================
 
48
.SH OPTIONS
 
49
.B mktextfm
 
50
accepts the following options:
 
51
.TP
 
52
.BI --destdir \ dir
 
53
.rb
 
54
A directory name. If the directory is absolute, it is used as-is.
 
55
Otherwise, it is appended to the root destination directory set in the
 
56
script.
 
57
.TP
 
58
.B --help
 
59
.rb
 
60
Print help message and exit.
 
61
.TP
 
62
.B --version
 
63
.rb
 
64
Print version information and exit.
 
65
.\"=====================================================================
 
66
.SH "SEE ALSO"
 
67
.BR mktexmf (1),
 
68
.BR mktexpk (1).