#5920: Implements view(object, format='pdf')
-------------------------+--------------------------------------------------
Reporter: nthiery | Owner: nthiery
Type: enhancement | Status: new
Priority: major | Milestone: sage-3.4.2
Component: interfaces | Keywords: latex view
-------------------------+--------------------------------------------------
Description changed by nthiery:
Old description:
> This patch allows for:
> {{{
> sage: view(object, format = "pdf")
> }}}
>
> Typical use cases:
> - you prefer your pdf browser
> - view latex snippets which are not displayed in dvi viewers (e.g.
> tikzpicture)
>
> Should this use 'output=' rather than 'format='
>
> Potential extensions: {{{view(object, format='png')}}}, {{{view(object,
> format='html')}}}
New description:
This patch implements:
{{{
sage: view(object, format = "pdf")
}}}
Typical use cases:
- you prefer your pdf browser to your dvi browser
- you want to view latex snippets which are not displayed well in dvi
viewers (e.g. tikzpicture)
Should this use 'output=' rather than 'format='?
Potential extensions: {{{view(object, format='png')}}}, {{{view(object,
format='html')}}}
--
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5920#comment:1>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---