Am 16.11.11 14:35, schrieb Rolf Niepraschk:
> Am 16.11.2011 14:38, schrieb Gudrun:
>> Hm, das ist jetzt aber komisch.
>> Ich habe mal nach dem upgreek.sty gesucht. Es ist in
>> /usr/local/texlive/2011/texmf-dist/tex/latex/was/upgreek.sty
>>
>> Aber beim Kompilieren eines Dokumentes wird es nicht gefunden. Was kann
>> ich bitte dagegen machen?
>>
>
> Was sagt
>
> kpsewhich upgreek.sty
>
> ...Rolf
Hallo Rolf.
Das habe ich schon ausprobiert. Es sagt nix. Es kommt eine leere Zeile
zurück.
Ich habe als nächstes folgendes ausprobiert (siehe unten). Und in der
Tat, upgreek.sty wurde gefunden, wenn man /usr/texbin/pdftex nimmt. Ich
versuche das jetzt gerade in die Bash reinzuschreiben, wie unten empfohlen.
QM.03: Fink (or MacPorts) is installed on my computer. After installing
MacTeX,
(a) pdfTeX and TeX crash with error messages referring to broken
libraries in /sw/... or /opt/...
(b) the versions of pdftex and tex in Fink or MacPorts run instead of
the versions in TeX Live.
(c) pdftex runs erratically.
AM.03abc: MacTeX installs a symbolic link to the TeX Live binaries named
/usr/texbin. Calling /usr/texbin/pdftex will reach the pdftex in TeX
Live. Once this version runs, it will not be confused by the presence of
Fink or MacPorts and will use the correct libraries, style files, fonts,
and utilities in TeX Live.
The GUI programs shipped with MacTeX understand this symbolic link and
automatically call /usr/texbin/pdftex. But if you call pdftex from the
Terminal or another application, you may encounter the problem. The
solution is simple. Find your shell startup script. That script should
contain a command modifying PATH so /sw (or /opt) comes first. After
this command, add a line to the script prepending /usr/texbin to the
beginning of your PATH.