> Now, ox-mathml. > > Firstly, it should be in the news that we have a new library.
Mentioned in ORG-NEWS. >> ;; Copyright (C) 2023 TEC >> ;; Author: TEC <[email protected]> >> ;; Maintainer: TEC <[email protected]> >> ;; Created: February 27, 2023 >> ;; Modified: February 27, 2023 >> ;; Version: 0.0.1 >> ;; Keywords: abbrev bib c calendar comm convenience data docs emulations >> extensions faces files frames games hardware help hypermedia i18n internal >> languages lisp local maint mail matching mouse multimedia news outlines >> processes terminals tex tools unix vc wp >> ;; Package-Requires: ((emacs "24.3")) > > Copyright is wrong and must be fixed. > Keywords make 0 sense. 0.0.1 version is strange. > Modified is not necessary. > Package-requires must not be there. > Not sure about "Author" - most functions are just copy-pasted from > elsewhere, so it is quite misleading. I've fixed the header. No keywords, no author. >> (defcustom org-mathml-export-directory "ltxmathml/" >> "Path to store MathML files converted from LaTeX fragments. >> A relative path here creates many directories relative to the >> processed Org files paths. An absolute path puts all files >> in the same place." >> :group 'org-mathml >> :package-version '(Org . "9.8") >> :type 'string) > > This is unused. Following Jacob's comments in the sibling email, I've left it as-is. Karthik
