Fonts & Character SetsDouble Grave Accent

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
Martin222
Posts: 1
Joined: Mon Jul 15, 2013 3:55 am

Double Grave Accent

Post by Martin222 »

Hello!

I have a problem that seems all too simple, but I simply cannot find the solution: I need to put a double grave accent above letters. I know that the double acute accent works via \H{}. But I could not find anything that corresponds when it comes to grave accents.

Generally speaking, is there any systematic way to distribute any number of diacritics uniformly above/below a letter next to one another (rather than one at the top of/below the other)?

Thanks in advance!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
localghost
Site Moderator
Posts: 9201
Joined: Fri Feb 02, 2007 12:06 pm

Re: Double Grave Accent

Post by localghost »

Letters with such an accent exist as Unicode characters (e.g. »Ȁ«, U+0200) but are not available (directly) for PDFLaTeX. You could type it directly in the source of your document when using XeLaTeX or LuaLaTeX as typesetting engine. I'm not aware of a workaround (but perhaps somebody else) for PDFLaTeX. If you have many of those characters, the use of XeLaTeX or LuaLaTeX can be preferable.


Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]

¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
Sime
Posts: 1
Joined: Mon Mar 19, 2018 6:12 am

Double Grave Accent

Post by Sime »

Yes, there is a workaround for pdfLaTeX. Use
\usepackage[safe]{tipa}
and type: \textdoublegrave{o}

(the option "safe" avoids conflicts with commands like "\," "\!" and some other; see the package documentation).

Best,
Sime
Post Reply