Re: Font Bembo

#88161
Doc
Partecipante
    Up
    0
    Down
    ::

    Marco87″ post=88697Ciao a tutti,

    spero di fare cosa giusta scrivendo qui; altrimenti ditemelo che apro una nuova discussione. Ho voluto provare a usare i nuovi font Bembo. Considerate il codice seguente:
    `\documentclass[a4paper,11pt]{memoir}

    \usepackage[T1]{fontenc}
    \usepackage[utf8]{inputenc}
    \usepackage[italian]{babel}

    \usepackage{fbb}

    \begin{document}

    Testo di prova.

    \end{document}`
    Se lo compilo con pdfLaTeX, ricevo questo messaggio:

    Process started: pdflatex.exe -synctex=1 -interaction=nonstopmode “guitex”.tex

    name = fbb-Regular-tlf-t1–base, rootname = fbb-Regular-tlf-t1–base, pointsize = mktexmf: empty or non-existent rootfile!

    Cannot find font fbb-Regular-tlf-t1–base in map file(s).

    kpathsea: Running mktexmf fbb-Regular-tlf-t1–base.mf The command name is C:\texlive\2013\bin\win32\mktexmf Cannot find fbb-Regular-tlf-t1–base.mf . I try ps2pk –> gsftopk –> ttf2pk –> hbf2gf. ps2pk cannot be used. I try gsftopk. gsftopk.exe fbb-Regular-tlf-t1–base 657 gsftopk cannot be used. Next I try ttf2pk. ttf2pk.exe -q fbb-Regular-tlf-t1–base 657 ttf2pk failed. Finally I try hbf2gf. hbf2gf.exe -q -p fbb-Regular-tlf-t1–base 657 All trials failed. kpathsea: Running mktexpk –mfmode / –bdpi 600 –mag 1+57/600 –dpi 657 fbb-Regular-tlf-t1–base The command name is C:\texlive\2013\bin\win32\mktexpk kpathsea: Appending font creation commands to missfont.log.

    Process exited with error(s)

    e quindi ricevo un errore. Se invece compilo con XeLaTeX, non ricevo alcun errore, ma non viene generato il PDF. In questo caso ricevo il messaggio:

    Process started: xelatex.exe -synctex=1 -interaction=nonstopmode “guitex”.tex

    name = fbb-Regular-tlf-t1–base, rootname = fbb-Regular-tlf-t1–base, pointsize = mktexmf: empty or non-existent rootfile!

    Cannot find font fbb-Regular-tlf-t1–base in map file(s).

    kpathsea: Running mktexmf fbb-Regular-tlf-t1–base.mf The command name is C:\texlive\2013\bin\win32\mktexmf Cannot find fbb-Regular-tlf-t1–base.mf . I try ps2pk –> gsftopk –> ttf2pk –> hbf2gf. ps2pk cannot be used. I try gsftopk. gsftopk.exe fbb-Regular-tlf-t1–base 657 gsftopk cannot be used. Next I try ttf2pk. ttf2pk.exe -q fbb-Regular-tlf-t1–base 657 ttf2pk failed. Finally I try hbf2gf. hbf2gf.exe -q -p fbb-Regular-tlf-t1–base 657 All trials failed. kpathsea: Running mktexpk –mfmode / –bdpi 600 –mag 1+57/600 –dpi 657 fbb-Regular-tlf-t1–base The command name is C:\texlive\2013\bin\win32\mktexpk kpathsea: Appending font creation commands to missfont.log. ** WARNING ** Could not locate a virtual/physical font for TFM “fbb-Regular-tlf-t1–base”. ** WARNING ** >> There are no valid font mapping entry for this font. ** WARNING ** >> Font file name “fbb-Regular-tlf-t1–base” was assumed but failed to locate that font. ** ERROR ** Cannot proceed without .vf or “physical” font for PDF output… Output file removed.

    Process exited normally

    Ho TeX Live 2013 aggiornata a qualche minuto fa. Cosa sbaglio?

    Grazie mille e buona giornata,
    Marco.

    Io non ho alcun problema, né con i miei codici né con il tuo!

    Go to top