[OS X TeX] Archimedes for OS X | Markdown and LaTeX editor

Victor Ivrii vivrii at gmail.com
Wed Feb 5 23:04:24 CET 2014


My choice: Mou
http://mouapp.com

I disable math in preferences and reenable it by header below. With html
export very useful for creation math intensive web pages.
Conversion to tex takes some work (if I want tex version of the same
pages).

<link href="./markdown.css" rel="stylesheet"></link>

<title>Whatever</title>

<script type="text/javascript" src="
http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML">
    MathJax.Hub.Config({
        tex2jax: {
            inlineMath: [ ['$','$'], ["\\(","\\)"] ],
            displayMath: [ ['$$','$$'], ["\\[","\\]"] ],},
        TeX: {equationNumbers: {
            autoNumber: "AMS"
          },Augment: {  Definitions: {
           macros: {
             overbracket:  ['UnderOver','23B4',1],
             underbracket: ['UnderOver','23B5',1],
           }
         }}},
    });
</script>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/macostex-archives/attachments/20140205/073e554f/attachment.html>


More information about the macostex-archives mailing list