ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Aditya Mahajan <adityam@umich.edu>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: overarc
Date: Thu, 5 Mar 2009 08:39:12 -0500 (EST)	[thread overview]
Message-ID: <alpine.LNX.2.00.0903050825100.2205@ybpnyubfg.ybpnyqbznva> (raw)
In-Reply-To: <78E26B6C-7DC5-4516-BADD-EE3EF39F538A@suddenlink.net>

On Wed, 4 Mar 2009, David Arnold wrote:

> All,
>
> How can I place an overarc over some text, such as in \overarc{AB}?

Currently, there is no such feature. Are you looking at the functionality 
of the arcs package of latex? If so, it will be easy to add it to ConTeXt. 
The main trouble is that the glyph for \overarc is missing from the fonts. 
Arcs.sty takes the glyphs for \frown and \smile, and scales them 
appropriately. An ugly solution, but it looks ok if you are just placing 
it over one or two letters.

I cannot translate the code to ConTeXt right now, so am posting it here 
incase someone wants to give it a shot.

\newcommand{\overarc}[2][1]{\over@under@arc{#1}{#2}\z@}
\newcommand{\underarc}[2][1]{\over@under@arc{#1}{#2}\@ne}
\newcommand{\over@under@arc}[3]{%
   \leavevmode
   \hbox {%
     \setbox\z@ = \hbox {#2}%
     \ifdim \ht\z@ = \z@ %      arc over/under space
       \ifdim \dp\z@ = \z@
         \ht\z@ = 1ex\relax
       \fi
     \fi
     \dimen@ = #1\wd\z@
     \begingroup
     \let \rs@size@warning = \@gobbletwo
     \relsize{-10}%
     \wd\@ne = \z@
     \@whiledim \wd\@ne < .95\dimen@ \do {%
     %AM: This loops keeps on increasing the fontsize
     %by 1 until the width of the glyph increases the width of
     %of box zero.
       \ifx \@currsize \Huge
         \dimen@ = \z@
       \else
         $%AM: Really? Load the font for each font size!
         \skip@ = \f@baselineskip
         \fontencoding{OML}\fontfamily{cmm}\fontseries{m}%
         \fontshape{it}\fontsize{\ssf@size}{\skip@}\selectfont
         \global \setbox\@ne = \hbox {%
            \hss\symbol{"5\ifnum #3=\z@ F\else E\fi}\hss}%
         \ifdim \wd\@ne < \dimen@
           \fontsize{\sf@size}{\skip@}\selectfont
           \global \setbox\@ne = \hbox {%
              \hss\symbol{"5\ifnum #3=\z@ F\else E\fi}\hss}%
           \ifdim \wd\@ne < \dimen@
             \fontsize{\tf@size}{\skip@}\selectfont
             \global \setbox\@ne = \hbox {%
               \hss\symbol{"5\ifnum #3=\z@ F\else E\fi}\hss}%
           \fi
         \fi
         $%AM: Normally one sets mathsurround to zero. Why is that not done 
here?
       \fi
       \ifdim \wd\@ne < \dimen@
         \relsize{+1}%
       \fi
       \global \dimen@i = \fontdimen5\the\font
     }%
     \endgroup
     \ifnum #3 = \z@
       \dimen@ii = 1.067\ht\z@
       \global \divide \dimen@i by \tw@
       \global \advance \dimen@i by -\ht\@ne
       \advance \dimen@ii by .6\dimen@i
     \else
       \dimen@ii = -1.05\ht\@ne
       \advance \dimen@ii by -.75pt
       \ifdim \dp\z@ > \z@
         \advance \dimen@ii by -\dp\z@
       \fi
     \fi
     \copy\z@
     \dimen@ = \wd\z@
     \advance \dimen@ by \wd\@ne
     \kern -.5\dimen@
     \raisebox {\dimen@ii}[\z@][\z@]{\copy\@ne}%
     \dimen@ = \wd\z@
     \advance \dimen@ by -\wd\@ne
     \dimen@ = .5\dimen@
     \kern \dimen@
   }%
}


Aditya
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  reply	other threads:[~2009-03-05 13:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-05  5:22 overarc David Arnold
2009-03-05 13:39 ` Aditya Mahajan [this message]
2009-03-05 14:09   ` overarc Thomas A. Schmitz
2009-03-05 18:36 ` overarc Hans Hagen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LNX.2.00.0903050825100.2205@ybpnyubfg.ybpnyqbznva \
    --to=adityam@umich.edu \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).