"bbding" package with "lualatex"
Jerry
jerry at seibercom.net
Fri Feb 5 20:47:32 CET 2021
On Friday, February 5, 2021 1:30 PM. Herbert Voss stated:
> Am 05.02.21 um 19:08 schrieb Jerry:
> > 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}`
>
>
> Wrong order of packages and wrong package fontenc for lualatex:
>
> \documentclass[10pt,letterpaper,final]{article}
> \usepackage{amsmath}
> \usepackage{bbding}
> \usepackage{fontspec}
> \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}
>
>
> works. However, using package fontawesome makes more sense than bbing
>
> Herbert
Actually, that did not work either However, substituting "fontawesome" did.
I also noticed, when I used the package in the actual document I was working
on, that "microtype" and "fontawesome" do not play well together. I removed
"microtype" and all is well.
Thanks for your assistance.
--
Jerry
More information about the texhax
mailing list.