[pstricks] PSTricks Digest, Vol 219, Issue 11
Pablo González
pablgonz at yahoo.com
Mon Aug 23 20:43:45 CEST 2021
> Tee embedded fonts with the unmodifued (old) pstricks.tex:
>
> bash-3.2$ pdffonts test2.pdf
> name type encoding emb sub uni
> object ID
> ------------------------------------ ----------------- ----------------
> --- --- --- ---------
> AKFXVW+Helvetica Type 1C WinAnsi yes yes
> yes 8 0
> [none] Type 3 Custom yes no
> no 13 0
> TNPASX+StandardSymL Type 1C Custom yes yes
> no 10 0
> LYKUVW+CMR10 Type 1C WinAnsi yes yes
> no 14 0
>
>
> And the created PDF.
>
>
> Herbert
Hola, I have re-added the line:
<dir>/usr/local/texlive/2021/texmf-dist/fonts/type1</dir>
in /etc/fonts/conf.d/09-texlive.conf
and the output I get is as follows:
[pablo at rayzentex pstest] $ cat /etc/fonts/conf.d/09-texlive.conf
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<dir>/usr/local/texlive/2021/texmf-dist/fonts/opentype</dir>
<dir>/usr/local/texlive/2021/texmf-dist/fonts/truetype</dir>
<dir>/usr/local/texlive/2021/texmf-dist/fonts/type1</dir>
</fontconfig>
[pablo at rayzentex pstest] $ gs
GPL Ghostscript 9.53.3 (2020-10-01)
Copyright (C) 2020 Artifex Software, Inc. All rights reserved.
This software is supplied under the GNU AGPLv3 and comes with NO WARRANTY:
see the file COPYING for details.
GS>/StandardSymL findfont
Querying operating system for font files...
Can't find (or can't open) font file /usr/share/ghostscript/Resource/Font//usr/share/g.
Can't find (or can't open) font file StandardSymL.
Loading StandardSymL font from /usr/local/texlive/2021/texmf-dist/fonts/type1/urw/symbol/usyr.pfb... 6463744 5085779 18215016 16438727 1 done.
If I compile the file without the modified version of `pstricks.tex` I
get:
name type encoding emb sub uni object ID
------------------------------------ ----------------- ---------------- --- --- --- ---------
XKTMUN+helvetica Type 1C WinAnsi yes yes no 8 0
[none] Type 3 Custom yes no no 13 0
PBPXFI+StandardSymL Type 1C Custom yes yes no 10 0
And the expected output is the right one. The `pdfffonts` information differs a bit from yours but the image is correct.
If I remove the line:
<dir>/usr/local/texlive/2021/texmf-dist/fonts/type1</dir>
I get the same output from you
More information about the PSTricks
mailing list.