Changes between Version 1 and Version 2 of Ticket #13713, comment 4
- Timestamp:
- 11/16/12 00:27:20 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13713, comment 4
v1 v2 16 16 17 17 {{{ 18 sage: G.set_latex_options(format='dot2tex', prog='dot' , tightpage=True)18 sage: G.set_latex_options(format='dot2tex', prog='dot') 19 19 sage: view(G, engine='pdflatex', tightpage=True) 20 sage: G.set_latex_options(format='dot2tex', prog='circo' , tightpage=True)20 sage: G.set_latex_options(format='dot2tex', prog='circo') 21 21 sage: view(G, engine='pdflatex', tightpage=True) 22 22 }}}