Hi,

this is a question from a user perspective, and this isn't that much fake 
because I'm far from understanding the LaTeX infrastructure of Sage.

Here is an example of how I would try to look at a poset:

{{{
sage: P = Poset({1: [2]})
sage: view(P)

Warning: `tkz-graph.sty` is not part of this computer's TeX installation.
This package is required to render graphs in LaTeX.
Visit 'http://altermundus.com/pages/graph.html'.


Warning: `tkz-berge.sty` is not part of this computer's TeX installation.
This package is required to render graphs in LaTeX.
Visit 'http://altermundus.com/pages/graph.html'.

[... a TeX logfile long enough to flush the above two Warnings out of the 
memory of the terminal window ...]

{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] (./sage.aux) ) 
Here is how much of TeX's memory you used:
 10490 strings out of 495061
 189024 string characters out of 1182621
 220814 words of memory out of 3000000
 13465 multiletter control sequences out of 15000+50000
 8140 words of font info for 28 fonts, out of 3000000 for 9000
 28 hyphenation exceptions out of 8191
 57i,5n,55p,415b,341s stack positions out of 
5000i,500n,10000p,200000b,50000s
 </home/dari
j/.texmf-var/fonts/pk/cx/jknappen/ec/ecbx1440.600pk></usr/share/texmf-texlive/f
onts/type1/public/amsfonts/cm/cmr10.pfb>
Output written on sage.pdf (1 page, 11653 bytes).
PDF statistics:
 21 PDF objects out of 1000 (max. 8388607)
 0 named destinations out of 1000 (max. 500000)
 13 words of extra memory for PDF output out of 10000 (max. 10000000)


Latex error
}}}

Of course, the output perfectly makes sense, and it absolutely does not -- 
the only important information is at the beginning and pretty much 
inaccessible (I had to Ctrl+C at the right moment to get it, something Sage 
really doesn't respond nicely to by the way).

I'm not calling for the log to be hidden! But is there a way to have Sage 
repeat the crucial stuff -- that packages are missing, and which packages 
are missing -- at the very end of the output?

  Best regards,
  Darij

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to