1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
Author: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
Last-Update: Oct 2020-10-08
Bug-Debian: https://bugs.debian.org/971822
Description: fix some formatting in the manual
--- a/ogonkify/doc/ogonkify.1
+++ b/ogonkify/doc/ogonkify.1
@@ -79,7 +79,7 @@ Includes the specified procset in the ou
.TP
.B \-e
-Set the encoding of the output. Defaults to
+Set the encoding of the output. Defaults to
.B L2
(ISO 8859\-2, a.k.a. ISO Latin\-2). Other possible values are
.B L1
@@ -198,9 +198,9 @@ processing.
Do
.B mp
processing. Will not work with the
-.B -A
+.B \-A
option (use
-.B -C
+.B \-C
instead).
.TP
@@ -236,15 +236,15 @@ End options.
.SH USAGE
Let us assume that you want to print a WWW page encoded in
-ISO Latin\-2. Netscape stubbornly insists on printing it as
-ISO Latin\-1. By using the File->Print command, have Netscape send the
+ISO Latin\-2. Netscape stubbornly insists on printing it as
+ISO Latin\-1. By using the File->Print command, have Netscape send the
output to a file, say alamakota.ps.
As
.B ogonkify
is configured for ISO Latin\-2 by default, passing it the PostScript
-generated by Netscape will correct the encoding of the fonts. It is
-enough to do:
+generated by Netscape will correct the encoding of the fonts.
+It is enough to do:
.IP
% ogonkify \-N <alamakota.ps | lpr
.LP
@@ -271,8 +271,6 @@ Typical usage with other programs is:
% ogonkify \-AX \-ATH <alamakota.ps | lpr
% ogonkify \-XF \-ATH <alamakota.ps | lpr
.fi
-.LP
-
.SH BUGS
Characters with an `ogonek' should be constructed differently (for
instance, the `ogonek' used with an `a' should be differently shaped
@@ -299,7 +297,9 @@ Netscape, IBM, Adobe, PostScript, StarOf
others are registered trademarks.
.SH THANKS
-Much of the composite character data have been provided by Primoz Peterlin, H. Turgut Uyar, Ricardas Cepas, Kristof Petrovay and Jan Prikryl.
+Much of the composite character data have been provided by Primoz
+Peterlin, H. Turgut Uyar, Ricardas Cepas, Kristof Petrovay and Jan
+Prikryl.
Jacek Pliszka provided the support for
.BR StarOffice .
|