Discussion:
Hawaiian okina
(too old to reply)
Clay McKell
2010-09-23 23:56:58 UTC
Permalink
Can anyone suggest a proper way of typesetting the Hawaiian letter <a
href="http://en.wikipedia.org/wiki/%CA%BBOkina">'okina</a>?

Right now, my workaround is to write Hawai$\!$`i ...i.e. shrink the
distance that LaTex wants to give the left quotation mark (grave
accent on my keyboard). This could also be done with an \mbox I
suppose, but the "slash-bang" hack works OK.

Any suggestions on a proper implementation?

Thanks,
Clay
Tom Dye
2010-09-30 06:37:06 UTC
Permalink
Post by Clay McKell
Can anyone suggest a proper way of typesetting the Hawaiian letter <a
href="http://en.wikipedia.org/wiki/%CA%BBOkina">'okina</a>?
Right now, my workaround is to write Hawai$\!$`i ...i.e. shrink the
distance that LaTex wants to give the left quotation mark (grave
accent on my keyboard). This could also be done with an \mbox I
suppose, but the "slash-bang" hack works OK.
Any suggestions on a proper implementation?
Thanks,
Clay
Hi Clay,

We've been using left quotation mark for years and haven't noticed a
problem. I've looked into this a few times and have never been able to
come up with a good idea of what the problem really is with the left
quotation mark.

So, my question is what makes a "proper implementation?"

All the best,
Tom
--
Tom Dye
T. S. Dye & Colleagues, Archaeologists, Inc.
Honolulu, Hawai`i
Clay McKell
2010-10-25 21:55:37 UTC
Permalink
Post by Tom Dye
Post by Clay McKell
Can anyone suggest a proper way of typesetting the Hawaiian letter <a
href="http://en.wikipedia.org/wiki/%CA%BBOkina">'okina</a>?
Right now, my workaround is to write Hawai$\!$`i ...i.e. shrink the
distance that LaTex wants to give the left quotation mark (grave
accent on my keyboard).  This could also be done with an \mbox I
suppose, but the "slash-bang" hack works OK.
Any suggestions on a proper implementation?
Thanks,
Clay
Hi Clay,
We've been using left quotation mark for years and haven't noticed a
problem.  I've looked into this a few times and have never been able to
come up with a good idea of what the problem really is with the left
quotation mark.
So, my question is what makes a "proper implementation?"
All the best,
Tom
--
Tom Dye
T. S. Dye & Colleagues, Archaeologists, Inc.
Honolulu, Hawai`i
Hi Tom,
Thanks for the reply.
Far from being an expert in Hawaiian language matters, it appears to
me that an 'okina occupies less horizontal space than Latex likes to
give quotation marks.
I suppose we can treat this as an authority on the subject:
http://www.olelo.hawaii.edu/olelo/puana/okina.php
which says that left quotation marks are just fine.
Tom Dye
2010-10-26 06:29:49 UTC
Permalink
Post by Clay McKell
Post by Tom Dye
Post by Clay McKell
Can anyone suggest a proper way of typesetting the Hawaiian letter <a
href="http://en.wikipedia.org/wiki/%CA%BBOkina">'okina</a>?
Right now, my workaround is to write Hawai$\!$`i ...i.e. shrink the
distance that LaTex wants to give the left quotation mark (grave
accent on my keyboard).  This could also be done with an \mbox I
suppose, but the "slash-bang" hack works OK.
Any suggestions on a proper implementation?
Thanks,
Clay
Hi Clay,
We've been using left quotation mark for years and haven't noticed a
problem.  I've looked into this a few times and have never been able to
come up with a good idea of what the problem really is with the left
quotation mark.
So, my question is what makes a "proper implementation?"
All the best,
Tom
--
Tom Dye
T. S. Dye & Colleagues, Archaeologists, Inc.
Honolulu, Hawai`i
Hi Tom,
Thanks for the reply.
Far from being an expert in Hawaiian language matters, it appears to
me that an 'okina occupies less horizontal space than Latex likes to
give quotation marks.
http://www.olelo.hawaii.edu/olelo/puana/okina.php
which says that left quotation marks are just fine.
Thanks Clay, you've dispelled a nagging doubt I've had for years. I
should have thought to poke around the `olelo web pages at Hilo. If
you come up with a typesetting solution that looks superior, please
stay in touch. We're always looking for ways to improve production of
our reports.

