Plan 9 from Bell Labs’s /usr/web/sources/patch/applied/doc-man-1-mnihongo-new/mnihongo

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


.\" Contributed by Benjamin T. D. Newman
.TH MNIHONGO 1
.SH NAME
mnihongo \- troff post-processor
.SH SYNOPSIS
.B "troff -mnihongo"
[
.I options
]
.PP
.B troff
[
.I options
] | 
.B aux/mnihongo
.SH DESCRIPTION
Mnihongo is a 
.IR troff (1)
post-processor that 
catches Unicode characters that might be Japanese,
looks them up in a font file (currently
.B /lib/font/bit/pelm/unicode.9x24.font\fR) 
to get the
bits, converts that to PostScript, and dumps that
in the output.
.PP
Widths are taken from troff font Jp, which has at
best a simple approximation to the truth.
.PP
The program itself is normally called implicitly
by loading the troff macro package -mnihongo, which
does a .pi command.
.SH SOURCE
/sys/src/cmd/aux/mnihongo/
.SH SEE ALSO
.IR troff (1)
.SH BUGS
Mnihongo is fairly clumsy.

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.