Jacques Distler
Jacques Distler
The list of symbols supported in itex is the union *(symbols defined in AMSLaTeX)∪(symbols requested by users)*. Hence `\multimap` is there, but (heretofore) `\multimapinv` is not. It (along with other...
There's certainly interest. Just lack of time, on my part. Before you start, ``` ruby bundle exec rake test ``` should reveal that all of the functional tests and all-but-two...
Autolinking was disabled in [Revision 166](http://github.com/parasew/instiki/commit/3a3cfeaa9b43a15e7cfbb90113465ab6f258e968) because the autolinking code sucked. Anyone who wants to try fixing the code, so that it isn't as ridiculously slow, and is **guaranteed** not...
Only Matthias or I can _close_ issues. As you have discovered, it's easy-enough to re-enable Autolinking-support. If this really does not cause any problems in the Textile formatter (it definitely...
This isn't really a MathJax issue, it's an `itex` issue. In MathML, the functionality you want is controlled by the `columnlines` and `rowlines` attributes on the `mtable` element. Thus the...
So I've been thinking some more about this, but I am a bit stymied. The semantics of `columnlines`, `rowlines` (and, as I'll explain, `frame`) are completely different from what's allowed...
Thanks. Should be [fixed now](https://github.com/parasew/instiki/commit/f807e78342124264f33c7e8ab6f966df833079c2).
If you google ``` iconv gem windows ``` you will find numerous hits, describing exactly your problem. The solutions seem to differ, but this is clearly a Windows Ruby problem....
> Did Instiki ever work under Windows ... ? Yes. And, as far as I am aware, there are still quite a number of people running it under Windows. >...
``` ruby bundle config build.iconv --with-iconv-dir=... ruby bundle install ```