First time here? Check out the FAQ!

Ask Your Question
0

using sage engine during compilation of tex file

asked 8 years ago

markus gravatar image

updated 8 years ago

I would like to automate calling sage after compiling a tex file in TeXShop. I have copied the sage.engine file from ~/Library/TeXShop/Engines/Inactive/Sage to ~/Library/TeXShop/Engines/ and followed the instructions in About Sage.pdf.

I've included the line % !TEX TS-program = sage in my tex file, but when I compile the file the sage expressions don't compute. I only get ?? for sage expressions. If I run sage on the sagetex.sage file and re-compile the tex file, then everything looks good.

I'm running TeXShop 3.75 on MacOS 10.10.5

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
2

answered 8 years ago

markus gravatar image

I've figured it out. I needed to edit the file ~/Library/TeXShop/Engines/sage.engine. The line /Applications/Sage.app/Contents/Resources/sage/sage "$sagename" needed to be changed to /Applications/Sage-6.5.app/Contents/Resources/sage/sage "$sagename"

Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

2 followers

Stats

Asked: 8 years ago

Seen: 288 times

Last updated: Nov 26 '16