123456789101112131415161718192021222324252627282930 |
- .TH MNIHONGO 6
- .SH NAME
- mnihongo \- macros for typesetting Japanese
- .SH SYNOPSIS
- .B troff -mnihongo
- .I ...
- .SH DESCRIPTION
- .I Mnihongo
- provides a simple
- .IR troff (1)
- post-processor that formats Unicode characters that
- might be Japanese text.
- It looks up the characters in the bitmap font
- .B /lib/font/bit/pelm/unicode.9x24.font
- and generates bitmap images embedded in the output.
- .PP
- During troff processing, widths of the Japanese characters
- are taken from the troff font
- .BR Jp ,
- which is at best a simple approximation to the truth.
- .SH FILES
- .B /bin/aux/mnihongo
- .br
- .B /sys/lib/tmac/tmac.nihongo
- .br
- .B /lib/font/bit/pelm/unicode.9x24.font
- .SH SOURCE
- .B /sys/src/cmd/aux/mnihongo
- .SH SEE ALSO
- .IR troff (1)
|