summaryrefslogtreecommitdiff
path: root/Build/source/texk
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-12-26 21:11:59 +0000
committerKarl Berry <karl@freefriends.org>2006-12-26 21:11:59 +0000
commit6bf657b024251b2e64a1a9bafaf65045163ede24 (patch)
tree14bf047f70c61ab77f8a21fbd54fe3d793e0ece5 /Build/source/texk
parent4ac73eae34657de2c867613d97ba5e5b69c8fbe7 (diff)
.
git-svn-id: svn://tug.org/texlive/trunk@2935 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk')
-rw-r--r--Build/source/texk/kpathsea/ChangeLog4
-rw-r--r--Build/source/texk/tetex/ChangeLog4
-rw-r--r--Build/source/texk/web2c/doc/web2c.texi16
3 files changed, 21 insertions, 3 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog
index f856a6afe9b..8a66b069c2d 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -1,3 +1,7 @@
+2006-12-25 Karl Berry <karl@tug.org>
+
+ * mktexlsr: support --verbose.
+
2006-12-14 Karl Berry <karl@tug.org>
* texmf.in: unify with TL texmf.cnf to make only real differences
diff --git a/Build/source/texk/tetex/ChangeLog b/Build/source/texk/tetex/ChangeLog
index a8a939d5f01..95b069d1104 100644
--- a/Build/source/texk/tetex/ChangeLog
+++ b/Build/source/texk/tetex/ChangeLog
@@ -1,3 +1,7 @@
+2006-12-25 Karl Berry <karl@tug.org>
+
+ * updmap: update version.
+
2006-12-13 Karl Berry <karl@tug.org>
* latex2e.texi: FSF never held copyright (checked with authors).
diff --git a/Build/source/texk/web2c/doc/web2c.texi b/Build/source/texk/web2c/doc/web2c.texi
index 55b33d929c0..ebdf331e223 100644
--- a/Build/source/texk/web2c/doc/web2c.texi
+++ b/Build/source/texk/web2c/doc/web2c.texi
@@ -2627,9 +2627,11 @@ The command run to convert @TeX{} output back to MetaPost; default is
Likewise, for Troff; default is @samp{dmp}.
@item TEX
-The command run to typeset the labels in @TeX{}; default is @samp{tex}.
-If you use @LaTeX{}, set this to @code{latex}, and supply an appropriate
-@code{verbatimtex} header in the MP source (@pxref{mpost invocation}).
+The command run to typeset the labels in @TeX{}; the default is
+@samp{etex}, set in file{texmf.cnf}. If you use @LaTeX{}, set this to
+@code{latex}, and supply an appropriate @code{verbatimtex} header in
+the MP source (@pxref{mpost invocation}). Or put @samp{%&latex} as
+the first line of your @LaTeX{} source.
@item TROFF
Likewise, for Troff; default is @samp{'eqn -d\$\$ | troff -Tpost'}. You
@@ -2641,6 +2643,14 @@ If you change this, you will also need to set the @code{TRFONTS}
environment variable or configuration value to point to the appropriate
font directory, traditionally @file{/usr/lib/font/dev@var{term}}.
+One more complication is whether the troff programs have a @samp{g}
+prefix. On Windows, @TeX{} Live supports both ways:
+@file{makempx.exe} is built to use @file{gsoelim.exe},
+@file{geqn.exe}, and @file{gtroff.exe}, while
+@file{makempx-without-g-prefix.exe} is built to use @file{soelim.exe},
+@file{eqn.exe}, and @file{troff.exe}. MetaPost users on Windows using
+troff for their labels should arrange to run the proper binary.
+
@end vtable