[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

278.0. "Hebrewizing the book-reader" by TAVENG::PARMENTER () Tue Feb 13 1990 08:22

    This note describes problems encountered while creating a Hebrew
    version of the book-reader.  After discussions with the CUP
    book-reader development team, we decided to open up this note
    as the best way to prevent things from falling through the cracks.
    If anyone else is working on local-language book-reader support,
    they should feel free to use this note.

    Background for non-insiders:

    We've got a 99% functional Hebrew version of VAX Document.  It
    creates PS, LN03, and mono-spaced output, using Hebrew fonts
    designed locally.

    We're now adding Hebrew capability to Document so that we can use the
    standard VMS book-reader with our Hebrew output.  This will use 
    Hebrew DecWindows fonts, a translated UIL, running on Hebrew
    DECWindows.

    Now on to the bugs.  I am sure you are familiar with some of
    these.

    -------------------------------------------------------
    in TEX$O_COMMON.TEX, 

    	\onlinepopuptext, 
    	\copychunk
    	\Controlledcopyrightline
    	\copyrightline
     	\DOCUMENTacknowledgment
     	\briefDOCUMENTacknowledgment
	\Indexto 	( this never get used does it?)
     
    in MASTER_INDEX.DESIGN,
	\Indexto 	( this never get used does it?)
	
    in TEX$V2HANDBOOK.DESIGN,
	\Prefacename

    are all hard-coded to use English text.  All language strings
    should be added to TEX$LANGUAGE_STRINGS.TEX with suitable
    translations gotten from the various LEGs.
    
    
    
    --------------------------------------------------------
    also in TEX$O_COMMON.TEX,

    	\guideheading fails to put out guideheadings when #1 is
    outside A to Z.  I would assume this would mess up Europeans also.

    I was able to fix this as follows:

    old definition:

    \def\guideheading#1{\squashprevdepth%
      \if #1\ \else     
    	.
    	.
    	.

    new definition:

    \def\guideheading#1{\squashprevdepth%
      \ifx #1\empty \else     
    	.
    	.
    	.

    The new definition matches what is used in all of the different
    definitions in the document hard-copy design files.  Also,
    shouldn't this macro be defined in YOUR design files, just as it
    is for the hard-copy ones?

    -----------------------------------------------

    Not a bug, but why does TAG$ONLINE_DESTINATION_STRINGS.GDX
    laboriously redefine <figure_file> and <icon_file> and then hide
    the tags?

    -----------------------------------------------

    The book-reader destination *must* be called BOOKREADER.  I tried
    to make a parallel entry called H_BOOKREADER, which craps out.

    All other Document destinations let you do this.  I think the
    problem lies in TAG$ONLINE_DESTINATION_STRINGS.GDX which seems
    to check the destination value for some reason.

    ------------------------------------------------

    That's all for now.

    David

T.RTitleUserPersonal
Name
DateLines
278.1must fonts start with 'd'?TAVENG::PARMENTERTue Feb 13 1990 08:5418
    
    I can't use any TFMs that don't start with the letter 'd'.  I get
    a DVC-E-FONTCONFIGERROR when the font is to be loaded by
    DVC$BOOKRSHR.EXE .   
    
    If I change the font names to decw* then all is fine.  I deliberately 
    didn't call them decw* because they are local fonts that don't ship
    with the standard kit.  Is there a standard about this?
    
    I can't prove it, but this ought to screw up the symbol font.  Is it ever
    referenced?
    
    I checked the source code, and there is a test for the letter 'd' in
    the routine that issues the error.  But I couldn't figure out what the
    code was really doing.
    
    David
    
278.2thanksRAGMOP::UTTTue Feb 13 1990 09:0511
    Thanks, David. We'll take a look at that list and see what we can do
    for the next release. (The local language string stuff we already
    know about...)
    
    I would suggest that anyone else who is working on local-language
    Bookreader support open a *separate* note for that language, so that
    this note and replies deal with Hebrew only, with another one to
    deal with, say, French only. This is not segregation, it's just easier
    to keep track of things that way...
    
    Mary
278.3works for meMARKUP::DEVRIESBy their notes ye shall know themTue Feb 13 1990 10:4716
>    The book-reader destination *must* be called BOOKREADER.  I tried
>    to make a parallel entry called H_BOOKREADER, which craps out.
    
    I created an H_BOOKREADER on V1.2-B in my DOC$PERSONAL_FORMATS, and it
    worked just fine.  Did you perhaps make a mistake in your destination
    entry?  
    
    Or have you been trying to put your destination *name* in the
    <figure_file> tags?  (Your reference to
    TAG$ONLINE_DESTINATION_STRINGS.GDX suggests that.)
    
    You don't put the destination *name* in those tags, you put the device
    type (which is, in this case, "bookreader", regardless of what you
    called the destination).
    
    Mark
278.4Try it this wayTAVENG::PARMENTERTue Feb 13 1990 12:1913
    
    Well *something's* wrong.
    
    Try putting an <online_chunk> into the file that you run thru
    document with the H_BOOK destination.  When I do this, I get 
    the error described in note 279.0!!!
    
    I take back what I said about TAG$ONLINE_DESTINATION_STRINGS.GDX, I
    don't think that the problem is there.  But how TAG$ONLINE_TAGS.GDX?
    There is some hackery going on there with the definitions for
    <extension> et al.
    
    David
278.5<head5> not allowed?TAVENG::PARMENTERZabadakMon Mar 19 1990 05:0862
    
    <head5> or <head6> anyone?
    
    I get an error when I use headers level 5 or 6.  Tag translation
    doesn't complain, but the text-formatter coughs while doing the
    contents file.  Even if this is a restriction, the error handling is
    not good.
    
    David
    
    Here's the source:
    ---------------------------------
<front_matter>
<contents_file>
<endfront_matter>

<chapter>(A chapter\chap_sym)
<p>
<x>(an index entry)

<head1>(head1\head1)
<head2>(head2\head2)
<head3>(head3\head3)
<head4>(head4\head4)
<head5>(head5\head5)
<head6>(head6\head6)

<index_file>
    ------------------------------
    
    Here's the error:
    
    .
    .
    .
%TEX-I-INFO, loading online doctype design file, TEX$V2REFERENCE - on page [1]
%TEX-W-MESSAGE, Invalid table of contents entry code, head5 or 6 - on page [1]
%TEX-I-SHOWCONTEXT, '...ts entry code, head5 or 6}'
%TEX-I-SHOWCONTEXT, '                                          \or \SDMLspecial {\the \SDM...'
%TEX-I-LINE, Error occurred on or around line number: 8
%TEX-I-SHOWCONTEXT, '...r {1.1.1.1.1.1}}{head5}{\RTLnumber {7}}'
%TEX-I-SHOWCONTEXT, '                                          '
%TEX-I-FILENAME, '$1$DUA41:[PARMENTER.HDOC.TEST]HEAD4_CONTENTS.TEX;3'
-TEX-I-ONPAGE, on page [1] 

%TEX-W-MESSAGE, Invalid table of contents entry code, head5 or 6 - on page [1]
%TEX-I-SHOWCONTEXT, '...ts entry code, head5 or 6}'
%TEX-I-SHOWCONTEXT, '                                          \or \SDMLspecial {\the \SDM...'
%TEX-I-LINE, Error occurred on or around line number: 9
%TEX-I-SHOWCONTEXT, '...{1.1.1.1.1.1.1}}{head6}{\RTLnumber {8}}'
%TEX-I-SHOWCONTEXT, '                                          '
%TEX-I-FILENAME, '$1$DUA41:[PARMENTER.HDOC.TEST]HEAD4_CONTENTS.TEX;3'
-TEX-I-ONPAGE, on page [1] 

%TEX-I-PAGESOUT, 1 page written.
-TEX-I-OUTFILENAME, '$1$DUA41:[PARMENTER.HDOC.TEST]HEAD4_CONTENTS.DVI_BOOKREADER'


DOCUMENT HEAD4_CONTENTS ONL.REF BOOK/LIS/NOTAG/NODEV
Date/Time: 19-MAR-1990 11:46:32.00
CPU time: 10.77 secs.
    
278.6lists with rules, unbolded roman listsTAVENG::PARMENTERZabadakMon Mar 19 1990 07:1410
    
    How about <list>(stacked\vertical_rule) and 
    <list>(stacked\double_vertical_rule)?
    
    Nobody complains when I use these, but no rules appear.
    
    Style question:  roman list elements are not bolded.  All others are.
    Any reasons?  It seems inconsitent.
    
    David
278.7callout lists?TAVENG::PARMENTERZabadakMon Mar 19 1990 07:195
    
    Callout lists seem to use a smaller font with no other
    emphasis.  This is hardly "calling out" the list element.
    
    David
278.8RE: 278.5,.6,.7ZAFTIK::GRANTI&#039;ve saved $2392.00 since I quit smoking.Mon Mar 19 1990 08:3516
David,
	I'll try to answer your last three entries as best as I can.

RE: Heads 5 and 6
	We've added support for heads 5 and 6 in the next release.

RE: Vertical rules
	I believe this problem has been fixed for the next release.  Could you
send me a short .SDML example to test?

RE: Callouts
	As I remember, callouts use the normal text font, bolded.  Some work has
been done on positioning of the callouts, but that's about all.  I'll look into
the font size.

Wayne
278.9TAVENG::PARMENTERZabadakMon Mar 19 1990 09:5611
    
    Wayne,
    
    File's en route.
    
    About callouts, now I'm not sure if they're smaller or not; but at 
    any rate they're not being "called out" very effectively.  Take a look
    at PS callouts for comparison.  Couldn't they be done in reverse video,
    or with a circle or something?
    
    David
278.10what about other fonts?MARKUP::DEVRIESBy their notes ye shall know themMon Mar 19 1990 12:1711
    The PostScript callouts are made unique because they are a different
    font altogether.  That's not possible in DECwindows (yet).  And it
    would be very difficult (but probably not impossible) to play tricks
    with the graphics at the point where the callout numbers are used.
    
    How about using a resident DECwindows font that's not used anywhere
    else -- say, the large DECterm font?  That's part of the bundle and not
    part of the document designs.  Is it sufficiently different from
    Courier to be noticeable?
    
    Mark
278.11vertical rules fixed in next releaseRAGMOP::UTTMon Mar 19 1990 13:164
    RE: .6, vertical rules: see note 264. This is a known problem and has
    been fixed for the next release.
    
    Mary
278.12TAVENG::PARMENTERZabadakTue Mar 20 1990 10:185
    
    
    Please see 293.* for a discussion of <footnote> I18N gotchas.
    
    David
278.13OUTFILENAMETAVENG::PARMENTERZabadakWed Mar 21 1990 09:2514
    
    
    The DVC should be issuing a 
    
    -DVC-I-OUTFILENAME, "..."
    
    message.
    
    The PAGESOUT is obviously meaningless, but it looks strange for every
    single document component to report its output file except for this
    one.
    
    David
    
278.14RE: 278.6, unbolded roman listsVAXUUM::GRANTI&#039;ve saved $2404.00 since I quit smoking.Tue Mar 27 1990 16:038
David,
	Thanks for pointing out this inconsistency.  After checking it out, 
I've found that both hardcopy and online list elements have the same 
inconsistency.  We'll make note of this, but since this is the first time 
anyone has mentioned it, we'll hold off on making any changes.

Thanks again,
	Wayne
278.15Glossary and contents?TAVENG::PARMENTERMr Hulot&#039;s operating systemWed Apr 18 1990 08:54662
I'm trying to include a glossary, using the <element> tag from within the
profile.  The contents entry generated by the <glossary> tag is all screwed
up:


------------here's the profile ----------------
<profile>

<front_matter>(front)

<contents_file>

<endfront_matter>

<element>(glossary.sdml)

<index_file>

<endprofile>

--------------here's glossary.sdml --------------

<glossary>(Testing the <tag>(glossary) tag\glossary)
<p>
<head1>(Header in a Glossary\gloss_head)

<p>
This paragraph introduces the glossary.  What happens now?
<p>
Here's a reference to the first item: 
<p>

<x>(foo)

<gterm>(����)
<gdef>(���� ���� ���� ���� ���� ���� ��)

<endglossary>

------------- Here's the contents_file ---------------
\begintexinput
\begintoc
\toctexentry {11}{\RTLnumber {Testing the \tag {glossary}{}{}{}{}{}{}{}{} tag}}
{Testing the \tag {glossary}{}{}{}{}{}{}{}{} tag}{\RTLnumber {2}}
\toctexentry {1}{\RTLnumber {G.1}}{Header in a Glossary}{\RTLnumber {3}}
\endtoc
------------------ the list file is a mile long ------------
%DOC-I-IDENT, VAX Document V1.2-B    25-JAN-1990 11:47:33.75
[ T e x t    F o r m a t t i n g ]...
.
.
.
[ T e x t    F o r m a t t i n g   C o n t e n t s ]...
%TEX-I-INFO, loading online doctype design file, TEX$V2REFERENCE - on page [1]
%TEX-W-NONUMBER, Missing number, using zero
%TEX-I-SHOWCONTEXT, '                   ##'
%TEX-I-SHOWCONTEXT, '#1->\relax \ifcase #1'
%TEX-I-SHOWCONTEXT, '                                     \message {\TEXmacroerrorrevbars ...'
%TEX-I-SHOWCONTEXT, '->\def \beginrevision ##'
%TEX-I-SHOWCONTEXT, '                                       1{}\def \endrevision ##1{}'
%TEX-I-SHOWCONTEXT, '#1->\freezerevbars '
%TEX-I-SHOWCONTEXT, '                              \uppercase \expandafter {#1}\thawrevbars '
%TEX-I-SHOWCONTEXT, '...8#9->{\tagfont \Uppercase {\<#1\>}'
%TEX-I-SHOWCONTEXT, '                                          \ifx \empty #2\else (#2\ifx...'
%TEX-I-SHOWCONTEXT, '...g {glossary}{}{}{}{}{}{}{}{}'
NFO, loading online doctype design file, TEX$V2REFERENCE - on page [1]
%TEX%TEX-I-INFO, loading online doctype design file, TEX$V2REFERENCE - on page [1]
%TEX-W-NONUMBER, Missing number, using zero
%TEX-I-SHOWCONTEXT, '                   ##'
%TEX-I-SHOWCONTEXT, '#1->\relax \ifcase #1'
%TEX-I-SHOWCONTEXT, '                                     \message {\TEXmacroerrorrevbars ...'
%TEX-I-SHOWCONTEXT, '->\def \beginrevision ##'
%TEX-I-SHOWCONTEXT, '                                       1{}\def \endrevision ##1{}'
%TEX-I-SHOWCONTEXT, '#1->\freezerevbars '
%TEX-I-SHOWCONTEXT, '                              \uppercase \expandafter {#1}\thawrevbars '
%TEX-I-SHOWCONTEXT, '...8#9->{\tagfont \Uppercase {\<#1\>}'
%TEX-I-SHOWCONTEXT, '                                          \ifx \empty #2\else (#2\ifx...'
%TEX-I-SHOWCONTEXT, '...g {glossary}{}{}{}{}{}{}{}{}'
%TEX-I-SHOWCONTEXT, '                                           tag!'
%TEX-I-SHOWCONTEXT, '...ookr:onlinetoc #2 #3 #4 #5'
%TEX-I-SHOWCONTEXT, '                                          }\or \special {bookr:online...'
%TEX-I-SHOWCONTEXT, '...4 :}{#1}{!#3!}{0}{0}{0}{0}'
%TEX-I-SHOWCONTEXT, '                                          \goodbreak \parskip =0pt\vs...'
%TEX-I-LINE, Error occurred on or around line number: 3
%TEX-I-SHOWCONTEXT, '...y}{}{}{}{}{}{}{}{} tag}{\RTLnumber {2}}'
%TEX-I-SHOWCONTEXT, '                                          '
%TEX-I-FILENAME, '$1$DUA41:[PARMENTER.HDOC.TEST]Q_CONTENTS.TEX;2'
-TEX-I-ONPAGE, on page [1] 

%TEX-W-NONUMBER, Missing number, using zero
%TEX-I-SHOWCONTEXT, '                   ##'
%TEX-I-SHOWCONTEXT, '#1->\relax \ifcase #1'
%TEX-I-SHOWCONTEXT, '                                   \message {\TEXmacroerrorrevbars }\...'
%TEX-I-SHOWCONTEXT, '...#1{}\def \endrevision ##'
%TEX-I-SHOWCONTEXT, '                                          1{}'
%TEX-I-SHOWCONTEXT, '#1->\freezerevbars '
%TEX-I-SHOWCONTEXT, '                              \uppercase \expandafter {#1}\thawrevbars '
%TEX-I-SHOWCONTEXT, '...8#9->{\tagfont \Uppercase {\<#1\>}'
%TEX-I-SHOWCONTEXT, '                                          \ifx \empty #2\else (#2\ifx...'
%TEX-I-SHOWCONTEXT, '...g {glossary}{}{}{}{}{}{}{}{}'
%TEX-I-SHOWCONTEXT, '                                           tag!'
%TEX-I-SHOWCONTEXT, '...ookr:onlinetoc #2 #3 #4 #5'
%TEX-I-SHOWCONTEXT, '                                          }\or \special {bookr:online...'
%TEX-I-SHOWCONTEXT, '...4 :}{#1}{!#3!}{0}{0}{0}{0}'
%TEX-I-SHOWCONTEXT, '                                          \goodbreak \parskip =0pt\vs...'
%TEX-I-LINE, Error occurred on or around line number: 3
%TEX-I-SHOWCONTEXT, '...y}{}{}{}{}{}{}{}{} tag}{\RTLnumber {2}}'
%TEX-I-SHOWCONTEXT, '                                          '
%TEX-I-FILENAME, '$1$DUA41:[PARMENTER.HDOC.TEST]Q_CONTENTS.TEX;2'
-TEX-I-ONPAGE, on page [1] 

%TEX-W-NONUMBER, Missing number, using zero
%TEX-I-SHOWCONTEXT, '                   ='
%TEX-I-SHOWCONTEXT, '#1->\relax \ifcase #1'
%TEX-I-SHOWCONTEXT, '                                     \message {\TEXmacroerrorrevbars ...'
%TEX-I-SHOWCONTEXT, '->\let \beginrevision ='
%TEX-I-SHOWCONTEXT, '                                    \SAVEbeginrevision \let \endrevis...'
%TEX-I-SHOWCONTEXT, '...8#9->{\tagfont \Uppercase {\<#1\>}'
%TEX-I-SHOWCONTEXT, '                                          \ifx \empty #2\else (#2\ifx...'
%TEX-I-SHOWCONTEXT, '...g {glossary}{}{}{}{}{}{}{}{}'
%TEX-I-SHOWCONTEXT, '                                           tag!'
%TEX-I-SHOWCONTEXT, '...ookr:onlinetoc #2 #3 #4 #5'
%TEX-I-SHOWCONTEXT, '                                          }\or \special {bookr:online...'
%TEX-I-SHOWCONTEXT, '...4 :}{#1}{!#3!}{0}{0}{0}{0}'
%TEX-I-SHOWCONTEXT, '                                          \goodbreak \parskip =0pt\vs...'
%TEX-I-LINE, Error occurred on or around line number: 3
%TEX-I-SHOWCONTEXT, '...y}{}{}{}{}{}{}{}{} tag}{\RTLnumber {2}}'
%TEX-I-SHOWCONTEXT, '                                          '
%TEX-I-FILENAME, '$1$DUA41:[PARMENTER.HDOC.TEST]Q_CONTENTS.TEX;2'
-TEX-I-ONPAGE, on page [1] 

%TEX-W-NONUMBER, Missing number, using zero
%TEX-I-SHOWCONTEXT, '                   \let '
%TEX-I-SHOWCONTEXT, '#1->\relax \ifcase #1'
%TEX-I-SHOWCONTEXT, '                                         \message {\TEXmacroerrorrevb...'
%TEX-I-SHOWCONTEXT, '... =\SAVEbeginrevision \let '
%TEX-I-SHOWCONTEXT, '                                          \endrevision =\SAVEendrevis...'
%TEX-I-SHOWCONTEXT, '...8#9->{\tagfont \Uppercase {\<#1\>}'
%TEX-I-SHOWCONTEXT, '                                          \ifx \empty #2\else (#2\ifx...'
%TEX-I-SHOWCONTEXT, '...g {glossary}{}{}{}{}{}{}{}{}'
%TEX-I-SHOWCONTEXT, '                                           tag!'
%TEX-I-SHOWCONTEXT, '...ookr:onlinetoc #2 #3 #4 #5'
%TEX-I-SHOWCONTEXT, '                                          }\or \special {bookr:online...'
%TEX-I-SHOWCONTEXT, '...4 :}{#1}{!#3!}{0}{0}{0}{0}'
%TEX-I-SHOWCONTEXT, '                                          \goodbreak \parskip =0pt\vs...'
%TEX-I-LINE, Error occurred on or around line number: 3
%TEX-I-SHOWCONTEXT, '...y}{}{}{}{}{}{}{}{} tag}{\RTLnumber {2}}'
%TEX-I-SHOWCONTEXT, '                                          '
%TEX-I-FILENAME, '$1$DUA41:[PARMENTER.HDOC.TEST]Q_CONTENTS.TEX;2'
-TEX-I-ONPAGE, on page [1] 

%TEX-W-NONUMBER, Missing number, using zero
%TEX-I-SHOWCONTEXT, '                   ='
%TEX-I-SHOWCONTEXT, '#1->\relax \ifcase #1'
%TEX-I-SHOWCONTEXT, '                                   \message {\TEXmacroerrorrevbars }\...'
%TEX-I-SHOWCONTEXT, '...vision \let \endrevision ='
%TEX-I-SHOWCONTEXT, '                                          \SAVEendrevision '
%TEX-I-SHOWCONTEXT, '...8#9->{\tagfont \Uppercase {\<#1\>}'
%TEX-I-SHOWCONTEXT, '                                          \ifx \empty #2\else (#2\ifx...'
%TEX-I-SHOWCONTEXT, '...g {glossary}{}{}{}{}{}{}{}{}'
%TEX-I-SHOWCONTEXT, '                                           tag!'
%TEX-I-SHOWCONTEXT, '...ookr:onlinetoc #2 #3 #4 #5'
%TEX-I-SHOWCONTEXT, '                                          }\or \special {bookr:online...'
%TEX-I-SHOWCONTEXT, '...4 :}{#1}{!#3!}{0}{0}{0}{0}'
%TEX-I-SHOWCONTEXT, '                                          \goodbreak \parskip =0pt\vs...'
%TEX-I-LINE, Error occurred on or around line number: 3
%TEX-I-SHOWCONTEXT, '...y}{}{}{}{}{}{}{}{} tag}{\RTLnumber {2}}'
%TEX-I-SHOWCONTEXT, '                                          '
%TEX-I-FILENAME, '$1$DUA41:[PARMENTER.HDOC.TEST]Q_CONTENTS.TEX;2'
-TEX-I-ONPAGE, on page [1] 

%TEX-W-IGNORED, Extra '\or' ignored
%TEX-I-SHOWCONTEXT, '...acroerrorrevbars }\or '
%TEX-I-SHOWCONTEXT, '                                          \ifdoingrevisionA \global \...'
%TEX-I-SHOWCONTEXT, '...{\tagfont \Uppercase {\<#1\>}\ifx '
%TEX-I-SHOWCONTEXT, '                                          \empty #2\else (#2\ifx \emp...'
%TEX-I-SHOWCONTEXT, '...g {glossary}{}{}{}{}{}{}{}{}'
%TEX-I-SHOWCONTEXT, '                                           tag!'
%TEX-I-SHOWCONTEXT, '...ookr:onlinetoc #2 #3 #4 #5'
%TEX-I-SHOWCONTEXT, '                                          }\or \special {bookr:online...'
%TEX-I-SHOWCONTEXT, '...4 :}{#1}{!#3!}{0}{0}{0}{0}'
%TEX-I-SHOWCONTEXT, '                                          \goodbreak \parskip =0pt\vs...'
%TEX-I-LINE, Error occurred on or around line number: 3
%TEX-I-SHOWCONTEXT, '...y}{}{}{}{}{}{}{}{} tag}{\RTLnumber {2}}'
%TEX-I-SHOWCONTEXT, '                                          '
%TEX-I-FILENAME, '$1$DUA41:[PARMENTER.HDOC.TEST]Q_CONTENTS.TEX;2'
-TEX-I-ONPAGE, on page [1] 

%TEX-W-IGNORED, Extra '\or' ignored
%TEX-I-SHOWCONTEXT, '...onlinetoc #2 #3 #4 #5}\or '
%TEX-I-SHOWCONTEXT, '                                          \special {bookr:onlineidx #...'
%TEX-I-SHOWCONTEXT, '...4 :}{#1}{!#3!}{0}{0}{0}{0}'
%TEX-I-SHOWCONTEXT, '                                          \goodbreak \parskip =0pt\vs...'
%TEX-I-LINE, Error occurred on or around line number: 3
%TEX-I-SHOWCONTEXT, '...y}{}{}{}{}{}{}{}{} tag}{\RTLnumber {2}}'
%TEX-I-SHOWCONTEXT, '                                          '
%TEX-I-FILENAME, '$1$DUA41:[PARMENTER.HDOC.TEST]Q_CONTENTS.TEX;2'
-TEX-I-ONPAGE, on page [1] 

%TEX-W-IGNORED, Extra '\or' ignored
%TEX-I-SHOWCONTEXT, '...kr:onlineidx #2 #3 #4}\or '
%TEX-I-SHOWCONTEXT, '                                          \special {bookr:onlinechunk...'
%TEX-I-SHOWCONTEXT, '...4 :}{#1}{!#3!}{0}{0}{0}{0}'
%TEX-I-SHOWCONTEXT, '                                          \goodbreak \parskip =0pt\vs...'
%TEX-I-LINE, Error occurred on or around line number: 3
%TEX-I-SHOWCONTEXT, '...y}{}{}{}{}{}{}{}{} tag}{\RTLnumber {2}}'
%TEX-I-SHOWCONTEXT, '                                          '
%TEX-I-FILENAME, '$1$DUA41:[PARMENTER.HDOC.TEST]Q_CONTENTS.TEX;2'
-TEX-I-ONPAGE, on page [1] 

%TEX-W-IGNORED, Extra '\or' ignored
%TEX-I-SHOWCONTEXT, '...:onlinechunk #2 #3 #4}\or '
%TEX-I-SHOWCONTEXT, '                                          \special {bookr:hotspot #2 ...'
%TEX-I-SHOWCONTEXT, '...4 :}{#1}{!#3!}{0}{0}{0}{0}'
%TEX-I-SHOWCONTEXT, '                                          \goodbreak \parskip =0pt\vs...'
%TEX-I-LINE, Error occurred on or around line number: 3
%TEX-I-SHOWCONTEXT, '...y}{}{}{}{}{}{}{}{} tag}{\RTLnumber {2}}'
%TEX-I-SHOWCONTEXT, '                                          '
%TEX-I-FILENAME, '$1$DUA41:[PARMENTER.HDOC.TEST]Q_CONTENTS.TEX;2'
-TEX-I-ONPAGE, on page [1] 

%TEX-W-IGNORED, Extra '\or' ignored
%TEX-I-SHOWCONTEXT, '... {bookr:hotspot #2 #3}\or '
%TEX-I-SHOWCONTEXT, '                                          \special {bookr:chunktitle ...'
%TEX-I-SHOWCONTEXT, '...4 :}{#1}{!#3!}{0}{0}{0}{0}'
%TEX-I-SHOWCONTEXT, '                                          \goodbreak \parskip =0pt\vs...'
%TEX-I-LINE, Error occurred on or around line number: 3
%TEX-I-SHOWCONTEXT, '...y}{}{}{}{}{}{}{}{} tag}{\RTLnumber {2}}'
%TEX-I-SHOWCONTEXT, '                                          '
%TEX-I-FILENAME, '$1$DUA41:[PARMENTER.HDOC.TEST]Q_CONTENTS.TEX;2'
-TEX-I-ONPAGE, on page [1] 

%TEX-W-IGNORED, Extra '\or' ignored
%TEX-I-SHOWCONTEXT, '...r:chunktitle #2 #3 #4}\or '
%TEX-I-SHOWCONTEXT, '                                          \special {bookr:extension #...'
%TEX-I-SHOWCONTEXT, '...4 :}{#1}{!#3!}{0}{0}{0}{0}'
%TEX-I-SHOWCONTEXT, '                                          \goodbreak \parskip =0pt\vs...'
%TEX-I-LINE, Error occurred on or around line number: 3
%TEX-I-SHOWCONTEXT, '...y}{}{}{}{}{}{}{}{} tag}{\RTLnumber {2}}'
%TEX-I-SHOWCONTEXT, '                                          '
%TEX-I-FILENAME, '$1$DUA41:[PARMENTER.HDOC.TEST]Q_CONTENTS.TEX;2'
-TEX-I-ONPAGE, on page [1] 

%TEX-W-IGNORED, Extra '\or' ignored
%TEX-I-SHOWCONTEXT, '...bookr:extension #2 #3}\or '
%TEX-I-SHOWCONTEXT, '                                          \special {bookr:lmf #2 #3 #...'
%TEX-I-SHOWCONTEXT, '...4 :}{#1}{!#3!}{0}{0}{0}{0}'
%TEX-I-SHOWCONTEXT, '                                          \goodbreak \parskip =0pt\vs...'
%TEX-I-LINE, Error occurred on or around line number: 3
%TEX-I-SHOWCONTEXT, '...y}{}{}{}{}{}{}{}{} tag}{\RTLnumber {2}}'
%TEX-I-SHOWCONTEXT, '                                          '
%TEX-I-FILENAME, '$1$DUA41:[PARMENTER.HDOC.TEST]Q_CONTENTS.TEX;2'
-TEX-I-ONPAGE, on page [1] 

%TEX-W-IGNORED, Extra '\or' ignored
%TEX-I-SHOWCONTEXT, '...kr:lmf #2 #3 #4 #5 #6}\or '
%TEX-I-SHOWCONTEXT, '                                          \special {bookr:booksymbol ...'
%TEX-I-SHOWCONTEXT, '...4 :}{#1}{!#3!}{0}{0}{0}{0}'
%TEX-I-SHOWCONTEXT, '                                          \goodbreak \parskip =0pt\vs...'
%TEX-I-LINE, Error occurred on or around line number: 3
%TEX-I-SHOWCONTEXT, '...y}{}{}{}{}{}{}{}{} tag}{\RTLnumber {2}}'
%TEX-I-SHOWCONTEXT, '                                          '
%TEX-I-FILENAME, '$1$DUA41:[PARMENTER.HDOC.TEST]Q_CONTENTS.TEX;2'
-TEX-I-ONPAGE, on page [1] 

%TEX-W-IGNORED, Extra '\or' ignored
%TEX-I-SHOWCONTEXT, '... {bookr:booksymbol #2}\or '
%TEX-I-SHOWCONTEXT, '                                          \special {bookr:shelf #2 #3...'
%TEX-I-SHOWCONTEXT, '...4 :}{#1}{!#3!}{0}{0}{0}{0}'
%TEX-I-SHOWCONTEXT, '                                          \goodbreak \parskip =0pt\vs...'
%TEX-I-LINE, Error occurred on or around line number: 3
%TEX-I-SHOWCONTEXT, '...y}{}{}{}{}{}{}{}{} tag}{\RTLnumber {2}}'
%TEX-I-SHOWCONTEXT, '                                          '
%TEX-I-FILENAME, '$1$DUA41:[PARMENTER.HDOC.TEST]Q_CONTENTS.TEX;2'
-TEX-I-ONPAGE, on page [1] 

%TEX-E-NOROOM, Exceeded memory capacity:
-TEX-I-MAXINPUTS, Maximum number of simultaneous input files is: 200
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
%TEX-I-SHOWCONTEXT, '                                          =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbf \def \it '
%TEX-I-SHOWCONTEXT, '                                          {\bi }\let \superfam =\bf '
%TEX-I-SHOWCONTEXT, '...\decwhelvfourteenbi \let \superfam '
278.16<glossary> TOC entry bugRAGMOP::UTTWed Apr 18 1990 11:4613
    Thanks, David. 
    
    There's a bug in \toctexentry for online output that was triggered
    by the <tag>(glossary) in your <glossary> tag. (Any tag used in the
    argument to <glossary> would trigger it -- guess most folks either
    take the default text or enter only ASCII as the argument, since
    the bug has been there all along and yours is the first complaint!)
    
    Anyway, it will be (is) fixed for the next release of the writer's
    toolkit. If you're desperate for a fix right now, send me mail and
    I'll tell you what to edit in the design file.
    
    Mary