TeX Live and MacTeXCan´t find package XyMTeX with TeXShop

Information and discussion about TeX Live distribution for all platforms (Windows, Linux, Mac OS X) and the related MacTeX: installing, updating, configuring
Post Reply
ymsetjenesta
Posts: 5
Joined: Sun Jun 06, 2010 1:07 pm

Can´t find package XyMTeX with TeXShop

Post by ymsetjenesta »

Sorry if this post if posted in the wrong forum. But as far as I can tell the problems is with loading the packed in Live Tex.

System:
Running Mac OS 10.2
Using the MacTeX distribution and TeX Shop for editing.

Problem:
Trying to use the XyMTeX package which I downloaded and copied to the "/usr/local/texlive/texmf-local", dir as described in the "What is installed.pdf" following Live TeX. I put the package into a subdirectory named "/xymtech". As the document explains, all the files in this texmf and it´s subdirectories will be available to Live TeX.
I have tried to use the package directly from TeX Shop, even by writing the whole dir withing the {}, and I have searched around for information on how to get Live TeX to read packages that you have copied manually like I have.

Thank you so much for your attention...... :)

Recommended reading 2024:

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

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

josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Re: Can´t find package XyMTeX with TeXShop

Post by josephwright »

You should put it in <your home directory>/Library/texmf/tex/latex/xymtex, then open the Terminal and run "texhash".
Joseph Wright
ymsetjenesta
Posts: 5
Joined: Sun Jun 06, 2010 1:07 pm

Can´t find package XyMTeX with TeXShop

Post by ymsetjenesta »

These are the TeX related folder I have in my Library Dir.
TeX Folders
TeX Folders
folders.png (43.88 KiB) Viewed 7763 times
Should I make the mentioned folder, or should I place the package within one of these folders?
josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Re: Can´t find package XyMTeX with TeXShop

Post by josephwright »

You don't say which MacTeX you have, but I would be very surprised indeed if you don't have Library/texmf/... TeXshop is just a front-end: the TeX system itself does not car about TeXshop or it's folders. <home folder>Library/texmf/ will probably be toward the bottom of the folder listing, below TeXshop.
Joseph Wright
ymsetjenesta
Posts: 5
Joined: Sun Jun 06, 2010 1:07 pm

Can´t find package XyMTeX with TeXShop

Post by ymsetjenesta »

folders02.png
folders02.png (34.08 KiB) Viewed 7762 times
Nope this is the other TeX folder.....and as you can see I have placed in afther the recommandations in the "What is installed"
What is installed.png
What is installed.png (111.52 KiB) Viewed 7761 times
josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Re: Can´t find package XyMTeX with TeXShop

Post by josephwright »

It's pretty unusual to have a multi-user Mac, hence my preference for the home folder. However, if you put it in texmf-local you still need to run texhash. Did you do that?
Joseph Wright
ymsetjenesta
Posts: 5
Joined: Sun Jun 06, 2010 1:07 pm

Re: Can´t find package XyMTeX with TeXShop

Post by ymsetjenesta »

Oki.......I buy that argument since I´m really fresh in this TeX. No I have not runned the texhach yet. Have to find some instructions for it.
ymsetjenesta
Posts: 5
Joined: Sun Jun 06, 2010 1:07 pm

Re: Can´t find package XyMTeX with TeXShop

Post by ymsetjenesta »

cb22cbf51:~ Ymse$ texhash
texhash: /usr/local/texlive/2009/../texmf-local: directory not writable. Skipping...
texhash: /usr/local/texlive/2009/texmf: directory not writable. Skipping...
texhash: /usr/local/texlive/2009/texmf-config: directory not writable. Skipping...
texhash: /usr/local/texlive/2009/texmf-dist: directory not writable. Skipping...
texhash: /usr/local/texlive/2009/texmf-var: directory not writable. Skipping...
texhash: Done.
cb22cbf51:~ Ymse$

This is the response I get to running Texhash. As far as I can see it dosent correspond to the manuale file I inserted a clip from in the post over.
josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Re: Can´t find package XyMTeX with TeXShop

Post by josephwright »

If you've installed in /usr/local then texhash needs to be run with admin privileges: 'sudo texhash' at the Terminal.
Joseph Wright
Post Reply