All the best,
Tom
--
Tom Dye
T. S. Dye & Colleagues, Archaeologists, Inc.
Honolulu, Hawai`i
Peter Flynn
2010-10-27 21:15:16 UTC
Permalink
Post by Tom Dye
Post by Clay McKell
Post by Tom Dye
Post by Clay McKell
Can anyone suggest a proper way of typesetting the Hawaiian letter <a
href="http://en.wikipedia.org/wiki/%CA%BBOkina">'okina</a>?
Right now, my workaround is to write Hawai$\!$`i ...i.e. shrink the
distance that LaTex wants to give the left quotation mark (grave
accent on my keyboard). This could also be done with an \mbox I
suppose, but the "slash-bang" hack works OK.
Any suggestions on a proper implementation?
Thanks,
Clay
Hi Clay,
We've been using left quotation mark for years and haven't noticed a
problem. I've looked into this a few times and have never been able to
come up with a good idea of what the problem really is with the left
quotation mark.
So, my question is what makes a "proper implementation?"
All the best,
Tom
--
Tom Dye
T. S. Dye & Colleagues, Archaeologists, Inc.
Honolulu, Hawai`i
Hi Tom,
Thanks for the reply.
Far from being an expert in Hawaiian language matters, it appears to
me that an 'okina occupies less horizontal space than Latex likes to
give quotation marks.
http://www.olelo.hawaii.edu/olelo/puana/okina.php
which says that left quotation marks are just fine.
Thanks Clay, you've dispelled a nagging doubt I've had for years. I
should have thought to poke around the `olelo web pages at Hilo. If you
come up with a typesetting solution that looks superior, please stay in
touch. We're always looking for ways to improve production of our reports.
For comparison:

\documentclass{article}
\usepackage{calc}
\newlength{\okinalen}
\setlength{\okinalen}{\widthof{'}}
\begin{document}
\noindent Hawai\hbox to.666\okinalen{\hss`\hss}i\\Hawai`i\\Hawai$\!$`i
\end{document}

///Peter
Tom Dye
2010-10-27 23:15:54 UTC
Permalink
Post by Peter Flynn
Post by Tom Dye
Post by Clay McKell
Post by Tom Dye
Post by Clay McKell
Can anyone suggest a proper way of typesetting the Hawaiian letter <a
href="http://en.wikipedia.org/wiki/%CA%BBOkina">'okina</a>?
Right now, my workaround is to write Hawai$\!$`i ...i.e. shrink the
distance that LaTex wants to give the left quotation mark (grave
accent on my keyboard). This could also be done with an \mbox I
suppose, but the "slash-bang" hack works OK.
Any suggestions on a proper implementation?
Thanks,
Clay
Hi Clay,
We've been using left quotation mark for years and haven't noticed a
problem. I've looked into this a few times and have never been able to
come up with a good idea of what the problem really is with the left
quotation mark.
So, my question is what makes a "proper implementation?"
All the best,
Tom
--
Tom Dye
T. S. Dye & Colleagues, Archaeologists, Inc.
Honolulu, Hawai`i
Hi Tom,
Thanks for the reply.
Far from being an expert in Hawaiian language matters, it appears to
me that an 'okina occupies less horizontal space than Latex likes to
give quotation marks.
http://www.olelo.hawaii.edu/olelo/puana/okina.php
which says that left quotation marks are just fine.
Thanks Clay, you've dispelled a nagging doubt I've had for years. I
should have thought to poke around the `olelo web pages at Hilo. If you
come up with a typesetting solution that looks superior, please stay in
touch. We're always looking for ways to improve production of our reports.
\documentclass{article}
\usepackage{calc}
\newlength{\okinalen}
\setlength{\okinalen}{\widthof{'}}
\begin{document}
\noindent Hawai\hbox to.666\okinalen{\hss`\hss}i\\Hawai`i\\Hawai$\!$`i
\end{document}
///Peter
Aloha Peter,

This is brilliant. In our case, seeing was believing. It was easy to
see that the first solution is superior.

Thanks!

Tom
--
Tom Dye
T. S. Dye & Colleagues, Archaeologists, Inc.
Honolulu, Hawai`i
r***@gmail.com
2013-08-28 18:14:27 UTC
Permalink
Hi

I am also looking at a way of properly using the macron accent (the horizontal bar) over an "i" in latex... I would appreciate some help, as the usual \={i} will produce the macron over the dot of the 'i"...

Thanks...
Axel Berger
2013-08-28 18:30:17 UTC
Permalink
Post by r***@gmail.com
the usual \={i}
\={\i}

Axel

Continue reading on narkive:
Loading...