[4028] in testers
8.3 latex packages, dvips, metafonts
daemon@ATHENA.MIT.EDU (Jamie Morris)
Wed May 19 02:24:16 1999
Message-Id: <199905190624.CAA10592@bobbi-harlow.mit.edu>
To: testers@MIT.EDU
Cc: bug-template@MIT.EDU
Date: Wed, 19 May 1999 02:24:03 -0400
From: Jamie Morris <jemorris@MIT.EDU>
The 8.3 latex packs don't include fancyheadings.sty nor simplemargins.sty;
while these are not standard packages, I'm pretty sure lots of Athena users
have gotten used to having them in 8.2 & in the newtex locker.
The tools and graphics packages, about which the latex2e user's guide
(/usr/athena/lib/tex/macros/latex/usrguide.tex) says
The following software should be available from the same distributor
as your copy of \LaTeXe. You should obtain at least the
\textsf{graphics} and \textsf{tools} collections in order to have all
the files described in \emph{\LaTeXbook}.
are also absent. Given that recommendation and its basis I'd say
we should have them. (I think newtex has all of them, so Athena 2e users
are used to having them, also.)
The metafont stuff appears to be somewhat bogusly set up; with
\documentclass{article}
\begin{document}
\small\sc Hi!
\end{document}
after latex'ing, dvips produces
This is dvips 5.76 Copyright 1997 Radical Eye Software (www.radicaleye.com)
' TeX output 1999.05.19:0212' -> zzz.ps
- MakeTeXPK cmcsc10 540 600 0+540/600
mkdir: Failed to make directory "/common/rokicki/cmps/dvips/pk"; No such file or directory
chmod: WARNING: can't access /common/rokicki/cmps/dvips/pk
mf "\mode:=imagen; mag:=2*(0+540/600); scrollmode; input cmcsc10" </dev/null
This is METAFONT, Version 2.718 (Web2C 7.2)
(/usr/athena/lib/mf/typefaces/cm/cmcsc10.mf
(/usr/athena/lib/mf/typefaces/cm/cmbase.mf)
(/usr/athena/lib/mf/typefaces/cm/csc.mf
(/usr/athena/lib/mf/typefaces/cm/romanu.mf [65] [66] [67] [68] [69] [70]
[71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85]
[86] [87] [88] [89] [90]) (/usr/athena/lib/mf/typefaces/cm/greeku.mf [0]
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10])
(/usr/athena/lib/mf/typefaces/cm/romand.mf [48] [49] [50] [51] [52] [53]
[54] [55] [56] [57]) (/usr/athena/lib/mf/typefaces/cm/romanp.mf [36] [38]
[63] [15]) (/usr/athena/lib/mf/typefaces/cm/romspu.mf [29] [30] [31])
(/usr/athena/lib/mf/typefaces/cm/punct.mf [33] [14] [35] [37] [39] [40]
[41] [42] [43] [44] [46] [47] [58] [59] [61] [64] [91] [93] [96])
(/usr/athena/lib/mf/typefaces/cm/accent.mf [18] [19] [20] [21] [22] [23]
[24] [32] [94] [95] [125] [126] [127])
(/usr/athena/lib/mf/typefaces/cm/romsub.mf
(/usr/athena/lib/mf/typefaces/cm/sym.mf [12] [11] [60] [62]) [13])
(/usr/athena/lib/mf/typefaces/cm/comlig.mf [34] [45] [92] [123] [124])
(/usr/athena/lib/mf/typefaces/cm/romanu.mf [97] [98] [99] [100] [101] [102]
[103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114]
[115] [116] [117] [118] [119] [120] [121] [122])
(/usr/athena/lib/mf/typefaces/cm/romspu.mf [26] [27] [28])
(/usr/athena/lib/mf/typefaces/cm/cscspu.mf [16] [17] [25]) ) )
Font metrics written on cmcsc10.tfm.
Output written on cmcsc10.540gf (128 characters, 21584 bytes).
Transcript written on cmcsc10.log.
gftopk: option `-v' is ambiguous
Try `gftopk --help' for more information.
mv: cannot access cmcsc10.540pk
/usr/athena/bin/MakeTeXPK: /common/rokicki/cmps/dvips/pk: does not exist
dvips: Font cmcsc10.600pk at 540 dpi not found; scaling 600 instead.
dvips: Such scaling will generate extremely poor output.
<tex.pro>. [1]
This is a lot of time and effort and feedback and warnings for it to be doing
every single time for a three-character document :-) I'm not at all convinced
it's actually using the fonts it's trying to generate there, either.
Jamie