Generalwhere to put maplestd2e.sty ??

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
juliette
Posts: 75
Joined: Thu Nov 20, 2008 10:15 pm

where to put maplestd2e.sty ??

Post by juliette »

I know this is a stupid question and you guys are probably going to kill me for wasting forum space for this but I couldn't find the answer anywhere at first glance.

Where do I put maplestd2e.sty in order to get my scripts from Maple to compile in TeXnicCenter ?? I use MiKTeX2.7 and I tried putting in a folder called "maple" in a folder called "latex" within a folder called "tex". I also tried putting it in "ltxmisc" but it didn't work.

I thought TeXnicCenter finds this stuff automatically wherever I put it .. WinShell does at least!

I'm aware that I can just put the .sty file in the same folder as my .tex file, but I want this to work every time without moving it around.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

where to put maplestd2e.sty ??

Post by localghost »

juliette wrote:I know this is a stupid question and you guys are probably going to kill me for wasting forum space for this but I couldn't find the answer anywhere at first glance. [...]
We will think about other appropriate measures. ;-)
juliette wrote:Where do I put maplestd2e.sty in order to get my scripts from Maple to compile in TeXnicCenter ?? I use MiKTeX2.7 and I tried putting in a folder called "maple" in a folder called "latex" within a folder called "tex". I also tried putting it in "ltxmisc" but it didn't work. [...]
Generally you could put the files wherever you want inside the TeX directory tree. Important is the refreshment of the filename database. But for better consistency you should follow the guidelines of the TeX Directory Structure (TDS). For your Maple packages the paths should look like the following.

Code: Select all

C:\Program Files\MiKTeX 2.7\tex\latex\maple      % For the packages (STY)
C:\Program Files\MiKTeX 2.7\doc\latex\maple      % For the manuals
C:\Program Files\MiKTeX 2.7\src\latex\maple      % For the sources (DTX, INS)
More about the TDS can be found under the CTAN entry linked above. Afterwards you can check on the command prompt if everything is in the right place.

Code: Select all

kpsewhich maplestd2e.sty
With no output something went wrong.
juliette wrote:I thought TeXnicCenter finds this stuff automatically wherever I put it .. WinShell does at least! [...]
I don't think so because this is not related to the editor but more to the LaTeX system and its filename database.


Best regards
Thorsten¹
Attachments
maple.7z
All maple related files for use with LaTeX.
(13.15 KiB) Downloaded 1890 times
Post Reply