From 6bf657b024251b2e64a1a9bafaf65045163ede24 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 26 Dec 2006 21:11:59 +0000 Subject: . git-svn-id: svn://tug.org/texlive/trunk@2935 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/kpathsea/ChangeLog | 4 ++++ Build/source/texk/tetex/ChangeLog | 4 ++++ Build/source/texk/web2c/doc/web2c.texi | 16 +++++++++++++--- 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 + + * mktexlsr: support --verbose. + 2006-12-14 Karl Berry * 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 + + * updmap: update version. + 2006-12-13 Karl Berry * 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 -- cgit v1.2.3