On 3/28/12 8:18 AM, Raniere Gaia Silva wrote:
Jason,
Before I send the email I already evaluate (i.e., latex) the cell at
least twice but the cross-references don't work,
IMHO, the Sage don't keep all the files create when evaluate the cell
and because of it the cross-references don't work. I try to fix it in
misc/latex.py but have success.

You are probably correct. You probably want to change the _run_latex_ function in misc/latex.py. In particular, it looks like there are several lines where we find subpcall(lt) or subpcall(pdflt). Those two lines should probably call subpcall(lt) or subpcall(pdflt) twice (so replace subpcall(lt) with 'subpcall(lt) and subpcall(lt)' (without quotes)).

Jason

--
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-support
URL: http://www.sagemath.org

Reply via email to