I'm using Texmaker, TeX Live and Mac OS Mavericks.
When I run Texmaker on the exported Maple transcript it comes up with multiple errors.
Where do I find the packages required to make it work and how do I install them?
I'm using Texmaker, TeX Live and Mac OS Mavericks.
When I run Texmaker on the exported Maple transcript it comes up with multiple errors.
Where do I find the packages required to make it work and how do I install them?
I managed to solve it by first reformatting my Maple document so it was all in Maple input.
I then found the required packages by googling them, copying the text into a text editor and saving them as their name in the directory my tex file is in.
So for example for mapleenv.def, I googled it to find this http://users.wfu.edu/wickersg/latex/maple/mapleenv.def, I copied this text, pasted it into a text editor and saved it as mapleenv.def in the directory of my tex file.
To make my graphs work I put \usepackage{graphicx} at the beginning of the document.
Обратите внимание, что при экспорте из Maple в .tex отсутствует: % устанавливаем русшрифт \usepackage[cp1251]{inputenc} \usepackage[russian]{babel}