Hello,

I have a troff file:

===File ~/current/groff/try-bm.tr===========================
.sp 1i
This is Times Roman.  AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz.
.fam BM
.sp
.ft R
This is Regular.  This is a test to see if Bookman has been installed
correctly!  AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz.
.sp
.ft I
This is Italic.  This is a test to see if Bookman has been installed
correctly!  AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz.
.sp
.ft B
This is Bold.  This is a test to see if Bookman has been installed
correctly!  AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz.
.sp
.ft BI
This is Bold-Italic.  This is a test to see if Bookman has been installed
correctly!  AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz.
============================================================

When I do

    groff -Tps try-bm.tr | ps2pdf - try-bm-Tps.pdf

there is no issue with the resulting PDF file.

When I do

    groff -Tpdf try-bm.tr >try-bm-Tpdf.pdf

the PDF file that results has the text that starts out "This is
Regular." set in italic and the text that starts "This is Italic." set
in Regular/Roman.

This is using the git repository of just an hour or so ago.  Here is
the version information.

    GNU groff version 1.22.4.196-1d2d-dirty
    [omitted copyright for brevity]

    called subprograms:

    GNU grops (groff) version 1.22.4.196-1d2d-dirty
    GNU troff (groff) version 1.22.4.196-1d2d-dirty

Anybody have any idea what could be causing this?
-- 
T. Kurt Bond, tkurtb...@gmail.com

Reply via email to