From 32d410af6dc3089d4ded6810fca7b01705b3918e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 12 Jan 2007 00:57:51 +0000 Subject: 2007 git-svn-id: svn://tug.org/texlive/trunk@3350 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-doc/source/english/texlive-en/live.tex | 56 +++++++++++----------- 1 file changed, 27 insertions(+), 29 deletions(-) (limited to 'Master/texmf-doc/source') diff --git a/Master/texmf-doc/source/english/texlive-en/live.tex b/Master/texmf-doc/source/english/texlive-en/live.tex index aeae4fd8cb0..07f81bee8eb 100644 --- a/Master/texmf-doc/source/english/texlive-en/live.tex +++ b/Master/texmf-doc/source/english/texlive-en/live.tex @@ -10,14 +10,14 @@ \title{% {\huge \textit{The \protect\TL{} Guide}\\\strut} - {\LARGE \textsf{\TK{} 2006}} + {\LARGE \textsf{\TL{} 2007}} } \author{Karl Berry, editor \\[3mm] \url{http://tug.org/texlive/} } -\date{December 2006} +\date{January 2007} \maketitle @@ -212,9 +212,7 @@ and on its own \CD\ (for those who cannot use the \DVD). for a \texttt{00\var{type}.TL} file at the top of the \TL{} directory. This file also contains the \TL{} release date. -Naturally, each user group chooses what to distribute, at its own -discretion. (\acro{TUG} is sending all three discs above to all of its -members.) +Naturally, each user group chooses what to distribute to its own members. \subsection{Top level directories} @@ -467,19 +465,19 @@ choose a directory on the local disk to place files that the \TeX{} system itself generates, such as fonts and formats, and also to provide a place for updated configuration files, if need be. -We'll use \dirname{/opt/texlive2006} in this example. It's good to +We'll use \dirname{/opt/texlive2007} in this example. It's good to include the year in the name, as these generated files are not in general compatible from release to release. (If the default value of -\dirname{/usr/local/texlive/2006} works for you, then you can skip this +\dirname{/usr/local/texlive/2007} works for you, then you can skip this step.) \begin{alltt} Enter command: \Ucom{d} Current directories setup: -<1> TEXDIR: /usr/local/texlive/2006 +<1> TEXDIR: /usr/local/texlive/2007 ... Enter command: \Ucom{1} -New value for TEXDIR [/usr/local/texlive/TeX]: \Ucom{/opt/texlive2006} +New value for TEXDIR [/usr/local/texlive/TeX]: \Ucom{/opt/texlive2007} ... Enter command: \Ucom{r} \end{alltt} @@ -544,14 +542,14 @@ Bourne-compatible shell (\cmdname{sh}, \cmdname{bash}, \cmdname{ksh}, et al.), put the following into your \filename{$HOME/.profile} file: \begin{alltt} PATH=/mnt/cdrom/bin/\var{archname}:$PATH; export PATH -TEXMFSYSVAR=/opt/texlive2006/texmf-var; export TEXMFSYSVAR +TEXMFSYSVAR=/opt/texlive2007/texmf-var; export TEXMFSYSVAR \end{alltt} \noindent For C shell-compatible shells (\cmdname{csh}, \cmdname{tcsh}), put the following into your \filename{$HOME/.cshrc} file: \begin{alltt} setenv PATH /mnt/cdrom/bin/\var{archname}:$PATH -setenv TEXMFSYSVAR /opt/texlive2006/texmf-var +setenv TEXMFSYSVAR /opt/texlive2007/texmf-var \end{alltt} \noindent Then log out, log back in, and test your installation @@ -687,7 +685,7 @@ be changed here: \begin{ttdescription} \item [TEXDIR] The top-level directory under which everything else will be installed. The default value is -\dirname{/usr/local/texlive/2006}, and is often changed. We recommend +\dirname{/usr/local/texlive/2007}, and is often changed. We recommend including the year in the name, to keep different releases of \TL{} separate. (You may wish to make a version-independent name such \dirname{/usr/local/texlive} via a symbolic link, which you can then @@ -762,13 +760,13 @@ on your shell. If you use a Bourne-compatible shell (\cmdname{sh}, \filename{$HOME/.profile} file: \begin{alltt} -PATH=/usr/local/texlive/2006/bin/\var{archname}:$PATH; export PATH +PATH=/usr/local/texlive/2007/bin/\var{archname}:$PATH; export PATH \end{alltt} \noindent For C shell-compatible shells (\cmdname{csh}, \cmdname{tcsh}), put the following into your \filename{$HOME/.cshrc} file: \begin{alltt} -setenv PATH /usr/local/texlive/2006/bin/\var{archname}:$PATH +setenv PATH /usr/local/texlive/2007/bin/\var{archname}:$PATH \end{alltt} \textruntexconfig @@ -783,7 +781,7 @@ shell prompt as usual. \Ucom{i} # perform installation > \Ucom{texconfig} ... # see section \ref{sec:texconfig} # New PATH element, with Linux as the example: -> \Ucom{PATH=/usr/local/texlive/2006/bin/i386-linux:$PATH; export PATH} +> \Ucom{PATH=/usr/local/texlive/2007/bin/i386-linux:$PATH; export PATH} \end{alltt} \textifindoubt @@ -803,7 +801,7 @@ variables, and then install non-interactively. Example: The \envname{TEXLIVE\_INSTALL\_PREFIX} variable overrides the default location of \dirname{/usr/local/texlive}, leaving all else unchanged---so with the above invocation, the main installation will go -to \dirname{/opt/texlive/2006}. +to \dirname{/opt/texlive/2007}. In the usual Unix way, the final \Ucom{echo i} can be replaced by any sequence of input commands via a here document, so any sequence of @@ -815,7 +813,7 @@ Here are all the possible overrides: \item [TEXLIVE\_INSTALL\_PREFIX] Override \dirname{/usr/local/texlive}. \item [TEXLIVE\_INSTALL\_TEXDIR] - Override \dirname{\$TEXLIVE_INSTALL_PREFIX}/2006. + Override \dirname{\$TEXLIVE_INSTALL_PREFIX}/2007. \item [TEXLIVE\_INSTALL\_TEXMFLOCAL] Override \dirname{\$TEXLIVE_INSTALL_PREFIX/texmf-var}. \item [TEXLIVE\_INSTALL\_TEXMFSYSVAR] @@ -1014,7 +1012,7 @@ configuration file for the base \Webc{} programs is named default settings and useful alternatives. \cmdname{texconfig} alters files in a user-specific directory, as in -\dirname{$HOME/.texlive2006}. If you install \TeX\ just for yourself, +\dirname{$HOME/.texlive2007}. If you install \TeX\ just for yourself, that is unlikely to make a difference. But if you install \TeX\ on a multi-user system, you will want to change the configuration for the whole system. In this case, run \cmdname{texconfig-sys} instead of @@ -1263,7 +1261,7 @@ these operations are done there, some of them can be lengthy. So please wait until you see a statement about the successfully finished installation. The shortcut for \cmdname{tlpmgui} will be added to the -\guiseq{Start\arw Programs\arw TeXLive2006} menu. +\guiseq{Start\arw Programs\arw TeXLive2007} menu. If it is needed (Win9x/WinME), you will be asked to reboot your computer. @@ -1342,7 +1340,7 @@ for modifying and maintaining your installation. \subsection{Adding/removing packages} As the \cmdname{tlpmgui} shortcut is available in the \guiseq{Start\arw -Programs\arw TeXLive2006} menu, start it from here. The maintenance window +Programs\arw TeXLive2007} menu, start it from here. The maintenance window titled \guiseq{TeX Live installation and maintenance utility} shows. It contains several tabs: \guiseq{Add Packages}, \guiseq{Remove packages}, \guiseq{Manage installation}, \guiseq{Remove installation}. @@ -1432,8 +1430,8 @@ way, you will be safe against upgrades of the \TL{} software. The directory pointed to by \path|$TEXMFLOCAL| is initially empty. If, for example, you want to add the support file for the Maple symbolic computation program, you will have to put the style files in:\\ -\path|c:\TeXLive2006\texmf-local\tex\latex\maple\|\\ and the -documentation files in:\\ \path|c:\TeXLive2006\texmf-local\doc\latex\maple\| +\path|c:\TeXLive2007\texmf-local\tex\latex\maple\|\\ and the +documentation files in:\\ \path|c:\TeXLive2007\texmf-local\doc\latex\maple\| \subsection{Running \texttt{tlmp.exe} from the command line} The \cmdname{tlpm.exe} program which is used as engine by \cmdname{tlpmgui} @@ -1532,7 +1530,7 @@ pointed out. \subsubsection{Dvips} The configuration file for dvips can be found in\\ -\verb+C:\TeXLive2006\texmf-var\dvips\config\config.ps+\\ +\verb+C:\TeXLive2007\texmf-var\dvips\config\config.ps+\\ You may open it with any editor %(\cmdname{WinShell} will do fine) and change some parameters: @@ -1573,7 +1571,7 @@ font package addition. If you add new packages by hand, edit the file If you use the program pdf{}latex to write \acro{PDF} format directly, and you are using \acro{US} letter-size paper, edit the file -\verb+C:\TeXLive2006\texmf-var\tex\generic\config\pdftexconfig.tex+ and +\verb+C:\TeXLive2007\texmf-var\tex\generic\config\pdftexconfig.tex+ and change \samp{\bs pdfpagewidth} and \samp{\bs pdfpageheight}. These entries should read: \begin{alltt} @@ -1605,7 +1603,7 @@ For generic verification procedures, see section~\ref{sec:test-install} Windows-specific tests. Open the file \verb+sample2e.tex+ in your editor (Xemacs, WinShell), -found in \path|C:\TeXLive2006\texmf-dist\tex\latex\base|. The \LaTeX\ source +found in \path|C:\TeXLive2007\texmf-dist\tex\latex\base|. The \LaTeX\ source should appear on the screen. Process it by clicking on the \guiseq{Command\arw LaTeX} menu (XEmacs) or \LaTeX\ icon on the toolbar (WinShell), then view it by clicking on the \guiseq{Command\arw View DVI} @@ -1786,7 +1784,7 @@ There is a different procedure to change it for Win9x, WinME and NT/2K/XP: by \path|;|. Please add the directory with the executables in this line. After this, this line could look as follows: \begin{verbatim} -PATH=c:\windows;c:\windows\system;c:\TeXLive2006\bin\win32 +PATH=c:\windows;c:\windows\system;c:\TeXLive2007\bin\win32 \end{verbatim} \item[Windows ME] You need to run the special program \path|c:\windows\system\msconfig.exe| to be able to change any @@ -1811,7 +1809,7 @@ PATH=c:\windows;c:\windows\system;c:\TeXLive2006\bin\win32 \texttt{PATH} while the field Value shows the current setting of \texttt{PATH} as a list of directories separated by \path|;|. Add the directory where the executables are located (e.g. - \path|c:\TeXLive2006\bin\win32|). If there isn't a \texttt{PATH} variable + \path|c:\TeXLive2007\bin\win32|). If there isn't a \texttt{PATH} variable for your user account, simply click in the field Variable and type in \texttt{PATH}, click in the field \textsf{Value} and type in the directory with the executables. Important: Click on @@ -1918,7 +1916,7 @@ Here are several questions to investigate: \item Is \file{tex.exe} in my \path|PATH|? \item Is the \path|TEXMFCNF| variable correctly set to -\path|c:/TeXLive2006/texmf-var/web2c| (default value)? +\path|c:/TeXLive2007/texmf-var/web2c| (default value)? \item Are there any errors in the log file generated by the \file{tlmpgui.exe} program? @@ -2852,8 +2850,8 @@ and much integration and testing. Builders of the binaries: Tigran Aivazian (\pkgname{x86\_64-linux}), +Akira Kakuto and Fabrice Popineau (\pkgname{win32}), Manfred Lotz (\pkgname{i386-freebsd}), -Fabrice Popineau (\pkgname{win32}), Norbert Preining (\pkgname{alpha-linux}), Vladimir Volovich (\pkgname{powerpc-aix}, \pkgname{sparc-linux}, \pkgname{sparc-solaris}), -- cgit v1.2.3