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.
General ⇒ where to put maplestd2e.sty ??
NEW: TikZ book now 40% off at Amazon.com for a short time.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
where to put maplestd2e.sty ??
We will think about other appropriate measures.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. [...]

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.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. [...]
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)
Code: Select all
kpsewhich maplestd2e.sty
I don't think so because this is not related to the editor but more to the LaTeX system and its filename database.juliette wrote:I thought TeXnicCenter finds this stuff automatically wherever I put it .. WinShell does at least! [...]
Best regards
Thorsten¹
- Attachments
-
- maple.7z
- All maple related files for use with LaTeX.
- (13.15 KiB) Downloaded 1889 times
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10