Changes between Version 1 and Version 7 of Ticket #5920
- Timestamp:
- 04/28/09 23:36:09 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5920
- Property Keywords dvi pdf added
-
Property
Summary
changed from
Implements view(object, format='pdf')
to[with patch, needs review] Implements view(object, viewer='pdf')
-
Ticket #5920 – Description
v1 v7 1 1 This patch implements: 2 2 {{{ 3 sage: view(object, format= "pdf")3 sage: view(object, viewer = "pdf") 4 4 }}} 5 5 … … 8 8 - you want to view latex snippets which are not displayed well in dvi viewers (e.g. tikzpicture) 9 9 10 Should this use 'output=' rather than 'format='?11 12 10 Potential extensions: {{{view(object, format='png')}}}, {{{view(object, format='html')}}}