"bbding" package with "lualatex"

Jerry jerry at seibercom.net
Fri Feb 5 19:08:23 CET 2021


I am using lualatex.exe with Texstudio on a Win 10 PRO machine. I am attempting to use the "bbding" package to create different objects. This is a simple code example I have tried.

`\documentclass[10pt,letterpaper,final]{article}
\usepackage{bbding}
\usepackage[T1]{fontenc}
\usepackage{ucs}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage[width=8.50in, height=11.00in, left=0.50in, right=0.50in, top=1.00in, bottom=1.00in]{geometry}
\begin{document}

\Square

\Phone
\end{document}`

This is the log output specific to the \Square and \Phone entries:

`LaTeX Font Info: Trying to load font information for U+ding on input line 12
.
("C:/Program Files/MiKTeX/tex/latex/bbding/uding.fd"
File: Uding.fd 1996/02/01 v1.0 BBding font definitions
)
luaotfload | cache : Lookup cache loaded from C:/Users/gerar/AppData/Local/MiKTeX/luatex-cache/generic/names/luaotfload-lookup-cache.luc.
luaotfload | db : Reload initiated (formats: otf,ttf,ttc); reason: Font "bbding10" not found.
luaotfload | resolve : sequence of 3 lookups yielded nothing appropriate.
luaotfload | resolve : sequence of 3 lookups yielded nothing appropriate. [1

Missing character: There is no f (U+0066) in font bbding10!
Missing character: There is no � (U+0008) in font bbding10!
{C:/Users/gerar/AppData/Local/MiKTeX/pdftex/config/pdftex.map}] (./texstudio_OYcHxd.aux))`

Nothing is printed on the screen. I have reinstalled the package; however, it doesn't help. Is this a problem with lualatex.exe or something else?

Thanks!




More information about the texhax mailing list.