I am using Minion Pro as mainfont and it does not have in its glyph table the character U+1E47 Latin small letter with dot below which I need only once in my document. Rather than change to another font, I thought that I would generate it using \d{n}.
I give below a minimal file illustrating the problem:
\documentclass{minimal}
\usepackage{fontspec}
\defaultfontfeatures{Ligatures=TeX}
\setmainfont{Minion Pro} % Comment out optionally
\begin{document}
U+1E47 Latin small letter with dot below: \d{n}
U+0101 Latin small letter a with macron: \={a}
\end{document}
I do not get the desired letter n with dot below although the a with macron exists in the font and is available. Commenting out \usepackage{fontspec} gives the desired output with CMR as default font.
The behaviour is the same with xelatex and lualatex although the former indicates the missing letter with a crossed box.
I believe that with the Ligatures=TeX setting, I should be able to get missing letters using TeX accents. I do not think I need to load the xunicode package as it is already loaded by fontspec.
Can someone tell me what a I am doing wrong, please?
Thank you.

\usepackage{fontspec} \defaultfontfeatures{Mapping=tex-text} \usepackage{xunicode} \usepackage{xlxtra}– mustail Aug 17 '11 at 23:16\d{k}should give a dot below the "k". – egreg Aug 18 '11 at 08:51\d{k}work with Latin Modern and many other fonts before, when using\fontenc. Now I get the dot below the letter. – mustail Aug 18 '11 at 18:56.in the code above with\_to simulate \b{r} but the line below seems a bit long. What character should I use instead of\_to get a smaller line as in [4ed p 27] of the Kopka and Daly book Guide to LaTeX? – chandra Sep 12 '12 at 09:32\b{n}– egreg Sep 12 '12 at 10:39newunicodecharpackage. From my little knowledge, I think you have used the macron and moved its position from the top to the bottom to achieve the desired effect. Again, many thanks :-) – chandra Sep 13 '12 at 12:20\dand\babove? I need to re-define ā, ī, and ś because these characters do not work right with small caps on the font I am using. I need to adapt your definitions re-define\=and\'without modifying the lower-case definitions for these characters already in the font. Thanks. – chandra Oct 05 '12 at 18:10bibliography.bibfile, where I've tried to plug it in with this{\d{s}}? – omtamal Mar 16 '16 at 13:34