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.
    • CommentAuthorUrs
    • CommentTimeMay 9th 2011
    • (edited May 9th 2011)

    from time to time I feel the need to have mapsto-arrows

      \mapsto
    

    \mapsto

    that point in other directions (left, up, down, sw, ne. nw, ect).

    Is this supported?

    • CommentRowNumber2.
    • CommentAuthorMike Shulman
    • CommentTimeMay 9th 2011

    Does even TeX have those? Does Unicode?

    • CommentRowNumber3.
    • CommentAuthorEric
    • CommentTimeMay 9th 2011

    The ability to rotate symbols is available in graphicx. Is that supported with itex?

    • CommentRowNumber4.
    • CommentAuthorUrs
    • CommentTimeMay 9th 2011

    Okay, so it’s evidently not supported. Don’t worry, I was just checking.

    • CommentRowNumber5.
    • CommentAuthorAndrew Stacey
    • CommentTimeMay 9th 2011

    I’m guessing you’d like something like ↤ ↥ ↦ or ↧. Or there are longer ones ⟻ and ⟼. I didn’t see any diagonal ones, though (but I’m not an expert on searching the Unicode character list).

    These aren’t supported by iTeX in the sense that there aren’t commands like \mapsfrom that generate them. But they are supported in that you are always allowed to type Unicode characters directly in to the iTeX as if they were iTeX commands.

    These do seem like a worthy addition to the iTeX suite of arrows. I recommend emailing Jacques to suggest them.

    Incidentally, the question - as always - is not really whether or not iTeX supports these characters as to whether or not MathML supports them. If not, one can always “resort” to SVG and draw them explicitly. Indeed, in my TeX documents I’m slowly switching to using TikZ to draw nice arrows instead of using the default TeX method of generating them from characters. The extendible arrows, for example, are constructed by placing the hyphen character next to itself enough times to fill the gap (with some overlaps). Sometimes, you can see the joins and it doesn’t look pretty.

    • CommentRowNumber6.
    • CommentAuthorUrs
    • CommentTimeMay 9th 2011

    I’m guessing you’d like something like ↤ ↥ ↦ or ↧. Or there are longer ones ⟻ and ⟼.

    Ah, thanks, that helps.

    • CommentRowNumber7.
    • CommentAuthorUrs
    • CommentTimeMay 9th 2011

    Is there a long version of the downward pointing one?

    • CommentRowNumber8.
    • CommentAuthorAndrew Stacey
    • CommentTimeMay 9th 2011

    Didn’t see one in the unicode specification, it may be possible to stack the requisite parts on top of each other; but a simple alternative would be to draw an arrow using SVG and then include it at the right place. I did this for some of the diagrams in Leinster2010 where I thought that the arrow wasn’t long enough. Take a look at SVGs for Leinster2010 (doriath) to get an idea of what I mean, and look at the source to see how easy it is once the arrows have been defined (unfortunately for you, I didn’t do the mapsto-family in my original list, but it would be easy to add them in).