Difference between revisions of "Local TeX macro packages"

From UCB Math Wiki
Jump to: navigation, search
(Installing Local Macro Packages on Your Machine at Home)
m (Updated for texlive-2010 and ucbthesis; eliminated Solaris)
Line 5: Line 5:
 
carry out the following steps:
 
carry out the following steps:
  
1. Log in to one of department supported machines.
+
1. Log in to one of the department-supported machines (usually login.math.berkeley.edu).
  
 
2. Download one of the following files:
 
2. Download one of the following files:
  /usr/local/depot/4/texlive-2007/localstuff.tar.gz
+
  /usr/local/depot/4/texlive-2010/localstuff.tar.gz
  /usr/local/depot/4/texlive-2007/localstuff.zip
+
  /usr/local/depot/4/texlive-2010/localstuff.zip
If you have logged in to a Solaris machine, the following file names should be used instead:
 
/usr/local/sol/9/depot/texlive-2007/localstuff.tar.gz
 
/usr/local/sol/9/depot/texlive-2007/localstuff.zip
 
  
 
3. Locate a directory named '''texmf-local''' or '''texmf.local''' on your system (for Unix or Linux systems, start looking within '''/usr/local''' or '''/usr/share''').
 
3. Locate a directory named '''texmf-local''' or '''texmf.local''' on your system (for Unix or Linux systems, start looking within '''/usr/local''' or '''/usr/share''').
Line 20: Line 17:
 
5. Run a command '''mktexlsr''' or some equivalent command to get the TeX system to recognize it.
 
5. Run a command '''mktexlsr''' or some equivalent command to get the TeX system to recognize it.
  
This package includes many of the local packages, such as the '''ucthesis'''
+
This package includes many of the local packages, such as the '''ucbthesis'''
 
and '''ucbletter''' document classes.
 
and '''ucbletter''' document classes.

Revision as of 07:31, 20 March 2012

Installing Local Macro Packages on Your Machine at Home

Our TeX system includes a number of non-standard additions to TeX Live. Some of the more useful of these files have been bundled for easy installation on home machines. To install these files on your home machine, carry out the following steps:

1. Log in to one of the department-supported machines (usually login.math.berkeley.edu).

2. Download one of the following files:

/usr/local/depot/4/texlive-2010/localstuff.tar.gz
/usr/local/depot/4/texlive-2010/localstuff.zip

3. Locate a directory named texmf-local or texmf.local on your system (for Unix or Linux systems, start looking within /usr/local or /usr/share).

4. Change to that directory and extract the downloaded file in that directory.

5. Run a command mktexlsr or some equivalent command to get the TeX system to recognize it.

This package includes many of the local packages, such as the ucbthesis and ucbletter document classes.