T.R | Title | User | Personal Name | Date | Lines |
---|
160.1 | can't use /INDEX any more with no index | AITG::WARNER | Ross Warner | Thu Jun 29 1989 12:36 | 20 |
| This is my recollection:
With DOCUMENT V1.1, you had to specify docu/cont/index. DOCUMENT gave
you a message that the /index qualifier was not needed, then built
the book just fine. But if you left out /index, it failed.
With 1.2, DOCUMENT fails if you _USE_ the /index qualifier when there
are no index tags. It works OK if you just use doc/cont.
If you leave in <index_file>, DOCUMENT complains, says it will not
create a file, but processes the DECW$BOOK just fine. (I guess it means
the index file.)
Certainly is hard to keep up with the changes -- it seems easiest to
just use trial and error.
The latest "Coding Documentation...Bookreader" (June 19, 1989) doesn't
talk about changes with V1.2.
Ross
|
160.2 | one more thing | VISA::BIJAOUI | Tomorrow Never Knows | Thu Jun 29 1989 13:06 | 15 |
| Indeed it works fine without the /INDEX.
However, now I'm in the trouble where I want to put figures in my
document file, and use the following input:
<FIGURE_FILE>(BOOKREADER\ACB_FIG1.FSE\23.39)
<FIGURE_FILE>(LN03\ACB_FIG1.SIX\23.39)
<FIGURE_FILE>(LINE_PRINTER\SPACE\23.39)
<FIGURE_FILE>(POSTSCRIPT\ACB_FIG1.PS\23.39)
And, of course, it fails whenever I want to process to another output,
like LN03. Any work-around for this ? (or should I start a new topic ?)
Thanx for your help and patience,
Pierre.
|
160.3 | not enough info | RAGMOP::DEVRIES | Fixed in next version | Thu Jun 29 1989 14:36 | 6 |
| Pierre,
What fails in .2? How does it fail? Please include .LIS or .LOG
showing error messages in context.
Mark
|
160.4 | voil� some information ... | VISA::BIJAOUI | Tomorrow Never Knows | Thu Jun 29 1989 15:16 | 63 |
| Ok, here is my source file:
<FRONT_MATTER>
<TITLE_PAGE>
<TITLE>(Test file)
<ENDTITLE_PAGE>
<CONTENTS_FILE>
<ENDFRONT_MATTER>
<HEAD1>(Test header\he1)
<COMMENT>(This file was generated by MOPS)
<REFERENCE>(fig) shows 'le regard qui tue'.
<FIGURE>(Jean Gabin\fig)
<FIGURE_FILE>(BOOKREADER\IMG1.FSE\13.7)
<FIGURE_FILE>(LN03\IMG1.SIX\6.4)
<FIGURE_FILE>(LINE_PRINTER\SPACE\6.4)
<FIGURE_FILE>(POSTSCRIPT\IMG1.PS\6.4)
<ENDFIGURE>
<P>
End of the example.
Here is the result:
$ document/cont img_test report post
%DOC-I-IDENT, VAX Document V1.2-A 2-JUN-1989 16:15:56.35
[ T a g T r a n s l a t i o n ]...
%TAG-I-DEFSLOADD, End of Loading of Tag Definitions
%TAG-W-ARGNOTKEY, at tag <FIGURE_FILE> on line 11 in file
ETTS$PROJECTS:[ACB.WORK.DOCS]IMG_TEST.SDML;
Argument 1 to tag <FIGURE_FILE> is not a keyword
%TAG-I-ARGMENTIS, The argument is BOOKREADER
%TAG-I-USETAGDEF, Using tag's default: LN03
%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 ]...
%TEX-I-PAGESOUT, 3 pages written.
-TEX-I-OUTFILENAME, 'ETTS$PROJECTS:[ACB.WORK.DOCS]IMG_TEST.DVI_PS'
[ C o n t e n t s G e n e r a t i o n ]...
[ T e x t F o r m a t t i n g C o n t e n t s ]...
%TEX-I-PAGESOUT, 1 page written.
-TEX-I-OUTFILENAME,
'ETTS$PROJECTS:[ACB.WORK.DOCS]IMG_TEST_CONTENTS.DVI_PS'
[ D e v i c e C o n v e r s i o n ]...
%DVC-I-INCLUDING, including input file:
ETTS$PROJECTS:[ACB.WORK.DOCS]IMG_TEST_CONTENTS.DVI_PS;1
%DVC-I-PAGESOUT, 3 pages written to file:
ETTS$PROJECTS:[ACB.WORK.DOCS]IMG_TEST.PS
[ P r i n t i n g F i l e ]...
Job IMG_TEST (queue PS_LPSA3, entry 569) started on LPS40$LPSA3
$
So the problem is that DOCUMENT V1.2-A doesn't recognize the BOOKREADER
argument, it uses LN03 default, and takes my FSE file, for a SIXEL
file, although I need a POSTSCRIPT file.
The strange thing is that even if I put the line with the BOOKREADER
argument after all the others, it still fails, because it doesn't stop
on the first one.
Am I doing anything wrong ?
Pierre.
|
160.5 | Do you have the latest Online Bookbuilding Tools? | NAVIGO::GRANT | I've saved $1999.00 since I quit smoking. | Thu Jun 29 1989 17:46 | 6 |
| Pierre,
Do you have the latest version of the ONLINE BOOKBUILDING software?
You can check note 64.7 in this conference for details about the latest
kit.
Wayne
|
160.6 | | VISA::BIJAOUI | Tomorrow Never Knows | Fri Jun 30 1989 03:15 | 6 |
| I guess so, yes. I _think_ I have installed the save-set from
VAXUUM::KITS_:[DOCUMENT.V12.SOFTWARE].
Is there any file I should look at to see if I have the latest version ?
Pierre.
|
160.7 | Maybe you need CUP$ONLINE_DEFS.GDX | NAVIGO::GRANT | I've saved $2001.00 since I quit smoking. | Fri Jun 30 1989 13:10 | 11 |
| Pierre,
As I looked through note 64 and it's replies, I noticed a
reference to the file CUP$ONLINE_DEFS.GDX. I remembered that in order to
let the hardcopy doctypes know about the ONLINE doctypes, you have to use
the following additional qualifier on your DOCUMENT command line.
/SYMBOLS=DOC$LOCAL_FORMATS:CUP$ONLINE_DEFS.GDX
This should do it for you...
Wayne
|