#5920: [with patch, needs review] Implements view(object, viewer='pdf')
-------------------------+--------------------------------------------------
 Reporter:  nthiery      |       Owner:  nthiery              
     Type:  enhancement  |      Status:  new                  
 Priority:  major        |   Milestone:  sage-3.4.2           
Component:  interfaces   |    Keywords:  view, latex, dvi, pdf
-------------------------+--------------------------------------------------

Old 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')}}}

New description:

 This patch implements:
 {{{
 sage: view(object, viewer = "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)

 Potential extensions: {{{view(object, format='png')}}}, {{{view(object,
 format='html')}}}

--

Comment(by nthiery):

 Done in the new update patch. I switched back to needs review, though a
 quick glance from any of the two of you should do.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5920#comment:7>
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to