mailing-list for TeXmacs Users

Text archives Help


Re: Include or draw fonts in PDF files


Chronological Thread 
  • From: Félix Faisant <address@hidden>
  • To: address@hidden
  • Subject: Re: Include or draw fonts in PDF files
  • Date: Wed, 10 Apr 2024 08:38:25 +0200

Hello,

As a non-TeXmacs solution, you could try this ghostscript to render the text
contained as vector elements instead :
gs -sDEVICE=pdfwrite -dNoOutputFonts -o out.pdf in.pdf
and possibly automatize the task with xargs.

Inkscape is also able to save text as vectors.

Félix

On Wed, 2024-04-10 at 08:27 +0200, Basile Audoly wrote:
> Hello TeXmacs users,
>
> I often use the nice "draw-over" feature to superimpose mathematical labels
> onto figure in PDF format. When exporting to LaTeX, TeXmacs cleverly
> exports a PDF version of the figures that includes the labels. However, the
> fonts for the labels are not embedded and the journal editor complains that
> they do not draw correctly in their system.
>
> Does anyone have a recommendation for instructing TeXmacs to draw the fonts
> as paths or embed them, or for an external command-line tool that could
> embed (or draw) the missing fonts?
>
> Thanks in advance for your suggestions,
> Basile.
>



Archive powered by MHonArc 2.6.24.

Top of page