bug-groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #61914] grohtml does not track man(7) relative insets accurately


From: anonymous
Subject: [bug #61914] grohtml does not track man(7) relative insets accurately
Date: Tue, 25 Jan 2022 07:05:14 -0500 (EST)

URL:
  <https://savannah.gnu.org/bugs/?61914>

                 Summary: grohtml does not track man(7) relative insets
accurately
                 Project: GNU troff
            Submitted by: None
            Submitted on: Tue 25 Jan 2022 12:05:10 PM UTC
                Category: Preprocessor html
                Severity: 3 - Normal
              Item Group: Incorrect behaviour
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None

    _______________________________________________________

Details:

Original report in the mailing list:
<https://lists.gnu.org/archive/html/groff/2022-01/msg00016.html>

For the following code:

[
.TP
Board:
.RS
.TP
.B \(aq \(aq
Empty black cell.
.TP
.B \(aq\-\(aq
Empty white cell.
.RE
.TP
Pieces:
.RS
.TP
.BR B ", " b
Bishop.
.TP
.BR K ", " k
King.
.TP
.BR N ", " n
Knight.
.TP
.BR P ", " p
Pawn.
.TP
.BR Q ", " q
Queen.
.TP
.BR R ", " r
Rook.
.RE
]


On the terminal (man ./chess-init.6), I see, as expected:

[
       Board:

              ' '    Empty black cell.

              '-'    Empty white cell.

       Pieces:

              B, b   Bishop.

              K, k   King.

              N, n   Knight.

              P, p   Pawn.

              Q, q   Queen.

              R, r   Rook.
]

But, on the html file (groff -m man -T html <chess-init.6 >chess-init.6.html),
I see (firefox and chrome show the same thing):

[
       Board:

       ' '           Empty black cell.

       '-'           Empty white cell.

       Pieces:

              B, b   Bishop.

              K, k   King.

              N, n   Knight.

              P, p   Pawn.

              Q, q   Queen.

              R, r   Rook.
]





    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?61914>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]