PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Serveur - Sécurité et techniques > linux.debian.user > ams.sty not found after updating to texlive
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
linux.debian.user debian-user@lists.debian.org.

ams.sty not found after updating to texlive

Réponse
 
LinkBack Outils de la discussion
Vieux 29/04/2007, 14h50   #1
Peter Robinson
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut ams.sty not found after updating to texlive


Dear Debianers,

I am running a debian sid system on a Dell dimension 8300 PC (2.6.18-3-686 #1 SMP) and am having some problems getting latex working after I updated some packages to day. I removed the tetex packages and installed texlive (initially including texlive-base, texlive-bin, texlive-common and subsequently texlive-all). After this, the system cannot find the ams.sty file for the American Mathematical Society package (which should apparently be installed with texlive-base -- this package is listed as installed at version 2007-4).

Using find /usr/share -iname amy.sty turned up nothing either.

Any ideas what could be going wrong?

Thanks Peter


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 29/04/2007, 15h40   #2
Michael Marsh
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: ams.sty not found after updating to texlive

On 4/29/07, Peter Robinson <Peter.Robinson@t-online.de> wrote:
> I am running a debian sid system on a Dell dimension 8300 PC (2.6.18-3-686 #1 SMP) and am having some problems getting latex working after I updated some packages to day. I removed the tetex packages and installed texlive (initially including texlive-base, texlive-bin, texlive-common and subsequently texlive-all). After this, the system cannot find the ams.sty file for the American Mathematical Society package (which should apparently be installed with texlive-base -- this package is listed as installed at version 2007-4).
>
> Using find /usr/share -iname amy.sty turned up nothing either.
>
> Any ideas what could be going wrong?


Wasn't ams.sty deprecated years ago? And wasn't it amstex.sty?
amsmath.sty is in texlive-latex-base. amssymb.sty is in texlive-base.
Why they're separated, I have no idea.

--
Michael A. Marsh
http://www.umiacs.umd.edu/~mmarsh
http://mamarsh.blogspot.com
http://36pints.blogspot.com


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 29/04/2007, 16h00   #3
Peter Robinson
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: ams.sty not found after updating to texlive

On Sun, Apr 29, 2007 at 10:35:21AM -0400, Michael Marsh wrote:
> On 4/29/07, Peter Robinson <Peter.Robinson@t-online.de> wrote:
> >I am running a debian sid system on a Dell dimension 8300 PC (2.6.18-3-686
> >#1 SMP) and am having some problems getting latex working after I updated
> >some packages to day. I removed the tetex packages and installed texlive
> >(initially including texlive-base, texlive-bin, texlive-common and
> >subsequently texlive-all). After this, the system cannot find the ams.sty
> >file for the American Mathematical Society package (which should
> >apparently be installed with texlive-base -- this package is listed as
> >installed at version 2007-4).
> >
> >Using find /usr/share -iname amy.sty turned up nothing either.
> >
> >Any ideas what could be going wrong?

>
> Wasn't ams.sty deprecated years ago? And wasn't it amstex.sty?
> amsmath.sty is in texlive-latex-base. amssymb.sty is in texlive-base.
> Why they're separated, I have no idea.



You are right. For some reason I had included the ams package in the latex file I was working on as well as the amsmath package. Deleting the reference to ams solved the problem.

Thanks for the !, Peter














>
> --
> Michael A. Marsh
> http://www.umiacs.umd.edu/~mmarsh
> http://mamarsh.blogspot.com
> http://36pints.blogspot.com
>
>
> --
> To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmaster@lists.debian.org
>



--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 29/04/2007, 16h10   #4
Florian Kulzer
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: ams.sty not found after updating to texlive

On Sun, Apr 29, 2007 at 15:47:45 +0200, Peter Robinson wrote:
>
> Dear Debianers,
>
> I am running a debian sid system on a Dell dimension 8300 PC
> (2.6.18-3-686 #1 SMP) and am having some problems getting latex
> working after I updated some packages to day. I removed the tetex
> packages and installed texlive (initially including texlive-base,
> texlive-bin, texlive-common and subsequently texlive-all). After this,
> the system cannot find the ams.sty file for the American Mathematical
> Society package (which should apparently be installed with
> texlive-base -- this package is listed as installed at version
> 2007-4).
>
> Using find /usr/share -iname amy.sty turned up nothing either.
>
> Any ideas what could be going wrong?


The command that you quote above has a typo ("amy.sty"). However, I
don't think that that is really the problem: It seems that "ams.sty" was
removed in texlive 2007-4. It is still present in texlive 2005.dfsg.3-1.
The removal may have been due to licensing issues (restrictions on
commercial re-distribution, which is DFSG-incompatible) and/or because
the file is obsolete (it is no longer on CTAN either).

My guess is that \usepackage{amsmath} or \usepackage{amssymb} (if you
only need the AMS symbols) will work as a replacement. If you really
need the original ams.sty then you can find it on the web and put it in
your ~/texmf.

On a related note: Searching through system directories is much faster
if you use "locate":

locate ams.sty
locate -br '^ams.*\.sty'

--
Regards, | http://users.icfo.es/Florian.Kulzer
Florian |


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 29/04/2007, 16h30   #5
Jerome BENOIT
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: ams.sty not found after updating to texlive

Hello,

`ams.sty' can be found in `texlive-latex-extra' Debain Lenny Package

Jerome

Peter Robinson wrote:
> On Sun, Apr 29, 2007 at 10:35:21AM -0400, Michael Marsh wrote:
>> On 4/29/07, Peter Robinson <Peter.Robinson@t-online.de> wrote:
>>> I am running a debian sid system on a Dell dimension 8300 PC (2.6.18-3-686
>>> #1 SMP) and am having some problems getting latex working after I updated
>>> some packages to day. I removed the tetex packages and installed texlive
>>> (initially including texlive-base, texlive-bin, texlive-common and
>>> subsequently texlive-all). After this, the system cannot find the ams.sty
>>> file for the American Mathematical Society package (which should
>>> apparently be installed with texlive-base -- this package is listed as
>>> installed at version 2007-4).
>>>
>>> Using find /usr/share -iname amy.sty turned up nothing either.
>>>
>>> Any ideas what could be going wrong?

>> Wasn't ams.sty deprecated years ago? And wasn't it amstex.sty?
>> amsmath.sty is in texlive-latex-base. amssymb.sty is in texlive-base.
>> Why they're separated, I have no idea.

>
>
> You are right. For some reason I had included the ams package in the latex file I was working on as well as the amsmath package. Deleting the reference to ams solved the problem.
>
> Thanks for the !, Peter
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>> --
>> Michael A. Marsh
>> http://www.umiacs.umd.edu/~mmarsh
>> http://mamarsh.blogspot.com
>> http://36pints.blogspot.com
>>
>>
>> --
>> To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
>> with a subject of "unsubscribe". Trouble? Contact
>> listmaster@lists.debian.org
>>

>
>


--
Jerome BENOIT
jgmbenoit_at_mailsnare_dot_net


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 02h20.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,15302 seconds with 13 queries