emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Bug: \log and friends are not recognized as math [6.34b]


From: Rasmus Pank Roulund
Subject: Re: [Orgmode] Bug: \log and friends are not recognized as math [6.34b]
Date: Fri, 29 Jan 2010 21:09:46 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.5) Gecko/20091210 Lightning/1.0b2pre Thunderbird/3.0

Hi Carsten,

can you make me a list of macros that should be treated in this way?
If you load AUCTeX with math key bindings
i.e.:
  M-x latex-mode RET
  M-x latex-math-mode RET

You will get a list of symbols under Math-->Log-like. It is defined in latex.el.

Here is a list of log-like functions according to AUCTeX.

    (nil "arccos" "Log-like")
    (nil "arcsin" "Log-like")
    (nil "arctan" "Log-like")
    (nil "arg" "Log-like")
    (?\C-c "cos" "Log-like")
    (nil "cosh" "Log-like")
    (nil "cot" "Log-like")
    (nil "coth" "Log-like")
    (nil "csc" "Log-like")
    (nil "deg" "Log-like")
    (?\C-d "det" "Log-like")
    (nil "dim" "Log-like")
    (?\C-e "exp" "Log-like")
    (nil "gcd" "Log-like")
    (nil "hom" "Log-like")
    (?\C-_ "inf" "Log-like")
    (nil "ker" "Log-like")
    (nil "lg" "Log-like")
    (?\C-l "lim" "Log-like")
    (nil "liminf" "Log-like")
    (nil "limsup" "Log-like")
    (nil "ln" "Log-like")
    (nil "log" "Log-like")
    (nil "max" "Log-like")
    (nil "min" "Log-like")
    (nil "Pr" "Log-like")
    (nil "sec" "Log-like")
    (?\C-s "sin" "Log-like")
    (nil "sinh" "Log-like")
    (?\C-^ "sup" "Log-like")
    (?\C-t "tan" "Log-like")
    (nil "tanh" "Log-like")

Is that sufficient?

I guess we can simply add these to org-html-entities t=and that might
already solve the issue.....
You are probably right :)

Thanks,
Rasmus




reply via email to

[Prev in Thread] Current Thread [Next in Thread]