Macaulay2 » Documentation
Packages » SimpleDoc :: arXiv
next | previous | forward | backward | up | index | toc

arXiv -- link to an arXiv article

Synopsis

Description

i1 : arXiv "1411.5724"

o1 = arXiv:1411.5724 (see https://arxiv.org/abs/1411.5724 )
i2 : html oo

o2 = <a href="https://arxiv.org/abs/1411.5724">arXiv:1411.5724</a>
i3 : arXiv("math/0003033", "Macaulay2 and the geometry of schemes")

o3 = Macaulay2 and the geometry of schemes (see https://arxiv.org/abs/math/0003033 )
i4 : html oo

o4 = <a href="https://arxiv.org/abs/math/0003033">Macaulay2 and the geometry
     of schemes</a>

See also

Ways to use arXiv :

For the programmer

The object arXiv is a method function.