T.R | Title | User | Personal Name | Date | Lines |
---|
702.1 | invalid coding not caught by translator | BOOKIE::GENT | Party gone out of bounds -- B52's | Thu Jul 23 1987 15:19 | 12 |
| You must use either digits or keywords to specify the footnote
symbol within tables. I believe the keywords for dagger and
doubledagger are:
<FOOTNOTE>(DAG\text)
<FOOTNOTE>(DDAG\text)
(The fact that * and <SPECIAL_CHAR> work at all at footnote markers
inside tables is spurious. They should generate an error and be
forced to some default -- "1"? -- since they are not valid.)
--Andrew
|
702.2 | Disagree on * | PSYCHE::ILSLEY | Yoyodyne consultant.... | Fri Jul 24 1987 11:01 | 8 |
|
> (The fact that * and <SPECIAL_CHAR> work at all at footnote markers
> inside tables is spurious. They should generate an error and be
> forced to some default -- "1"? -- since they are not valid.)
I'll try using DAG instead of <special_char>. I disagree that * should be
invalid -- unless there's another argument to create an asterisk.
|
702.3 | Yes, but... | BOOKIE::GENT | Party gone out of bounds -- B52's | Fri Jul 24 1987 13:11 | 8 |
| Sorry, I think I misrepresented my position. *IF* only 0-9 and
certain keywords are valid (as is documented), then DOCUMENT
should signal an error and use some default if you specify
another character.
Ideally, I agree that DOCUMENT should accept other characters.
--Andrew
|
702.4 | one mistake allowed, but not two | PSYCHE::ILSLEY | Yoyodyne consultant.... | Fri Jul 24 1987 17:35 | 18 |
| Re: .2
I used <FOOTNOTE>(*\text) and <FOOTNOTE>(DAG\text), and both
footnotes printed correctly.
________________________________________________________________
More on invalid symbols
You do get an error message if you use any "invalid" symbols. The
error message says that Document is replacing your invalid symbol
with the default -- 1. Actually, the symbol is not replaced.
However, if you use two invalid symbols in different footnotes to
the same table, only the second footnote will appear on all pages
with a footnote reference. The footrefs will print correctly.
I wonder if this bug was necessary, to permit the use of an
asterisk?
|
702.5 | one of those times when a bug is a feature | CLOSET::ANKLAM | | Wed Aug 12 1987 15:24 | 13 |
|
Rich is correct. There is a 'bug' that allows one table footnote
that is not a special character keyword or a number; that's why
only the first footnote is printed -- all references are assumed
to be for the single note. The problem
with allowing any random characters as the footnote character is
that we have a real limit of 13 footnotes in a table, and the
mapping of footnotes to references is based on specific numbers.
I will look at whether there is a better way to do the mapping so
that more characters can be allowed.
patti
|