Menu

#294 Tex encoding error : \d

closed-works-for-me
nobody
File I/O (232)
5
2005-06-12
2005-05-25
Blackey
No

Unlike \= or \., \d requires additional braces to avoid creating what
look like undefined commands such as {\dm}. Thus the mapping for
unicode \underdot CHAR should be something like {\d{CHAR}}.

Discussion

  • Adam Maxwell

    Adam Maxwell - 2005-05-25

    Logged In: YES
    user_id=732757

    At present, we should be doing something like
    {\d c}, where c is a character. The space between
    the \d and c seems to work fine in my testing with
    pdflatex, so I'm not sure why you are having problems.
    Do you have a particular example that fails?

     
  • Adam Maxwell

    Adam Maxwell - 2005-05-25

    Logged In: YES
    user_id=732757

    At present, we should be doing something like
    {\d c}, where c is a character. The space between
    the \d and c seems to work fine in my testing with
    pdflatex, so I'm not sure why you are having problems.
    Do you have a particular example that fails?

     
  • Adam Maxwell

    Adam Maxwell - 2005-06-12
    • status: open --> closed-works-for-me
     
  • Adam Maxwell

    Adam Maxwell - 2005-06-12

    Logged In: YES
    user_id=732757

    If you have more feedback on this, feel free to reopen
    the submission, but I believe the present behavior is correct.

     

Log in to post a comment.