[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Important note for maintainers of packages depending on tetex-bin



"Steve M. Robbins" <steven.robbins@videotron.ca> schrieb:

> On Thu, Sep 09, 2004 at 12:51:09PM +0200, Frank Küster wrote:
>
>> Possible causes of failure are:
>> 
>> - Some packages create formats during building or installation, and have
>>   format names hardcoded in them. Because of a switch from TeX to e-TeX,
>>   the format names have changed from *.fmt to *.efmt in many cases
>> 
>> - There might be (font) packages that call /usr/bin/updmap with the
>>   option "--outputdir". Since the location of the generated map files
>>   has been changed, this will fail to change the actual configuration.
>> 
>> There might be other changes, but those are the ones we have encountered
>> so far.
>
> Another for your list: psfig.sty has been removed.  I didn't find a 
> workaround, so geomview no longer ships a manual in PS format ;-(

Now that's an easy one.

--- geomview-1.8.1/doc/geomview.texi.orig	Mon Nov 20 17:57:36 2000
+++ geomview-1.8.1/doc/geomview.texi	Thu Sep  9 17:43:13 2004
@@ -4,7 +4,7 @@
 	      voffset=-50 hoffset=90}}
 \tolerance=2000
 \def\caption#1{\centerline{{\bf{#1}}}}
-\input psfig.sty
+\input epsf
 \input texinfo
 @setfilename geomview
 @settitle Geomview Manual
@@ -948,7 +948,7 @@
 @end ifhtml
 @tex
 \midinsert\vbox{
-\centerline{\psfig{file=figs/initial.ps}}
+\centerline{\epsfbox{figs/initial.ps}}
 \caption{Figure 1: Initial Geomview display}
 }\endinsert
 @end tex
@@ -1028,7 +1028,7 @@
 @end ifhtml
 @tex
 \midinsert\vbox{
-\centerline{\psfig{file=figs/fig2.ps}}
+\centerline{\epsfbox{figs/fig2.ps}}
 \caption{Figure 2: Looking at the world}
 }\endinsert
 @end tex
@@ -1050,7 +1050,7 @@
 @end ifhtml
 @tex
 \midinsert\vbox{
-\centerline{\psfig{file=figs/ap.ps}}
+\centerline{\epsfbox{figs/ap.ps}}
 \caption{Figure 3: The Appearance Panel}
 }\endinsert
 @end tex
@@ -1072,7 +1072,7 @@
 @end ifhtml
 @tex
 \midinsert\vbox{
-\centerline{\psfig{file=figs/color.ps}}
+\centerline{\epsfbox{figs/color.ps}}
 \caption{Figure 4: Color Chooser Panel}
 }\endinsert
 @end tex
@@ -1131,7 +1131,7 @@
 @end ifhtml
 @tex
 \midinsert\vbox{
-\centerline{\psfig{file=figs/secondlinelist.ps}}
+\centerline{\epsfbox{figs/secondlinelist.ps}}
 \caption{Figure 5: The Files Panel}
 }\endinsert
 @end tex
@@ -1149,7 +1149,7 @@
 @end ifhtml
 @tex
 \midinsert\vbox{
-\centerline{\psfig{file=figs/trefdodecinter.ps}}
+\centerline{\epsfbox{figs/trefdodecinter.ps}}
 \caption{Figure 6: Trefoil and Dodecahedron}
 }\endinsert
 @end tex
@@ -1289,7 +1289,7 @@
 @end ifhtml
 @tex
 \midinsert\vbox{
-\centerline{\psfig{file=figs/main.ps}}
+\centerline{\epsfbox{figs/main.ps}}
 \caption{The Main Panel}
 }\endinsert
 @end tex
@@ -1443,7 +1443,7 @@
 @end ifhtml
 @tex
 \midinsert\vbox{
-\centerline{\psfig{file=figs/myfilelist.ps}}
+\centerline{\epsfbox{figs/myfilelist.ps}}
 \caption{The Files Panel}
 }\endinsert
 @end tex
@@ -1501,7 +1501,7 @@
 @end ifhtml
 @tex
 \midinsert\vbox{
-\centerline{\psfig{file=figs/load.ps}}
+\centerline{\epsfbox{figs/load.ps}}
 \caption{The Load Panel}
 }\endinsert
 @end tex
@@ -1534,7 +1534,7 @@
 @tex
 \midinsert
 \vbox{
-\centerline{\psfig{file=figs/tools.ps}}
+\centerline{\epsfbox{figs/tools.ps}}
 \caption{The Tools Panel}
 }
 \endinsert
@@ -1833,7 +1833,7 @@
 @end ifhtml
 @tex
 \midinsert\vbox{
-\centerline{\psfig{file=figs/ap.ps}}
+\centerline{\epsfbox{figs/ap.ps}}
 \caption{The Appearance Panel}
 }\endinsert
 @end tex
@@ -1879,7 +1879,7 @@
 @end ifhtml
 @tex
 \midinsert\vbox{
-\centerline{\psfig{file=figs/color.ps}}
+\centerline{\epsfbox{figs/color.ps}}
 \caption{Color Chooser Panel}
 }\endinsert
 @end tex
@@ -1994,7 +1994,7 @@
 @end ifhtml
 @tex
 \midinsert\vbox{
-\centerline{\psfig{file=figs/mat.ps}}
+\centerline{\epsfbox{figs/mat.ps}}
 \caption{The Materials Panel}
 }\endinsert
 @end tex
@@ -2047,7 +2047,7 @@
 @end ifhtml
 @tex
 \midinsert\vbox{
-\centerline{\psfig{file=figs/light.ps}}
+\centerline{\epsfbox{figs/light.ps}}
 \caption{The Lighting Panel}
 }\endinsert
 @end tex
@@ -2119,7 +2119,7 @@
 @end ifhtml
 @tex
 \midinsert\vbox{
-\centerline{\psfig{file=figs/cam.ps}}
+\centerline{\epsfbox{figs/cam.ps}}
 \caption{The Cameras Panel}
 }\endinsert
 @end tex
@@ -2261,7 +2261,7 @@
 @end ifhtml
 @tex
 \midinsert\vbox{
-\centerline{\psfig{file=figs/save.ps}}
+\centerline{\epsfbox{figs/save.ps}}
 \caption{The Save Panel}
 }\endinsert
 @end tex
@@ -2383,7 +2383,7 @@
 @end ifhtml
 @tex
 \midinsert\vbox{
-\centerline{\psfig{file=figs/command.ps}}
+\centerline{\epsfbox{figs/command.ps}}
 \caption{The Commands Panel}
 }\endinsert
 @end tex
@@ -2396,7 +2396,7 @@
 and several buttons affecting motion style.
 @tex
 \midinsert\vbox{
-\centerline{\psfig{file=figs/obscure.ps}}
+\centerline{\epsfbox{figs/obscure.ps}}
 \caption{The Obscure Panel}
 }\endinsert
 @end tex


-- 
Frank Küster, Biozentrum der Univ. Basel
Abt. Biophysikalische Chemie



Reply to: