T.R | Title | User | Personal Name | Date | Lines |
---|
428.2 | looking for files that aren't there.... | NURSE::BURACK | Not Fade Away | Tue May 28 1991 12:40 | 27 |
| Hi,
I did steps 1-4 in note .0 and am getting the following errors:
$ D MUG_SLIDES.SDML;5 OVERHEADS.ONLINE BOOKREADER/NOPRIN
%DOC-I-IDENT, VAX DOCUMENT V2.0-1
[ T a g T r a n s l a t i o n ]...
%TAG-W-ERROPEINC, tag <INCLUDE>, line 41, file
ZORBA$DUA1:[DOC$TOOLS.PERSONAL]TAG$O_OVERHEADS.GDX;36
Cannot open included file: DOC$PERSONAL_FORMATS:TAG$OVERHEADS.GDX
-RMS-E-FNF, file not found
-SYSTEM-W-NOSUCHFILE, no such file
%TAG-W-ERROPEINC, tag <INCLUDE>, line 1, file
DOC$STANDARD_FORMATS:TAG$ONLINE_TAGS.STT
Cannot open included file: TAG$LOCAL_TAGS
-RMS-E-FNF, file not found
-SYSTEM-W-NOSUCHFILE, no such file
%TAG-I-DEFSLOADD, End of Loading of Tag Definitions
%TAG-W-TAGNOTDEF, tag <UNDEFINED_TAG>, line 4, file
.
.
.
Thanks,
Ruth-Ellen
|
428.3 | sorry | RAGMOP::UTT | Mary Utt | Tue May 28 1991 13:31 | 6 |
| Oops. I had a bad <include> for a tag definition file (worked for me
because I had the file). Copy a new:
W4_:[PUBLIC]TAG$O_OVERHEADS.GDX
Mary
|
428.4 | release note | VAXUUM::UTT | Mary Utt | Wed May 29 1991 08:52 | 21 |
| Because there is no front matter <title> tag, the "title" of the
slides in the Library window is the file name. Thus, if you process
slides in file 413_slides.sdml, "413_SLIDES" will be the title
in Bookreader's Library window.
You can change the title to something more meaningful by editing the
.decw$bookshelf file generated for the slides. For example,
413_slides.decw$bookshelf will have the line:
BOOK\413_slides\413_SLIDES
You can edit it to say:
BOOK\413_slides\101 Fun Things You Can Do with VAX DOCUMENT
Or whatever.
Mary
|
428.5 | now a differrent error.... | NURSE::BURACK | Not Fade Away | Wed May 29 1991 11:03 | 34 |
| Hi,
I copied the new file and am now getting:
NURSE>doc mug_slides overheads.online bookreader
%DOC-I-IDENT, VAX DOCUMENT V2.0-1
[ T a g T r a n s l a t i o n ]...
%TAG-I-DEFSLOADD, End of Loading of Tag Definitions
%TAG-I-ENDPASS_1, End of first pass over the input
[ T e x t F o r m a t t i n g ]...
%RMS-E-FNF, file not found
-TEX-I-FILENAME, 'ZORBA$DUA1:[DOC$TOOLS.PERSONAL]TEX$OVERHEADS.DESIGN;'
%RMS-E-FNF, file not found
-TEX-I-FILENAME, 'ZORBA$DUA1:[DOC$TOOLS.PERSONAL]TEX$OVERHEADS.DESIGN;'
%TEX-W-UNDEFINEDCS, Undefined control sequence
%TEX-I-LINE, Error occurred on or around line number: 12
%TEX-I-SHOWCONTEXT, '\slide'
%TEX-I-SHOWCONTEXT, ' {0}'
%TEX-I-FILENAME, 'NURSE$DKB300:[BURACK.MUG]MUG_SLIDES.TEX;3'
-TEX-I-ONPAGE, on page [2]
%TEX-W-UNDEFINEDCS, Undefined control sequence
%TEX-I-LINE, Error occurred on or around line number: 17
%TEX-I-SHOWCONTEXT, '\subtitle'
%TEX-I-SHOWCONTEXT, ' {Electronic Publishing
Software}{0}{0}{0}'
%TEX-I-FILENAME, 'NURSE$DKB300:[BURACK.MUG]MUG_SLIDES.TEX;3'
-TEX-I-ONPAGE, on page [2]
and so on.....
Thanks,
Ruth-Ellen
|
428.6 | | VAXUUM::UTT | Mary Utt | Wed May 29 1991 14:04 | 7 |
| Oh *&@!, I did the same thing in the design file. Copy a
new CLOSET::W4_:[PUBLIC]TEX$O_OVERHEADS.DESIGN to your
personal dir.
Now you know why it's a 'prototype' !
Mary
|
428.7 | Got it working... | NURSE::BURACK | Not Fade Away | Wed May 29 1991 16:10 | 22 |
| Hi,
Works great now!
Output looked good. Noticed that a nest list had too much space between
it and the text before it:
<list>(unnumbered)
<le>.......
<p><text_size>(small)
....... <-------- There was a gap here.
<list>(unnumbered\-)
.
.
.
<endlist>
<endtext_size>
Also, I used <text_size>(small) in slides a lot for paragraphs in
lists. The list element is not bold and the paragraph text is bold.
|
428.8 | don't forget /CONTENTS | NURSE::BURACK | Not Fade Away | Wed May 29 1991 16:13 | 6 |
| Hi,
You also need to use /CONTENTS on the command line, otherwise you get
an error.
Ruth-Ellen
|
428.9 | | VAXUUM::UTT | Mary Utt | Wed May 29 1991 16:30 | 20 |
| RE .7: Yes, the formatting (chunking) could use some fine tuning.
RE .8: You shouldn't need /CONTENTS. Check doc$destinations.dat
in your doc$personal_formats dir. It may have an old destination
def. For Bookreader it should be:
DESTINATION BOOKREADER BOOKR -
/dvi_filetype=.DVI_BOOKREADER -
/exclude_action=(print) -
/required_action=(table_of_contents) -
/fonts_filetype=.BOOKR_FONTS -
/format_file=SDMLBOOKR -
/output_filetype=.DECW$BOOK -
/special_characters=TEX$BOOKRCHARS
parameter number HORIZONTAL_OFFSET
parameter number VERTICAL_OFFSET
parameter string STARTING_PAGE
parameter string ENDING_PAGE
parameter number NUMBER_OF_PAGES
|