Skip to content

Images don't appear in groff ms output to pdf #8660

@RobertGoulding

Description

@RobertGoulding

When I process a markdown file with an image to pdf, using groff -t ms -o text.pdf text.md, instead of an image I just get a text in square brackets saying [IMAGE: (description)]. The identical document processed via LaTeX (using groff -o text.pdf text.md) includes the image.

I looked at the intermediate groff -ms file. That has the text [IMAGE: (description)] instead of .PSPIC requests.

Using pandoc 3.1, on crostini on a Chromebook.

In the attached files, the extension of the image filename has to be .eps for groff outout, .png for LaTeX.

text_tex.pdf
text.md
text_ms.pdf

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions