Schriftart nicht im Mapping File

"\"Garcia Victoria, Robin\"" (via tex-d-l Mailing List) <[email protected]>
Newsgroups gmane.comp.tex.german
Message-ID <[email protected]>
Hallo zusammen, 

mit Gnuplot habe ich Grafiken erstellt, die als Postscript-Datei vorliegen (*.ps). 
Gnuplot verwendet bei der Erstellung der Grafiken offenbar die Schriftart "Helvetica". 

dvips meldet dann, dass die Schriftart (z.B Helvetica) nicht im Mapping File vorhanden sei. 

Ich habe daher mit "updmap" neue Mappingfiles erzeugt.
Laut Dokumentation sollen die Mappingfiles nicht von Hand angepasst werden. 

Ich verwende Debian Bookworm/12 und benötige die folgenden Schriftarten:

- Times
- Times-Italic
- Helvetica

Im Repository von Debian finde ich die drei Schriftarten leider nicht.
Sollte ich die fehlenden Schriftarten über das Betriebssystem installieren oder über Tex-Live?

Ich habe auch "getnonfreefonts --sys --lsfonts" versucht, aber da tauchen die Schriftarten leider auch nicht auf.
Über "apt-get install texlive ttf-mscorefonts-installer" konnte ich zumindest die Schriftart "Times" installieren.

Wenn ich in "/var/lib/texmf/fonts/map/dvips/updmap/psfonts.map" nach "Times" oder "Helvetica" greppe, habe ich keinen Treffer.

Wie bekomme ich die drei fehlenden Schriftarten in das Mapping-File?

Ich habe diesen Link hier gefunden: https://tug.org/texinfohtml/dvips.html#Making-a-font-available
Bin ich da auf dem richtigen Weg?


Besten Dank und viele Grüße aus Neustadt bei Hannover

Robin Garcia


Robin Garcia Victoria (M.Sc.)
Computer scientist
___________________________________________
Friedrich-Loeffler-Institut
Bundesforschungsinstitut für Tiergesundheit
Federal Research Institute for Animal Health
Höltystr. 10 | 31535 Neustadt
Tel: +49 5034 871-5156 (Kein IT-Support!)
IT-Hotline: 1699
https://www.fli.de/
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯

-- 
FAQ: http://texfragen.de/
Durchsuchbares Archiv: https://www.listserv.dfn.de/sympa/arc/tex-d-l 
Unsubscribe/Verwaltung: https://www.listserv.dfn.de/sympa/info/tex-d-l
run_popreport.stderr_head1000 (application/octet-stream, 54.4 KB) - not displayed
missing_font.txt (text/plain, 4.8 KB)
Apptainer> gnuplot

	G N U P L O T
	Version 5.4 patchlevel 4    last modified 2022-07-10 

	Copyright (C) 1986-1993, 1998, 2004, 2007-2022
	Thomas Williams, Colin Kelley and many others

	gnuplot home:     http://www.gnuplot.info
	faq, bugs, etc:   type "help FAQ"
	immediate help:   type "help"  (plot window: hit 'h')

Terminal type is now 'postscript'
Options are 'landscape enhanced defaultplex \
   leveldefault monochrome colortext \
   dashlength 1.0 linewidth 1.0 pointscale 1.0 butt noclip \
   nobackground \
   palfuncparam 2000,0.003 \
   "Helvetica" 14  fontscale 1.0 '



dvips: Font Times-Italic used in file ./MusterviehMVdam_Gnuplot_p.ps is not in the mapping file.
dvips: Font Times used in file ./MusterviehMVdam_Gnuplot_p.ps is not in the mapping file.
dvips: Font Helvetica used in file ./MusterviehMVdam_Gnuplot_p.ps is not in the mapping file.

Debian 12/bookworm

apt-get install texlive ttf-mscorefonts-installer

