TWG | MacTeX | Donate | FAQ | Fonts | Help | References | Support | Acknowledgments | TUG
|
MacTeX Q&A : getting or installing MacTeX | |
| QM.01: | Trouble opening the .zip file or completing the installation process. |
| QM.02: | No need to uninstall previous TeX distribution |
| QM.03: | Fink and MacPort Questions |
| QM.04: | Where to put personal additions in the texmf tree |
| QM.05: | Why can't the latest MacTeX find my local BibTeX (.bst, .bib) files |
| QM.06: | Fonts in my TeX documents are wrong --- the Font Cache Bug. |
| QM.07: | MacTeX.mpkg.zip on system 10.3 |
| QM.08: | ConTeXt does not seem to work |
| QM.09: | Can MacTeX-2008 be installed on Snow Leopard |
| QM.10: | If a machine with MacTeX-2008 is upgraded to Snow Leopard, does MacTeX continue working |
|
TeXShop Questions | |
| QT.01: | Typesetting in TeXShop gives an error message related to (/usr/texbin) |
| QT.02: | TeXShop refuses to start, or behaves strangely |
| QT.03: | Damaged Macros Folder |
Some people obtain a corrupted MacTeX.mpkg.zip file after downloading the large file. This is almost never due to a bad file on the server because we test after uploading new versions. One exception occurs if you are running system OS X 10.2. Note that MacTeX will not run on that system.
In case of trouble, we recommend downloading from an alternate CTAN site. To do this, click on one of the links in the mirror page.
If you are at an institution with a large body of TeX users, a support person could put MacTeX-2008 on the DVD and loan you the DVD.
A final solution, if all else fails, is to go to http://www.tug.org/mactex/2008/morepackages.html and download BasicTeX-2008; this distribution is still quite complete and serviceable. The smaller download may cause fewer problems. You will also need the front ends and utilities in MacTeXAdditions.mpkg.zip.
(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.
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.
Move the downloaded file MacTeX.mpkg.zip to your desktop. Then open Terminal in /Applications/Utilities, and issue the following commands. Push the return key after each line:
cd desktop
unzip MacTeX.mpkg.zip
When Apple's System Preferences runs on a 64 bit machine, it runs in 64 bit mode, and all preference panes must also run in 64 bit mode. But the TeX Distribution preference pane only contains 32 bit code.
However, System Preferences detects this problem and puts up a dialog:
"To run this pane, System Preferences must restart".
When the user clicks "OK," Preferences restarts in 32 bit mode and runs the pane. So
this problem is cosmetic only. (In MacTeX-2009, the TeX Distribution pane will contain both 32 and 64 bit code.)
Apple changed the method of finding man pages in Snow Leopard. We noticed this change during Snow Leopard beta testing, so the version of MacTeX-2008 available from this web site fixes the problem. But if you have an earlier version of MacTeX-2008, you need to apply the fix e) described in the answer to the next question.
If you used Migration Assistant to move old files to your current machine after installing Snow Leopard, that action may have created a folder which will break MacTeX installation. This problem must be fixed by hand before installing MacTeX. See section b) in the answer to the next question.
As indicated in AM.09, there is a slight cosmetic problem with the TeX Distribution Preference Pane, but the pane still works fine.
cd /usr
ls -l texbin
texbin -> ../Library/TeX/Distributions/.DefaultTeX/Contents/Programs/i386
then you are fine. But if the output is a long list of 300 or more files, including tex and pdftex, then issue the following commands
cd /usr
sudo rm -R texbin
cd /usr
sudo ln -s ../Library/TeX/Distributions/.DefaultTeX/Contents/Programs/i386 texbin
/usr/texbin
and then moving this file to /etc/paths.d. One way to create the file is to use "cat" in Terminal as follows:
cd
cd Desktop
cat > TeX
/usr/texbin
sudo cp TeX /etc/paths.d
cd /usr/local/texlive/2008/bin/universal-darwin
sudo ln -s ../../texmf/doc/man man
http://people.ict.usc.edu/~leuski/cocoaspell/home.html
this spell checker will still work in Snow Leopard, but a slight reconfiguration may be needed. Install the spell checker as usual. In its Preference pane, select the languages you want and check the TeX/LaTeX filter. Then in System Preferences, select the Language and Text pane and go to the popup under Automatic. The language you selected in CocoAspell's preference pane will show up. Select it.
"/usr/texbin/altpdflatex does not exist.
Perhaps teTeX was not installed or was removed during a system upgrade."
Make sure you are using the latest version (2.18) of TeXShop with MacOS X 10.4.x (Tiger) or MacOS X 10.5.x (Leopard).
For more information about other frequently asked questions please
If you still have problems with the MacTeX Installer, you may contact us via the mactex-support webpage.