<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi Herb,<div class=""><br class=""></div><div class="">There is only one Optima font on my system: /System/Library/Fonts/Optima.ttc. XeLaTeX handles it well, accented characters, such as á will display OK. slanted displays fine too. There are just these warnings from microtype. Remove \usepackage[protrusion=true]{microtype} and the warnings disappear. The warnings seem to be spurious. The document is typeset OK.</div><div class=""><br class=""></div><div class="">More problematic is the fact that when using  LuaLaTeX, I cant get slanted or bold fonts when I select Optima using fontspec</div><div class=""><div class=""><br class=""></div><div class="">I’m dropping LuaTeX for now.</div><div class=""><br class="webkit-block-placeholder"></div><div class="">
<div style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 10px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none;">Gerben Wierda<br class=""><a href="https://ea.rna.nl/the-book/" class="">Chess and the Art of Enterprise Architecture</a><br class=""><a href="https://ea.rna.nl/the-book-edition-iii/" class="">Mastering ArchiMate</a><br class=""><a href="https://www.infoworld.com/blog/architecture-for-real-enterprises/" class="">Architecture for Real Enterprises</a> at InfoWorld<br class=""><a href="https://eapj.org/on-slippery-ice/" class="">On Slippery Ice</a> at EAPJ</div>

</div>
<div><br class=""><blockquote type="cite" class=""><div class="">On 15 Jun 2019, at 00:10, Herbert Schulz <<a href="mailto:herbs@wideopenwest.com" class="">herbs@wideopenwest.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class=""><blockquote type="cite" class="">On Jun 14, 2019, at 3:27 PM, Gerben Wierda <<a href="mailto:gerben.wierda@rna.nl" class="">gerben.wierda@rna.nl</a>> wrote:<br class=""><br class="">Hello world,<br class=""><br class="">I’ve been experimenting with XeLaTeX and LuaLaTeX. This is in my preamble:<br class=""><br class="">\documentclass[10pt]{article}<br class="">\usepackage{relsize}<br class="">\usepackage[dutch]{babel}<br class="">\usepackage{multicol}<br class="">\usepackage[colorlinks=true]{hyperref}<br class="">\usepackage{cleveref}<br class="">\crefformat{footnote}{#2\footnotemark[#1]#3}<br class="">\usepackage{fontspec}<br class="">\usepackage{textcomp}<br class="">\usepackage{enumitem}% <a href="http://ctan.org/pkg/enumitem" class="">http://ctan.org/pkg/enumitem</a><br class="">\usepackage[scale=0.9]{geometry} % see geometry.pdf on how to lay out the page. There's lots.<br class="">\geometry{a4paper} % or letter or a5paper or ... etc<br class="">\usepackage[protrusion=true]{microtype}<br class="">\setmainfont{Optima}<br class="">\begin{document}<br class=""><br class="">When using LuaLatex, I get <br class=""><br class="">LaTeX Font Warning: Some font shapes were not available, defaults substituted.<br class=""><br class="">and neither \textsl{} or \emph{} work.<br class=""><br class="">With either LuaLaTeX or XeLaTeX I get tons of:<br class=""><br class="">Package microtype Warning: Unknown slot number of character<br class="">(microtype)                `\r u'<br class="">(microtype)                in font encoding `TU' in inheritance list<br class="">(microtype)                `microtype.cfg/376(protrusion)'.<br class=""><br class=""><br class="">Package microtype Warning: Unknown slot number of character<br class="">(microtype)                `\'Z'<br class="">(microtype)                in font encoding `TU' in inheritance list<br class="">(microtype)                `microtype.cfg/376(protrusion)'.<br class=""><br class="">Apparently, I don’t know what I’m doing. Finally moving away from my very outdated pdfTeX approach is probably the reason.<br class=""><br class=""><br class=""><br class="">Gerben Wierda<br class="">Chess and the Art of Enterprise Architecture<br class="">Mastering ArchiMate<br class="">Architecture for Real Enterprises at InfoWorld<br class="">On Slippery Ice at EAPJ<br class=""></blockquote><br class="">Howdy,<br class=""><br class="">It appears that there is a problem with the Optima font. Does the otf/ttf version have those accented character? Also, where is the Optima font file located? Is it somewhere that Font Book can find it?<br class=""><br class="">Good Luck,<br class=""><br class="">Herb Schulz<br class="">(herbs at wideopenwest dot com)<br class=""><br class="">----------- Please Consult the Following Before Posting -----------<br class="">TeX FAQ: <a href="http://www.tex.ac.uk/faq" class="">http://www.tex.ac.uk/faq</a><br class="">List Reminders and Etiquette: <a href="https://sites.esm.psu.edu/~gray/tex/" class="">https://sites.esm.psu.edu/~gray/tex/</a><br class="">List Archives: <a href="http://dir.gmane.org/gmane.comp.tex.macosx" class="">http://dir.gmane.org/gmane.comp.tex.macosx</a><br class="">                <a href="https://email.esm.psu.edu/pipermail/macosx-tex/" class="">https://email.esm.psu.edu/pipermail/macosx-tex/</a><br class="">TeX on Mac OS X Website: <a href="http://mactex-wiki.tug.org/" class="">http://mactex-wiki.tug.org/</a><br class="">List Info: <a href="https://email.esm.psu.edu/mailman/listinfo/macosx-tex" class="">https://email.esm.psu.edu/mailman/listinfo/macosx-tex</a><br class=""></div></div></blockquote></div><br class=""></div></body></html>