ox-latex: Use \text command for subscript and superscript
commit99f88219951ca73bfea95e433211f566b354fedc
authorNicolas Goaziou <n.goaziou@gmail.com>
Wed, 17 Apr 2013 18:56:32 +0000 (17 20:56 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Wed, 17 Apr 2013 18:59:41 +0000 (17 20:59 +0200)
treef218f8b91935d17e30abef5d44f058e1ed0cc175
parentd57b9e84e16b7a9434c5ef0f0728f82c8cb6a9d8
ox-latex: Use \text command for subscript and superscript

* lisp/ox-latex.el (org-latex--script-size): Use \text command for
  subscript and superscript.  This is far superior to \mathrm, but it
  requires "amstext" package.  In particular, accented characters are
  now allowed within sub/superscript.
* lisp/org.el (org-latex-default-packages-alist): Add "amstext"
  package.
lisp/org.el
lisp/ox-latex.el