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

Conference vaxuum::online_bookbuilding

Title:Online Bookbuilding
Notice:This conference is write-locked: see note 1.3.
Moderator:VAXUUM::UTT
Created:Fri Aug 12 1988
Last Modified:Mon Jul 15 1991
Last Successful Update:Fri Jun 06 1997
Number of topics:440
Total number of notes:2134

233.0. "V2 build problems" by CASEE::THOMSON (Richard Thomson) Tue Dec 05 1989 04:26

    Hi Gurus

    I'm having a spot of bother with the V2 bookreader. Two spots in fact.
    The first is that my documents are being built without hotspots. All
    the not-invented-here documents we have seem ok.

    The second is that the books come up in the window pressed against the
    left-hand margin, so that for every new topic you have to click on the
    scroll bar to reveal the missing sections of titles and so on. Again,
    testing against outside documents reveals that it is only ours that
    have a problem.

    If it helps: I'm sure we are running Bookreader V2 (I can read Ross
    Warner's Creating Online Doc for V@ Bookreader), I know we are running
    VMS 5.3, and Document V1.2.
    
    Does this ring any bells for anyone?

    Regards

    Richard
T.RTitleUserPersonal
Name
DateLines
233.1CLOSET::FITZELLput nifty saying hereTue Dec 05 1989 08:469
    Richard
    	What baselevel of the online tools are you using? It'll be the 4th
    message down in a lis/log file and will look like this
    %TAG-I-LCL-MSG01,Using Online Bookbuilding Tools 4-December-1989 baselevel
    
    Also what kind of monitor are you displaying on 100/75 dpi?
    
    
    Mike
233.2System details...CASEE::THOMSONRichard ThomsonWed Dec 06 1989 02:5417
    Hi Mike,

    The 4th message down says:

    %TAG-I-LCL_MSG01, Using online bookbuilding tools, 27-October-1989 baselevel

    I am using a clustered MicroVAX II/RC, featuring 75dpi, 13MB of memory,
    SSB VMS V5.3 and SSB DECwindows V2.0.

    The only other thing I can think of to help is that I have what I think
    is called a 4-plane system, and I have to do my Online builds on
    somebody else's 1-plane system in order to get MOPS to swallow the
    pictures I am creating.

    Hope this helps

    Richard
233.3CLOSET::FITZELLput nifty saying hereWed Dec 06 1989 08:375
    Well you've got all the right software so I think we'll need a small
    section of your source code that exhibits this behaviour. The smaller
    the better. You can either mail it to me or post it here
    
    Mike 
233.4No hot spots or margin iconsBOOKIE::MURRAYChuck MurrayTue Dec 12 1989 18:3230
Perhaps this is the same problem...  I'm getting no hot spots and no 
margin icons. 

Some particulars:

   - I'm using DOCUMENT V1.2-A on BOOKIE, with the 27-October-1989 
     bookbuilding tools.

   - I am not including the VMS_BOOKNAMES file.

   - I invoked DOCUMENT once with and once without the following 
     qualifier:
         
         /SYMBOLS=DOC$LOCAL_FORMATS:CUP$ONLINE_DEFS.GDX

     The presence or absence of this qualifier appears to make no
     difference.

The log file is in BOOKIE::USER6:[MURRAY.PDD]PDDUG_PROFILE.LOG.

Finally, a question about margin icons: Are they or are they not supposed
to appear in online manuals? My reason for asking: There are three in a
particular chapter; and after several reviewers (using the hard copy version)
asked me to explain what those icons meant, I added material like "Each
logical design directory is indicated by the icon shown in the margin."
I can swear that the margin icons have always appeared in both the printed
and online versions of the book; however, if V2 of the Bookreader doesn't
show them, then I'll have to find places in my SDML files where I included
such explanations and delete or rewrite them. Or conditionalize the files
to omit the icon explanations in the online version (Yuccckkkk!).
233.5margin icons -- si!CLOSET::UTTWed Dec 13 1989 15:5316
    1. Make sure you are executing doc$local_formats:online_log_defs.com to
       make sure you are pointing to the correct version of the converter.
    
    2. Margin icons -- yes, they appear online BUT (because we have
       no margins to speak of) they appear *above* the text, rather
       than beside it. (So you may want to word things differently.)
    
       Some people elect not to use margin icons online because they
       can't be scaled. In many cases, the icon is  drawn very large
       and then scaled down for hardcopy. It can't be scaled down for
       online (this is a DECwindows restriction) and many of these
       'icons' are ridiculously large at full size.
    
       Mary
    

233.6BOOKIE::MURRAYChuck MurrayWed Dec 13 1989 16:539
Re .5:  Mary - Thanks for the info re margin icons. I'll see what they
look like once I'm able to build the book, and will try to make any
explanatory text work for both hard copy and online forms.

As for doc$local_formats:online_log_defs.com -- yes, that is getting
executed.  Mike Fitzell sent me mail earlier saying he thought the
problem related to BOOKIE's doc$destinations.dat and/or online_destinations.dat
files (in doc$local_formats).  I've asked the system manager to check
into this.
233.7Give that man a star.CASEE::THOMSONRichard ThomsonThu Dec 14 1989 11:1710
    Thanks to some brilliant real-time investigation, including telephone
    talk-through and simultaneous e-mails flying back and forth via the
    satellite, Mike Fitzell tracked my problem down to some file or other
    which was missing 15 lines or so of crucial information.

    Many thanks for a job well done. Could .5 have the same problem?

    Regards

    Richard
