Re: [O] LaTeX-export: letters after $..$ turn off math-mode

2013-02-16 Thread Nick Dokos
Nick Dokos wrote: > Nicolas Goaziou wrote: > > > ... > > Thus, I suggest to announce that $ (both $ and $$, even though $$ don't > > have problems /per se/) symbols for should be avoided. Then, in a year > > or so, we can remove them completely from code base. > > > > Agree. Also $$...$$ may

Re: [O] LaTeX-export: letters after $..$ turn off math-mode

2013-02-16 Thread Nick Dokos
Nicolas Goaziou wrote: > ... > Thus, I suggest to announce that $ (both $ and $$, even though $$ don't > have problems /per se/) symbols for should be avoided. Then, in a year > or so, we can remove them completely from code base. > Agree. Also $$ may not cause problems to org, but according to

Re: [O] LaTeX-export: letters after $..$ turn off math-mode

2013-02-16 Thread Rasmus
Bastien writes: > FWIW I'm not in favor of removing the ability to inline $x^2$ > and to deprecate the use of $ completely. If this flexibility > is not too problematic (from a maintainance point of view), I'd > say it's fine to keep it. While I agree that \(·\) is the preferred and Rightᵀᴹ del

Re: [O] LaTeX-export: letters after $..$ turn off math-mode

2013-02-16 Thread Bastien
Hi Nicolas, Nicolas Goaziou writes: > IMO, I would call that an Org limitation. I'm fine with the current limitation -- if that's just one email per year, I think we can handle this :) FWIW I'm not in favor of removing the ability to inline $x^2$ and to deprecate the use of $ completely. If

Re: [O] LaTeX-export: letters after $..$ turn off math-mode

2013-02-16 Thread Nicolas Goaziou
Completing myself, > IMO, I would call that an Org limitation. Org is not LaTeX, even if it > provides many LaTeX facilities. Also, the OP's problem can be solved in > many ways under Emacs. For example, I use "mt" (both "m" and "t" are on > my home row) as a snippet to insert "\(\)" in an Org buf

Re: [O] LaTeX-export: letters after $..$ turn off math-mode

2013-02-15 Thread Nicolas Goaziou
Hello, Bastien writes: > Greg Minshall writes: > >> i'd like to plead the case of allowing the user to suppress dollar-sign >> behavior (or, force dollar-signs to mean math-mode). > > I'm attaching a patch that introduces `org-latex-escape-chars' which > would allow you to bind it to something

Re: [O] LaTeX-export: letters after $..$ turn off math-mode

2013-02-15 Thread Bastien
Hi Greg, Greg Minshall writes: > i'd like to plead the case of allowing the user to suppress dollar-sign > behavior (or, force dollar-signs to mean math-mode). I'm attaching a patch that introduces `org-latex-escape-chars' which would allow you to bind it to something different for each buffer

Re: [O] LaTeX-export: letters after $..$ turn off math-mode

2013-02-04 Thread Greg Minshall
hi. this was on the list a year ago (see below). i'd like to plead the case of allowing the user to suppress dollar-sign behavior (or, force dollar-signs to mean math-mode). the main reason is convenience: when trying to quickly write up thoughts, typing "$ a = b^2 $" is just that much more conv

Re: [O] LaTeX-export: letters after $..$ turn off math-mode

2012-02-06 Thread Achim Gratz
Daniel Schoepe writes: > I have the following issue: If I write something like `$n$th' in an org > file and then export it to LaTeX, it will produce `\$n\$th', whereas I > would like it to export this as `$n$th'. Is there some way I can disable > escaping of dollar signs entirely (Leaving it to me

[O] LaTeX-export: letters after $..$ turn off math-mode

2012-02-06 Thread Daniel Schoepe
Hi, I have the following issue: If I write something like `$n$th' in an org file and then export it to LaTeX, it will produce `\$n\$th', whereas I would like it to export this as `$n$th'. Is there some way I can disable escaping of dollar signs entirely (Leaving it to me to escape them, when I don