diff --git a/content/databases/mysql/mysql-config.xml b/content/databases/mysql/mysql-config.xml
index f5af563520..5ecec2e4c4 100644
--- a/content/databases/mysql/mysql-config.xml
+++ b/content/databases/mysql/mysql-config.xml
@@ -28,7 +28,7 @@ chown -R mysql:mysql /var/lib/mysql
mysqld_safe --user=mysql 2>&1 >/dev/null &
-A default installation, does not setup a password for the administrator.
+A default installation does not setup a password for the administrator.
So here we will login and set one. We strongly suggest changing
'new-password' to your own.
diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index cda06caf57..eb7aee5433 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -10,6 +10,9 @@ page in Chapter 1 for details on who wrote what.
+September 7th, 2003 [larry]: updated intro to
+tex.
+
September 7th, 2003 [larry]: update to MySQL-4.0.14, nano-1.2.2,
GTK2+-2.2.5 and pciutils-2.1.11, all submitted by
Igor.
diff --git a/pst/typesetting/tex/tex-desc.xml b/pst/typesetting/tex/tex-desc.xml
index bd974eb5a7..b8ca92089b 100644
--- a/pst/typesetting/tex/tex-desc.xml
+++ b/pst/typesetting/tex/tex-desc.xml
@@ -1,8 +1,9 @@
Contents
-The TeX package contains 125 separate binaries. Please refer to
- for details, as
-well as a tour of the expansive TeX documentation.
+The TeX package contains 125 separate binaries.
+Please refer to
+for details, as well as a tour of the expansive
+TeX documentation.
diff --git a/pst/typesetting/tex/tex-exp.xml b/pst/typesetting/tex/tex-exp.xml
index 1a073db592..995e3b77cf 100644
--- a/pst/typesetting/tex/tex-exp.xml
+++ b/pst/typesetting/tex/tex-exp.xml
@@ -1,24 +1,35 @@
Installation command explanations
-gzip -dc ../teTeX-texmf-&tex-version;.tar.gz \
- | (umask 0; cd /usr/share/texmf; tar xvf -) Untar the TeX fonts and macro libraries.
+gzip -dc ../teTeX-texmf-&tex-version;.tar.gz \
+ | (umask 0; cd /usr/share/texmf; tar xvf -)
+Untar the TeX fonts and macro libraries.
---with-x=no : Avoid any X-Windows dependencies. TeX can be compiled with X-Windows support, notably for xdvi. If this is desired, remove this
+--with-x=no : Avoid any
+XFree86 dependencies.
+TeX can be compiled with
+XFree86 support, notably for
+xdvi. If this is desired, remove this
configure option.
---exec-prefix=/usr --bindir=/usr/bin : Insure that TeX binaries will be installed in /usr/bin.
+--exec-prefix=/usr --bindir=/usr/bin : Insure
+that TeX binaries will be installed in /usr/bin.
---without-texinfo : A default LFS installation already has the texinfo package
-installed, we will avoid overwriting it with the included texinfo
+--without-texinfo : A default
+LFS installation already has the
+texinfo package
+installed, we will avoid overwriting it with the included
+texinfo
package.
---with-system-ncurses : Specify using the already installed ncurses library.
+--with-system-ncurses : Specify using the
+already installed libncurses library.
---with-system-zlib : LFS Systems starting with version 4.0 have zlib installed as part of the base operating system, we can avoid building it here.
+--with-system-zlib : LFS Systems starting with version 4.0 have zlib installed as part of the base operating system, we can avoid building it here.
-texconfig dvips paper letter : Set the default paper size for TeX.
+texconfig dvips paper letter : Set the default
+paper size for TeX.
-texconfig font rw : Specify writable fonts.
+texconfig font rw : Specify writable fonts.
diff --git a/pst/typesetting/tex/tex-inst.xml b/pst/typesetting/tex/tex-inst.xml
index 9a8093bd00..5c29e0e2df 100644
--- a/pst/typesetting/tex/tex-inst.xml
+++ b/pst/typesetting/tex/tex-inst.xml
@@ -1,32 +1,30 @@
-Installation of TeX
+Installation of TeX
-TeX is installed slightly differently than a typical GNU
-package, these instructions will assume /usr/src to be the current
-working directory, containing the three TeX tarballs.
+TeX is installed from the source
+directory (usually /usr/src) and untarring
+instructions are included below instead of the usual assumption that you
+have already untarred the package. The source directory should contain
+the two required packages and the optional package, if desired.
-Install TeX by running the following commands:
+Install TeX by running the following commands:
-mkdir -p /usr/share/texmf &&
+mkdir -p /usr/share/texmf &&
tar zxvf tetex-src-&tex-version;.tar.gz &&
cd tetex-src-&tex-version; &&
gzip -dc ../tetex-texmf-&tex-version;.tar.gz \
- | (umask 0; cd /usr/share/texmf; tar xvf -)
+ | (umask 0; cd /usr/share/texmf; tar xvf -)
If the optional texmf source code tarball was downloaded, untar
it now:
-gzip -dc ../tetex-texmfsrc-&tex-version;.tar.gz \
- | (umask 0; cd /usr/share/texmf; tar xvf -)
+gzip -dc ../tetex-texmfsrc-&tex-version;.tar.gz \
+ | (umask 0; cd /usr/share/texmf; tar xvf -)
-./configure --with-x=no --prefix=/usr \
+./configure --with-x=no --prefix=/usr \
--without-texinfo --with-system-ncurses --with-system-zlib \
--exec-prefix=/usr --bindir=/usr/bin &&
make world &&
texconfig dvips paper letter &&
-texconfig font rw
+texconfig font rw
-
-LFS Systems prior to version 4.0 did not install zlib by default.
-Remove the --with-system-zlib option from the above commands if you
-do not have zlib installed.
diff --git a/pst/typesetting/tex/tex-intro.xml b/pst/typesetting/tex/tex-intro.xml
index 76370d5678..3ed5e83a1c 100644
--- a/pst/typesetting/tex/tex-intro.xml
+++ b/pst/typesetting/tex/tex-intro.xml
@@ -1,19 +1,25 @@
-Introduction to TeX
+Introduction to TeX
-
-Required:
-Download location (FTP):
-Download location (FTP):
-Optional:
-Download location (FTP):
-Version used: &tex-version;
-Package size: &tex-size;
-Estimated Disk space required: &tex-buildsize;
-
-TeX is a typesetting package, able to create documents in a
-variety of formats. The optional texmfsrc tarball contains source
-code for packages that are contained in the texmf tarball, including
+TeX is a typesetting package, able to create
+documents in a variety of formats. The optional texmfsrc tarball contains
+source code for packages that are contained in the texmf tarball, including
the docstrip sources.
+Package information
+
+Download (FTP):
+Download (FTP):
+Optional Download (FTP):
+Download size: &tex-size;
+Estimated Disk space required:
+&tex-buildsize;
+Estimated build time:
+&tex-time;
+
+
+
diff --git a/pst/typesetting/tex/tex.ent b/pst/typesetting/tex/tex.ent
index 444ddab600..7799c71ab7 100644
--- a/pst/typesetting/tex/tex.ent
+++ b/pst/typesetting/tex/tex.ent
@@ -10,4 +10,4 @@
-
+