Thread: LaTeX: Accents in math mode

  1. #1
    S Sang-drax's Avatar
    Join Date
    May 2002
    Location
    Göteborg, Sweden
    Posts
    2,072

    LaTeX: Accents in math mode

    To type the letter 'å' in normal text more in LaTeX, one can write:
    Code:
    \r{a}
    (if you enble the correct package, you can type a normal å as well)

    But how do i use the character 'å' in math mode? The rules are different for characters in mathmode, for example here's how to type 'ä':
    Code:
    $ \ddot{a} $
    What is the command for a ring?

    Most of you americans here probably haven't encountered this problem.
    Last edited by Sang-drax : Tomorrow at 02:21 AM. Reason: Time travelling

  2. #2
    S Sang-drax's Avatar
    Join Date
    May 2002
    Location
    Göteborg, Sweden
    Posts
    2,072
    Code:
    \dot{a}
    looks acceptable, but I'm not really satisfied. It should be a ring.

    EDIT:
    Code:
    $\stackrel{\circ}{a}$
    technically works, but looks horrible.

    EDIT2: Problem solve using the \text command
    Last edited by Sang-drax; 04-20-2005 at 10:53 AM.
    Last edited by Sang-drax : Tomorrow at 02:21 AM. Reason: Time travelling

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. console mode and service mode
    By George2 in forum C# Programming
    Replies: 0
    Last Post: 06-01-2008, 01:42 AM
  2. Shortening main
    By pdstatha in forum C Programming
    Replies: 1
    Last Post: 04-03-2002, 04:56 PM
  3. Showing the directory sturcture
    By Unregistered in forum C Programming
    Replies: 1
    Last Post: 03-26-2002, 04:46 PM
  4. free() usage
    By pdstatha in forum C Programming
    Replies: 5
    Last Post: 03-13-2002, 09:28 AM
  5. Implementing "ls -al"
    By pdstatha in forum C Programming
    Replies: 7
    Last Post: 03-06-2002, 05:36 PM