Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Ghanian (Akan) backwards "c"

9 views
Skip to first unread message

Edward M. Reingold

unread,
Nov 12, 2009, 2:48:19 PM11/12/09
to
How do I get this character in LaTeX?

--

Professor Edward M. Reingold Email: rein...@iit.edu
Department of Computer Science Voice: (312) 567-3309
Illinois Institute of Technology Fax: (312) 567-5067
Stuart Building, 228F
10 West 31st Street
Chicago, IL 60616-3729 U.S.A.

pluton

unread,
Nov 12, 2009, 3:03:32 PM11/12/09
to
Hi,

I'm not sure this is what you need : \textopeno

Anyway, you can try this as well (really nice) : http://detexify.kirelabs.org/classify.html

Edward M. Reingold

unread,
Nov 12, 2009, 3:17:13 PM11/12/09
to
>>>>> "EMR" == Edward M Reingold <rein...@emr.cs.iit.edu> writes:

EMR> How do I get this character in LaTeX? --

It is 0254 in unicode, I think. There is also an HTML code, but I can't
recall what it is.

Robin Fairbairns

unread,
Nov 12, 2009, 5:54:35 PM11/12/09
to
rein...@emr.cs.iit.edu (Edward M. Reingold) writes:
>How do I get this character in LaTeX?

the obvious place to look is the "african" fc fonts (ctan
fonts/jknappen/fc)

sure enough, the glyph is there (position "aa), but you'll have to
work out how to use the fonts for yourself, i fear: i don't know anyone
who uses them -- using testfont.tex to look at the character table is
the limit of my use of them...
--
Robin Fairbairns, Cambridge

Scott Pakin

unread,
Nov 12, 2009, 10:15:10 PM11/12/09
to

The Comprehensive LaTeX Symbol List has a table entitled "Letters Used
to Typeset African Languages", which indicates that the fc package's
\m{o} produces a backwards, upside-down "c".

-- Scott

Guenter Milde

unread,
Nov 13, 2009, 2:35:59 PM11/13/09
to
On 2009-11-12, Edward M. Reingold wrote:
> How do I get this character in LaTeX?

One more way is to rotate or mirror a "c":

\usepackage{graphicx}

\reflectbox{c}

This will not work with PDF and PS output but not in the DVI.

Günter

Guenter Milde

unread,
Nov 19, 2009, 3:26:31 AM11/19/09
to
On 2009-11-13, Guenter Milde wrote:
> On 2009-11-12, Edward M. Reingold wrote:
>> How do I get this character in LaTeX?

Sorry, confusing typo:

> One more way is to rotate or mirror a "c":

> \usepackage{graphicx}
> \reflectbox{c}

- This will not work with PDF and PS output but not in the DVI.
+ This will work with PDF and PS output but not in the DVI.

Günter

0 new messages