On Sat, May 31, 2008 at 12:47 PM, Alyson Deines <[EMAIL PROTECTED]> wrote:
>
> I'm running sage version 3.0.2 on kubuntu.
> I'm having trouble using Latex in notebook (and I've check and I do
> have pdflatex installed)
> When I evaluate:
>
> %latex
> The equation $y^2 = x^3 + x$ defines an elliptic curve.
> We have $2006 = \sage{factor(2006
...
>
> ! LaTeX Error: File `fullpage.sty' not found.
>

The problem is that you don't have the fullpage.sty
installed.  You must have installed the minimum possible
latex system with no packages or something.

Doing a google search for
    fullpage.sty ubuntu
yields the sentence
"fullpage.sty is in the tetex-extra package, so use Synaptic to
install it, or install from the terminal:
$ sudo apt-get install tetex-extra"

I hope that helps.

William

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to