On Friday, February 24, 2017 at 4:40:27 AM UTC, richard...@gmail.com wrote:
>
> In SageNotebook I am trying to use %latex to format my data and a formula 
> and when I select evaluate I get the pdflatex error.  sagetex is installed.
>

sagetex is not even relevant in this sense (unless your latex uses macros 
from sagetex---something that you probably do not need).
The problem you have is that Sage (and/or SageNotebook) does not find the 
pdflatex executable. 
Can you run pdflatex in terminal?

If not, please make sure that you can do it (by adding the relevant values 
in your PATH, I suppose),
and restart sage.

And then, I suspect, the error you will see will be

Error: convert (from the ImageMagick suite) does not
appear to be installed. Displaying PDFLaTeX output
requires this program, so please install and try again.

Go to http://www.imagemagick.org to download it.
None




 

>
> On Thursday, February 23, 2017 at 10:17:52 AM UTC-6, Dima Pasechnik wrote:
>>
>> Please describe the problem you have.
>> Are you trying to use sagetex?
>>
>> sagetex is a latex package, that generates runnable sage code from your 
>> latex document, and then is able to plug back in the results of the sage 
>> being run on that runnable code piece. sagetex has to be installed in the 
>> way latex packages are installed.
>>
>>
>> AFAIK there is no further integration provided between (pdf)latex and 
>> sage. that is, you run them separately, in terminal, at least by default.
>>
>>

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

Reply via email to