[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference vaxuum::document_ft

Title:DOCUMENT T1.0
Notice:**New notesfile (DOCUMENT.NOTE) now available (see note 897)**
Moderator:CLOSET::ADLER
Created:Mon Feb 09 1987
Last Modified:Thu Oct 31 1991
Last Successful Update:Fri Jun 06 1997
Number of topics:897
Total number of notes:4397

395.0. "Problems with POSTSCRIPT output, BL08" by PDVAX::P_DAVIS (Peter Davis (aka SARAH::P_DAVIS)) Tue May 19 1987 17:56

    
    Well, I just tried running a short GNC file (renamed to .SDML) under
    BL08, with a POSTSCRIPT destination, and got the following error:
    
%DOC-I-IDENT, VAX DOCUMENT T1.0-008
%DOC-W-OPEN_DESIGN, Error opening DOC$LOCAL_FORMATS:DOC$DESIGNS.DAT data file.
-RMS-E-DNF, directory not found
[ T a g   T r a n s l a t i o n ]...
%TAG-I-TAG_IDENT, T1.0-002
%TAG-I-DEFSLOADD, End of Loading of Tag Definitions
%TAG-I-ENDPASS_1, End of first pass over the input
%TAG-I-CPU_USAGE, Pass 1: 12.5  Pass 2: 2.8  Total: 15.4 seconds
[ T e x t   F o r m a t t i n g ]...
%TEX-I-IDENT, T1.0-005
%TEX-I-PAGESOUT, 1 page written.
-TEX-I-OUTFILENAME, 'd0:[pdavis.sdml]CAR_NEEDS.DVI_POST'
[ D e v i c e   C o n v e r s i o n ]...
%LIB-E-ACTIMAGE, error activating image DUA1:[DOC$TOOLS.][TEX.POSTSCRIPT.TOOLS]DVC$PSSHR.EXE;3
-SYSTEM-F-EXQUOTA, exceeded quota
%DOC-F-CANT_USE_SHR, Can't use DVC$PSSHR.
    
    What quota?  What do I have to do?
    
    Thanks.
    -pd
T.RTitleUserPersonal
Name
DateLines
395.1Can't get out through POSTSCRIPT queuePDVAX::P_DAVISPeter Davis (aka SARAH::P_DAVIS)Tue May 19 1987 18:3817
    At Patti's suggestion, I tried raising my page file quota.
    Specifically, I raised it to 2000 (from 8124).  That did solve the
    problem in .0.
    
    However, I'm having a problem with the POSTSCRIPT queue.  Neither
    the IVP nor this latest job have appeared, although both were
    supposedly queued.  They're not stuck in the queue anywhere.  They're
    simply gone.
    
    The default qualifier of /PARAMETER:DATA_TYPE:POSTSCRIPT conflicts 
    with the syntax I had been using (/PARAMETER=(DATA_TYPE=POSTSCRIPT),
    but there's no error on the queuing.  It's just that the job
    disappears.  I'm trying to queue these to an LPS40, and I did not
    specify any additional qualifiers during the installation.
    
    Thanks.
    -pd
395.2DECWET::KOSAKWed May 20 1987 12:345
    Just to let you know you're not alone Peter, we're having exactly
    the same problem.  We were thinking it might have something to do
    with the LPS40s, but perhaps not.
    
    --Craig
395.3maybe change /PARAM syntax?REGENT::MURPHYWed May 20 1987 17:1213
    I am not using baselevel 8 and don't know about the default queues
    it establishes during installation.
    
    If an LPS40 queue is established using /PARAMETER:DATA_TYPE:POSTSCRIPT,
    you may want to change it to the standard LPS40 syntax, which is
    /PARAMETER=(DATA_TYPE=POSTSCRIPT).
    
    I suggest this because using the syntax with colons 
    (/PARAMETER:DATA_TYPE:POSTSCRIPT) from the command line gives you a 
    syntax error and aborts the job.  However, you are not notified of the 
    abort unless you have included /NOTIFY or /PARAM=MESSAGES in the command.

    Kathy Murphy    
395.4PDVAX::P_DAVISPeter Davis (aka SARAH::P_DAVIS)Wed May 20 1987 17:237
    The /PARAMETER qualifier seems to be going on the PRINT/QUEUE command,
    not on the actual queue startup.  Is there a way to change the
    qualifier that document uses?  It doesn't seem to be in DOC$STARTUP.COM
    anywhere.
    
    Thanks.
    -pd
395.5doc$destinations.datCLOSET::ANKLAMWed May 20 1987 17:3210
    
    it's in DOC$DESTINATIONS.DAT, which should be in 
    DOC$LOCAL_FORMATS. The program AUTODEST, described in the release
    notes, should be used to update it. However, the version of
    AUTODEST in the kit is broken; we are working at fixing it.
    Meanwhile, you can (very carefully) edit that file. I say
    carefully because the syntax in the file is strict and there's no
    error handling.
    
    
395.6fixed for final kitVAXUUM::KOHLBRENNERWed May 20 1987 18:332
    I've fixed the KITINSTAL.COM for the upcoming SDC kit to 
    create the right qualifier in DOC$DESTINATIONS.DAT.
395.7Changing DOC$DESTINATIONS.DAT worksPDVAX::P_DAVISPeter Davis (aka SARAH::P_DAVIS)Wed May 20 1987 19:0314
    I just tried <EMPHASIS>(carefully) editing DOC$DESTINATIONS.DAT (which
    is in DOC$ROOT:[TEX.FORMATS], by the way) and changed the PostScript
    print qualifier.  Specifically, I changed 
    
    	/parameter:data_type:postscript
    
    to
    
    	/parameter=data_type=postscript
    
    That seems to have solved the problem.
    
    Thanks.
    -pd
395.8packaged QARVAXUUM::KOHLBRENNERThu May 21 1987 10:122
    thanks for the bug report, the fix, the test, and the result.
    
395.9PDVAX::P_DAVISPeter Davis (aka SARAH::P_DAVIS)Thu May 21 1987 10:5217
    Actually, it's somewhat more complicated than that, if you really
    want to give the user complete control of the PostScript.  The current
    LPS40 symbiont (at least, I think it's in the symbiont) allows several
    parameters to be specified.  If there's just one, you can get away
    with
    
    	/PARAMETER=DATA_TYPE=POST
    
    but if there are more than one, you need a construct like
    
    	/PARAMETER=(DATA_TYPE=POST,PAGE_ORIENTATION=LANDSCAPE, ... )
    
    In other words, you can have several parameter settings, enclosed
    in parentheses, as an argument to the /PARAMETER qualifier.  Check
    the LPS40 client software manual for more info.
    
    -pd
395.10you *can* get at those features, if you need themVAXUUM::DEVRIESThose are features, not bugsThu May 21 1987 17:1611
    You can always provide the parameters you want on the DOCUMENT command,
    such as
    
    	$ DOCUMENT file doctype dest /PRINT=(COPIES=3,NOTIFY)
    
    and the design of the destinations file would allow you to put those
    additional parameters there, if you want it to be the DOCUMENT default.
    (Of course, the AUTODEST program we recommend you use to do that
    is not all there yet.)
    
    Mark
395.11PDVAX::P_DAVISPeter Davis (aka SARAH::P_DAVIS)Fri May 22 1987 17:2315
    Well, just for grins, I tried putting my thesis through BL08, with
    REPORT as the doctype and POSTSCRIPT the destination.  I was
    disappointed to see that some of the problems I reported for BL07
    (probably in the DOCUMENT notes file) are still there.
    
    In particular:
    
     -	the type for body text is too small, making the pages harder
    	to read than LN03 output.  This also makes text done with the
    	<EMPHASIS>( \SMALL_CAPS) too cluttered.
    
     -	in <MATH> and <MATH>(DISPLAY), certain characters are printing
    	as blobs of ink instead of readable characters.  Specifically,
    	"Y" (but not "X"!), <MATH_CHAR>(DELTA), and "p".  Other characters
    	seem to work ok.
395.12CLOSET::ANKLAMTue May 26 1987 09:115
    
    I'm not sure there's much we can do about the font. The
    problem with the blobs was listed in the Release Notes; we will
    fix this.
    
395.13How about Century Schoolbook?DECWET::KOSAKTue May 26 1987 11:3320
    I really don't think the font is smaller (that is, a smaller point
    size).  What I think has happened is that the PostScript fonts are
    just "different".  The white space around characters is a bit less
    in, and it seems that the characters are a bit more condensed.
    
    One thing I'd like to try would be switching to Century Schoolbook
    for the PostScript text font.  The readability of this font is much
    better than Times at the same point size.
    
    Is it possible to have DOCUMENT use Century by just slightly twidling
    with the doctype, or is it much more complex than that?  We would
    like to run some tests on this and see what it does for our
    readability.  I realize that if we went for this option we might
    loose "device independence", but we plan on using PostScript
    exclusively so this would not be an issue.  Would going to Century
    create major doctype maintenance problems?
    
    Of course, if DOCUMENT offered kerning....
    
    -- Craig
395.14PostScript users: Try Century SchoolbookDECWET::KOSAKWed May 27 1987 19:0013
    Well, we ran some tests using New Century Schoolbook and compared
    it to the same file run out using Times.  Everyone who's seen it
    so far has selected Century as the hands down winner for readability.
    As an aside, not long ago I worked in a design firm and created
    *many* format designs for our documentation clients.  I usually offered
    them a choice of three fonts for their text face, Times, Century,
    and something else.  Without fail, every client chose Century.  
    
    I'd recommend giving it a try.  Unless it looks like we'll run into
    maintenance probelms, we're going to have all our doctypes use Century
    for the text face. 
    
    -- Craig
395.15Is it available in non-postscript?COOKIE::JOHNSTONThu May 28 1987 13:015
Is CENTURY available in the LN01 and/or LN03 fonts?

Thanx

Rose
395.16noCLOSET::ANKLAMThu May 28 1987 13:583
    
    no. they are not.
    
395.17"available" ? Yes.REGENT::MERRILLGlyph, and the world glyphs with you.Thu May 28 1987 16:565
    CENTURY is available in DECpage font kit or separately from
    CompuGraphic.
    
    	rmm
    
395.18"available" ? Partially.VAXUUM::DEVRIESThose are features, not bugsFri May 29 1987 13:5816
    RE: Note 395.17 
    
    >                        -< "available" ?  Yes. >-
    >
    >CENTURY is available in DECpage font kit or separately from
    >CompuGraphic.
    
    What you get that way is 1/2 the solution.  (Okay, maybe 3/4. :-)
    
    VAX DOCUMENT also needs a TeX font metric (TFM) file (which we generate
    from the CFFF-format font file); and the DOCUMENT character set is a 
    superset of the DEC MCS that you might find in these external files.  
    That is, we use all of MCS plus a handful of publishing marks 
    (bullet, daggers, etc.).
    
    Mark
395.19MostlyREGENT::BROOMHEADDon&#039;t panic -- yet.Fri May 29 1987 15:224
    The DECpage fonts (also available via CG) also have many publishing
    characters.  There are enough, in fact, to make up a 94-character file.

    							Ann B.
395.20"Mostly" may not be good enoughVAXUUM::DEVRIESThose are features, not bugsMon Jun 01 1987 10:2820
    > Mostly 
    
    I don't doubt that the DECpage fonts are good and rich fonts.  But
    the VAX DOCUMENT macros expect to find a bullet at #129, and a
    registered mark at #134, and the 'fi' ligature at #137, etc.
    
    If you use a font from some other source that does not provide these
    characters at the positions required, you may not like the results.
    VAX DOCUMENT fonts *do* correspond to the DEC Multinational Character
    Set *plus* 10 characters in the 129-138 range, so documents that
    use only the MCS would still work.  But you still need a TeX font 
    metric file.
    
    I don't mean to imply that these problems are insurmountable --
    just that the solution may be more involved than you would guess
    at first glance.  And "mostly" is not usually good enough.
    
    Mark