XeTeXpbsi / brushscr

Information and discussion about XeTeX, an alternative for pdfTeX based on e-Tex
Post Reply
pingou
Posts: 1
Joined: Sun Oct 06, 2019 9:36 pm

pbsi / brushscr

Post by pingou »

Hello,
(Sorry for my bad english, i'm french)

My problem is using xelatex with font pbsi (brushscr). No problem with latex or pdftex but problem with xelatex.
(Fresh install of texlive 2019 running on fresh debian buster)

Code tex:

\documentclass[12pt,a4paper]{article}
\usepackage[T1]{pbsi}
\begin{document}
Abcd \textbsi{efgh} ijkl
\end{document}

Output:
xelatex -interaction=nonstopmode example.tex

This is XeTeX, Version 3.14159265-2.6-0.999991 (TeX Live 2019) (preloaded format=xelatex)
restricted \write18 enabled.
entering extended mode
(./example.tex
LaTeX2e <2019-10-01>
(/usr/local/texlive/2019/texmf-dist/tex/latex/base/article.cls
Document Class: article 2019/08/27 v1.4j Standard LaTeX document class
(/usr/local/texlive/2019/texmf-dist/tex/latex/base/size12.clo))
(/usr/local/texlive/2019/texmf-dist/tex/latex/brushscr/pbsi.sty
(/usr/local/texlive/2019/texmf-dist/tex/latex/brushscr/t1pbsi.fd))
(./example.aux) [1] (./example.aux)
kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 BrushScriptX-Italic.pfa
mktexpk: don't know how to create bitmap font for BrushScriptX-Italic.pfa.
mktexpk: perhaps BrushScriptX-Italic.pfa is missing from the map file.
kpathsea: Appending font creation commands to missfont.log.

xdvipdfmx:fatal: Cannot proceed without .vf or "physical" font for PDF output...

No output PDF file written.
)
Error 256 (driver return code) generating output;
file example.pdf may not be valid.
Transcript written on example.log.


Thank you very much by advance for any help =)

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply