Hi, I have a doctest such as:
sage: Partitions(100000).cardinality() 27493510569775696512677516320986352688173429315980054758203125984302147328114964173055050741660736621590157844774296248940493063070200461792764493033510116079342457190155718943509725312466108452006369558934464248716828789832182345009262853831404597021307130674510624419227311238999702284408609370935531629697851569569892196108480158600569421098519 and I would like to split it across several lines; something like: sage: Partitions(100000).cardinality() 2749351056977569651267751632098635268817342931598005475820312598\ 4302147328114964173055050741660736621590157844774296248940493063\ 0702004617927644930335101160793424571901557189435097253124661084\ 5200636955893446424871682878983218234500926285383140459702130713\ 0674510624419227311238999702284408609370935531629697851569569892\ 196108480158600569421098519 Is there some syntax to let sage -t accept it? Some context: this doctest comes from a latex file compiled with latex, and I want to show off all the digits. If I don't split, I get a very overfull hbox; and I don't want to contract the result using '...'. Thanks! Nicolas -- Nicolas M. ThiƩry "Isil" <nthi...@users.sf.net> http://Nicolas.Thiery.name/ -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org