233.8The fix, but where is the problem rooted?CASEE::THOMSONRichard ThomsonFri Dec 15 1989 08:5528
    Just for the record, Chuck Murray asked me *exactly* how Mike Fitzell
    had fixed my problem, and so I tracked down the file:
    
    DOC$ROOT:[LOCAL.FORMATS]:DOC$DESTINATIONS.DAT

    and sent him the extra lines of code that Mike had had me add:

    destination BOOKREADER BOOKR -
     /dvi_filetype=.DVI_BOOKREADER -
     /exclude_action=(print) -
     /fonts_filetype=.VOILA_FONTS -
     /format_file=SDMLVOILA -
     /output_filetype=.DECW$BOOK -
     /special_characters=TEX$VOILACHARS
      parameter number HORIZONTAL_OFFSET
      parameter number VERTICAL_OFFSET
      parameter string STARTING_PAGE
      parameter string ENDING_PAGE
      parameter number NUMBER_OF_PAGES

    It fixed his problem. Now, since we are on different systems in
    different continents, it would seem unlikely that pilot error (or even
    system mangler error) was involved. Wouldn't it? Is anyone else
    suffering from this problem, and has anyone checked the kit?

    Regards

    Richard
233.9One problem fixed; two remain.BOOKIE::MURRAYChuck MurrayFri Dec 15 1989 10:4412
Re .8:  The BOOKIE system manager made the fix, and it did
indeed fix the missing hot spot problem.

Unfortunately, however, two other problems remain (or more
precisely, one remains the the other resurrected itself):

1. There are still no margin icons -- anywhere (in the margin,
   above, below, etc.).

2. The problem I reported in 231 -- and that was fixed for a while --
   is a problem again. (And we are using the 27-October-1989 baselevel
   of the online bookbuilding tools.)
233.10send fileVAXUUM::UTTFri Dec 15 1989 11:339
    Chunk-
    
    Would you send me a (short!) file that reproduces both these
    problems (missing margin icon and bad formatting when a
    <reference> tag is used in an interactive example)?
    
    Thanks,
    
    Mary
233.11BOOKIE::MURRAYChuck MurraySun Dec 17 1989 12:109
Re .9 (update):

1. The missing margin icons were the result of a user error on
my part. I've correctly coded the <margin_icon> tags, and the
"problem" has disappeared.

2. I still can't solve the problem in which <reference> within
an interactive example causes an improper line break. I've
sent mail to Mary with info on my latest experiments.
233.12It's in the instructionsCLOSET::FITZELLput nifty saying hereMon Dec 18 1989 09:1413
    .8
    
    I'll disagree with you on root of the problem. The installation
    instructions clearly states what has to be done to doc$destinations.dat
    file and the relevant file is included in the kit and was present on
    your system. The code fragment I sent you was the simplest means at the 
    time and under the circumstances of getting your online tools working
    correctly. Admittedly having to append a file or two for an installation
    may be a pain and error prone but as the online tools are not part of 
    Document yet it's the only way possible. If the installation
    instructions are not clear enough or are confusing please let us know.
    
    MIke     
233.13Will Instructions be Displayed by the Kit?DONVAN::ETZELMikeMon Dec 18 1989 10:358
    Numerous people have had trouble with appending files. The
    post-installation tasks are often overlooked by system managers.
    
    With ONLINE soon to be bundled into the local DIGITAL kit, could 
    the kit specify each post-installation action upon completion of
    installation or write what needs to be done to a file (I think 
    RAGS does this).
    
233.14Instructions will appear in several placesMARKUP::DEVRIESBy their notes ye shall know themMon Dec 18 1989 11:2417
    For the VAX DOCUMENT V1.2-B release with online bookbuilding bundled
    in, the design and destination stuff will be provided as part of the
    files in doc$standard_formats, so the user won't need to append them 
    to anything.
    
    This sets up the reverse situation, of course.  If you install the new
    kit over an existing version, the installation will not supersede the
    doc$designs.dat and doc$destinations.dat you've got in
    doc$local_formats.  Since they probably contain definitions for the
    online design family and destination, among other things, you'll have
    to remove the old references yourself.
    
    This will be spelled out clearly in the documentation (including kit
    announcements, etc.) for the benefit of those who read anything more
    than file pointers.  The others will find out by trial and error.
    
    Mark
233.15Problems now fixedBOOKIE::MURRAYChuck MurrayTue Dec 19 1989 17:237
Update to .11:  Thanks to Mary Utt, the problem with <reference>
causing an improper line break is fixed. She mailed me a new
version of CUP$ONLINE_DEFS.GDX, and the BOOKIE system manager placed 
it in CUP$LOCAL_FORMATS. I built the book with /SYMBOLS specifying
that file, and everything's fine. Moreover, Mary says that this fix
will be included in the next base level of the online bookbuilding
tools (so I won't need the /SYMBOLS qualifier then).
233.16But error prone kits are not goodness CASEE::THOMSONRichard ThomsonWed Dec 20 1989 11:2418
        Hi Mike,

.12> I'll disagree with you on root of the problem. The installation
.12> instructions clearly states what has to be done to
.12> doc$destinations.dat file and the relevant file is included in the
.12> kit and was present on your system.

    Aha! So the kit *was* the problem 8^) But seriously, this would explain
    why some, but not all, installations suffer from the problem. I would
    argue that an installation procedure which is "a pain and error prone"
    is not a very friendly beast to unleash on the world, but given that
    "it's the only way possible" and that V1.2B is just around the corner, I
    guess we should just drop the issue. And concentrate on the problems
    pointed out by Mark Devries in .14?

    Regards

    Richard