[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

385.0. "EXTENSION tag within the NOTE tag" by DECWET::GETSINGER (Eric Getsinger) Fri Nov 16 1990 23:02

    I'm editing a book that makes use of the <EXTENSION> tag.  I came
    across a note coded like this:
    
    <EXTENSION>
    <NOTE>
    Blah, Boris
    <ENDNOTE>
    <ENDEXTENSION>
    
    The *lovely* (unreadable) gray background is not uniform, so I changed
    the code to:
    
    <NOTE>
    <EXTENSION>
    Blah, Boris
    <ENDEXTENSION>
    <ENDNOTE>
    
    Not a major problem, but something to fix sometime.
    
    Eric
T.RTitleUserPersonal
Name
DateLines
385.1looks ok to me...OLD::UTTMary UttTue Nov 20 1990 18:1616
    Eric,
    
    I'm not sure what you mean by "gray background is not uniform." 
    When I try your example, the first form of coding results
    in the entire note, including the word "Note," being shaded.
    The second form of coding results in only the text inside the
    note being shaded. This is exactly what I would expect from
    the two ways of coding the extension and the note. And the
    gray dots are certainly uniform (whether or not they're
    lovely) in both notes -- that is, the same pattern of dots
    is displayed in both cases, just over different areas of text.
    Maybe I don't understand the problem?
    
    Thanks,
    
    Mary 
385.2DECWET::TARDIFFIt's all rock-and-roll to him.Wed Nov 28 1990 06:379
    I was the one who coerced Eric into posting the note.  
    
    The word "Note" was shaded, and the shading extended from the "e"
    all the way to the end of the line.  It looked like shading got turned
    on at the "N" and didn't turn off until the end of the text of the
    note.
    
    + Michael
    
385.3A picture is worth a few words, at leastDECWET::GETSINGEREric GetsingerWed Nov 28 1990 15:5011
    Here is a graphic example of the problem:
    
    
    		********************
    ********************************
    ********************************
    ********************************
    ********************************
    
    
    
385.4Much betterDECWET::TARDIFFIt's all rock-and-roll to him.Wed Nov 28 1990 23:196
    Gee, I never was very visual...
    
    Thanks, Eric.
    
    + Michael
    
385.5OLD::UTTMary UttThu Nov 29 1990 09:2551
    With the <extension> tags surrounding the note:
    
      <extension>
      <note>
      note text
      <endnote>
      <endextension>
    
    I get:
    
      XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX   <- this line starts with "Note:"
      XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
      XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
      XXXXXXXXXXXXXX
    
    The word "Note:" is shaded, as well as all the text.
    (The shading runs only to the end of the note text on the last line.)
    
    With the <extension> tags within the note:
    
     <note>
     <extension>
     note text
     <endextension>
     <endnote>
    
    I get:
    
      Note: XXXXXXXXXXXXXXXXXXXXXX  <- the shading starts at the first word
            XXXXXXXXXXXXXXXXXXXXXX     of the note text.
            XXXXXXXXXXXXXXX
    
    Given the coding, this is exactly what I would expect.
    
    Note (heh heh) that for DOCUMENT V2.0 the note format is different: we
    'borrowed' the CUP.ONLINE doctype's formatting. The word "Note" is
    centered on a separate line with horizontal rules on each side:
    
     -------------- Note -------------
     note text........................
     .................................
    
     --------------------------------- 
    
    (I think it looks *lots* better.)      
    
    Again, if the extension tags surround the note tags, the word "Note"
    and the rules are shaded. If the extension tags are within the note
    tags, only the note text is shaded.
    
    Mary
385.6DECWET::GETSINGEREric GetsingerThu Nov 29 1990 17:5821
    >>Note (heh heh) that for DOCUMENT V2.0 the note format is different: we
    >>'borrowed' the CUP.ONLINE doctype's formatting. The word "Note" is
    >>centered on a separate line with horizontal rules on each side:
    
    >> -------------- Note -------------
    >> note text........................
    >> .................................
    >>
    >> --------------------------------- 
    
    >>(I think it looks *lots* better.)      
    
    >>Again, if the extension tags surround the note tags, the word "Note"
    >>and the rules are shaded. If the extension tags are within the note
    >>tags, only the note text is shaded.
    
    Perhaps CUP.ONLINE is the problem.  In our version, the rules
    surround the note, and shading starts with the 'n' in 'note.'  Shading
    should start at the beginning of the line.
    
    Eric
385.7DECWET::GETSINGEREric GetsingerThu Nov 29 1990 22:021
    Say, what doctype are you using?
385.8apples and oranges ?OLD::UTTMary UttFri Nov 30 1990 11:521
    I was using online.reference on V1.2B and software.online on T2.0.
385.9DECWET::GETSINGEREric GetsingerFri Nov 30 1990 15:594
    >>                       -< apples and oranges ? >-
    
    and bananas.  :?)
    
385.10Extension and notesGREENY::GREENLEAFFri Dec 07 1990 12:282
The <extension> and <note> problem in the CUP.ONLINE doctype is fixed for
V2.0 of VAX DOCUMENT.