Not signed in (Sign In)

Not signed in

Want to take part in these discussions? Sign in if you have an account, or apply for one below

  • Sign in using OpenID

Site Tag Cloud

2-category 2-category-theory abelian-categories adjoint algebra algebraic algebraic-geometry algebraic-topology analysis analytic-geometry arithmetic arithmetic-geometry book bundles calculus categorical categories category category-theory chern-weil-theory cohesion cohesive-homotopy-type-theory cohomology colimits combinatorics complex complex-geometry computable-mathematics computer-science constructive cosmology deformation-theory descent diagrams differential differential-cohomology differential-equations differential-geometry digraphs duality elliptic-cohomology enriched fibration foundation foundations functional-analysis functor gauge-theory gebra geometric-quantization geometry graph graphs gravity grothendieck group group-theory harmonic-analysis higher higher-algebra higher-category-theory higher-differential-geometry higher-geometry higher-lie-theory higher-topos-theory homological homological-algebra homotopy homotopy-theory homotopy-type-theory index-theory integration integration-theory k-theory lie-theory limits linear linear-algebra locale localization logic mathematics measure-theory modal modal-logic model model-category-theory monad monads monoidal monoidal-category-theory morphism motives motivic-cohomology nforum nlab noncommutative noncommutative-geometry number-theory of operads operator operator-algebra order-theory pages pasting philosophy physics pro-object probability probability-theory quantization quantum quantum-field quantum-field-theory quantum-mechanics quantum-physics quantum-theory question representation representation-theory riemannian-geometry scheme schemes set set-theory sheaf sheaves simplicial space spin-geometry stable-homotopy-theory stack string string-theory superalgebra supergeometry svg symplectic-geometry synthetic-differential-geometry terminology theory topology topos topos-theory tqft type type-theory universal variational-calculus

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

Welcome to nForum
If you want to take part in these discussions either sign in now (if you have an account), apply for one now (if you don't).
    • CommentRowNumber1.
    • CommentAuthorronniegpd
    • CommentTimeAug 27th 2012
    I have found that MathJax in say mathoverflow or math.stackexchange very convenient to use, as there is an immediate translation of the latex like format. This format is even suggested for classroom use, see

    http://math.stackexchange.com/questions/187265/mathjax-or-something-like-it-as-a-classroom-blackboard

    Is it possible for the ncatlab to move to this MathJax format?
    • CommentRowNumber2.
    • CommentAuthorTobyBartels
    • CommentTimeAug 27th 2012

    Supposedly the Lab does use MathJax, but only as a fallback if MathML is unavailable. I for one like having the MathML with the actual characters in the HTML, when possible.

    But if ‘immediate translation’ is the idea, maybe what you really want is MathOverflow’s dual-window system, where you see a preview of your work while you are typing it? I don’t see why that should be any harder here, where we would compile iTeX input on the fly to MathML or MathJax as needed, in principle. But it might be too slow for our servers. And doing it on the Lab would require changing Instiki, possibly significantly.

    Andrew probably can say more.

    [Also: moved to Technical Matters category.]

    • CommentRowNumber3.
    • CommentAuthorAndrew Stacey
    • CommentTimeAug 27th 2012

    With regard to “live preview”, the difference between iTeX and MathJaX is that iTeX does the conversion on the server but MathJaX on the browser. For “live preview”, the browser is obviously preferable because there’s no delay while stuff is sent over the network to the server. For absolutely any other purpose, the server is the better choice because then the conversion need only be done once (and then cached), it is done on a known system (there are a lot of browsers out there each with its different implementation of javascript), and only the results of the conversion need to be sent rather than the source together with the instructions on how to convert it.

    That said, you can get a preview, but not “live”. You have to click “Preview Post” on the nForum or save the page on the nLab. This is actually more like traditional TeX where you have to save your work and compile it before seeing what happens - leading to the traditional separation of “content and style” which seems so important to some (I was commenting on this on TeX-SX earlier today, in fact).

    The other place where MathJaX is used is in the rendering of the final product. There, we do use MathJaX but only if your browser can’t handle MathML. That’s because MathML is the right way to communicate mathematics over the web, but not all browsers consider mathematics worth implementing. So for broken browsers, we condescend to use MathJaX to convert the MathML into some mess of HTML and CSS.

    The suggestion in the link is a really, really, really bad idea. Too many people would spend their time getting their matrices just so and not enough time concentrating on the fact that they are standing in front of 200 people who want to hear about mathematics (well, let’s go for an idealistic situation - reality would be far worse). If you have to do something live write it by hand. I give my lectures using beamer but if I need to make any notes live, then I write them (okay, I write them on the screen with a graphics pen, but I still just write them).

    (Sorry, this is one of my bugbears. I’ll go back into my cave now and read up about schedules.)