LyX ⇒ Issues with combining diacriticals
-
- Posts: 5
- Joined: Mon Sep 28, 2009 11:51 am
Issues with combining diacriticals
I searched around on this board, Google and the tipamanual, but I can't find anyone who's having the same problem as me, let alone a solution. My problem is with one particular character not taking a diacritic properly, the barred i, "ɨ". I can input this character alone without issue, but replacing the dot with an accent has proven impossible. Both in Lyx's quick preview and rendering into .dvi and .pdf, the accent appears clear above the dot. I have tried both input methods described in the tipamanual; via the selector in the menu and the inline equation editor. Copy and paste from another source looks fine in Lyx, but doesn't render properly.
What does work: the placement of accents on all other characters, adding accents to lower case i via OS X's native input method and using the character selector in OpenOffice 3.1.
I'm having this problem in both Snow Leopard (10.6.1) and Ubuntu 9.04, Lyx version 1.6.3 in both cases. I will be trying in Windows 7 in a few hours.
Any help in the matter would be greatly appreciated. I've been looking through Google for a few days, but am now at a total loss as to what to do or where to look.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Issues with combining diacriticals
I don't use LyX, but using the \ipabar command (as described in Section "4.1.1 \ipabar" of the tipa package documentation), you could achieve the desired result; in the following example, the \myacci command will produce a barred í:
Code: Select all
\documentclass{article}\usepackage{tipa}\newcommand\myacci{\ipabar{\'i}{.55ex}{1.1}{}{}}\begin{document}\myacci\end{document}
-
- Posts: 5
- Joined: Mon Sep 28, 2009 11:51 am
Issues with combining diacriticals
Code: Select all
\`{textbari}\`1Insert -> Special Characters -> IPA Extensions & Combining Diacriticals
I think I have not set something right, like an option or line of code. Again, here it is in Lyx:

And then here's the output:

Drives me crazy!
Re: Issues with combining diacriticals
-
- Posts: 5
- Joined: Mon Sep 28, 2009 11:51 am
Re: Issues with combining diacriticals
-
- Posts: 5
- Joined: Mon Sep 28, 2009 11:51 am
Issues with combining diacriticals
So, this works for me if I make a new .tex file and import it into Lyx. However, exporting the file I was working on as a .tex file, editing it and then reimporting just screwed up the formatting. I'll be retyping that paper, it seems. Also, defining the command in the Lyx preamble just gives me the same end result as before, a barred i with an accent floating above the dot. No matter how I define the character, the output is always screwed up in Lyx. I am once again at a total loss. I really like Lyx, and would rather not have to learn LaTeX just for some barred character I may never use again.gmedina wrote:Hi,
I don't use LyX, but using the \ipabar command (as described in Section "4.1.1 \ipabar" of the tipa package documentation), you could achieve the desired result; in the following example, the \myacci command will produce a barred í:
Code: Select all
Code, edit and compile here:\documentclass{article}\usepackage{tipa}\newcommand\myacci{\ipabar{\'i}{.55ex}{1.1}{}{}}\begin{document}\myacci\end{document}
So, is it possible I'm doing something very wrong? Is there some font setting I should look for? Perhaps this is a bug in Lyx and I should just abandon it for straight LaTeX?