Apptainer> pwd
/usr/share/fonts/truetype/msttcorefonts
Apptainer> ls -l | grep Times
lrwxrwxrwx 1 root root     24 Mar 21 13:49 timesbd.ttf -> Times_New_Roman_Bold.ttf
lrwxrwxrwx 1 root root     31 Mar 21 13:49 timesbi.ttf -> Times_New_Roman_Bold_Italic.ttf
lrwxrwxrwx 1 root root     26 Mar 21 13:49 timesi.ttf -> Times_New_Roman_Italic.ttf
-rw-r--r-- 1 root root 238612 May 11  2000 Times_New_Roman_Bold_Italic.ttf
-rw-r--r-- 1 root root 333900 May 11  2000 Times_New_Roman_Bold.ttf
-rw-r--r-- 1 root root 247092 May 11  2000 Times_New_Roman_Italic.ttf
-rw-r--r-- 1 root root 330412 May 11  2000 Times_New_Roman.ttf
lrwxrwxrwx 1 root root     19 Mar 21 13:49 times.ttf -> Times_New_Roman.ttf

updmap is creating new map files
using the following configuration:
  LW35 font names                  : URWkb (default)
  prefer outlines                  : true (default)
  texhash enabled                  : true
  download standard fonts (dvips)  : true (default)
  download standard fonts (pdftex) : true (default)
  jaEmbed replacement string       : noEmbed (default)
  jaVariant replacement string     : <empty> (default)
  scEmbed replacement string       : noEmbed (default)
  tcEmbed replacement string       : noEmbed (default)
  koEmbed replacement string       : noEmbed (default)
  create a mapfile for pxdvi       : false (default)

Scanning for LW35 support files  [  3 files]
Scanning for MixedMap entries    [ 12 files]
Scanning for KanjiMap entries    [  0 files]
Scanning for Map entries         [ 30 files]

Generating output for dvipdfmx...
Generating output for ps2pk...
Generating output for dvips...
Generating output for pdftex...

Files generated:
  /var/lib/texmf/fonts/map/dvips/updmap:
       15758 2024-03-21 14:58:35 builtin35.map
       21231 2024-03-21 14:58:35 download35.map
      125757 2024-03-21 14:58:35 psfonts_pk.map
      125927 2024-03-21 14:58:35 psfonts_t1.map
      125922 2024-03-21 14:58:35 ps2pk.map
          14 2024-03-21 14:58:35 psfonts.map -> psfonts_t1.map
  /var/lib/texmf/fonts/map/pdftex/updmap:
      125929 2024-03-21 14:58:35 pdftex_dl14.map
      131154 2024-03-21 14:58:35 pdftex_ndl14.map
          15 2024-03-21 14:58:35 pdftex.map -> pdftex_dl14.map
  /var/lib/texmf/fonts/map/dvipdfmx/updmap:
         281 2024-03-21 14:58:35 kanjix.map

Transcript written on: /var/lib/texmf/web2c/updmap.log
updmap: updating ls-R files.


Apptainer> getnonfreefonts --sys --lsfonts
--2024-03-21 14:59:53--  https://www.tug.org/~kotucha/getnonfreefonts/getfont.pl
Resolving www.tug.org (www.tug.org)... 46.4.94.215
Connecting to www.tug.org (www.tug.org)|46.4.94.215|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 34322 (34K)
Saving to: ‘getfont.pl’

getfont.pl                                       100%[=========================================================================================================>]  33.52K  --.-KB/s    in 0.03s   

2024-03-21 14:59:54 (1021 KB/s) - ‘getfont.pl’ saved [34322/34322]

----------------------------------------------
Installation directory: /usr/local/share/texmf
----------------------------------------------
arial-urw      Arial (URW)                                      [not installed]
classico       Classico (URW)                                   [not installed]
dayroman       Day Roman (Apostrophiclabs)                      [not installed]
gandhi         Gandhi (Librerias Gandhi S.A. de C.V.)           [not installed]
garamond       GaramondNo8 (URW)                                [not installed]
garamondx      GaramondNo8 Expert (URW & Michael Sharpe)        [not installed]
lettergothic   LetterGothic (URW)                               [not installed]
literaturnaya  Literaturnaya (Paragraph)                        [not installed]
luximono       Luxi Mono (Bigelow & Holmes)                     [not installed]
vntex-nonfree  VnTeX nonfree (URW & Han The Thanh)              [not installed]
webomints      Webomints (Galapagos Design Group)               [not installed]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.