T.R | Title | User | Personal Name | Date | Lines |
---|
43.1 | | CRAYON::GENT | | Tue Mar 03 1987 08:48 | 16 |
| An unofficial answer to some of your questions:
1. Yes, it is possible to box text. Of course, it is
unsupported from the DOCUMENT point-of-view... (It
requires additions to the doctype .DTP file and to
the tag definitions.)
2. Except for indexes, DOCUMENT really doesn't "do" sorting --
it is a sequential processor. I suggest you store your
glossary definitions in a database or an RMS indexed file
(indexed off the keyword) and then write short program that
generates SDML code. This way you can automate the sorting.
3. Again, use a database.
--Andrew
|
43.2 | Even less official | CUPOLA::HAKKARAINEN | Astray into the future | Tue Mar 03 1987 10:03 | 10 |
| Re 2,3
Oh, for a call_user function, ala TPU.
It might be possible, some day, to call lib$sort or some other facility
that would allow us to sort lists on the fly. It would be particularly
handy for trademark lists. Everyone has said that it sounds like
a good idea, but work keeps getting in the way.
kh
|
43.3 | OUTLINE can do it right | ATLAST::BOUKNIGHT | Everything has an outline | Tue Mar 03 1987 11:47 | 5 |
| OUTLINE supports sorting of topics, and glossary generation. You
might take a look at it for generating your glossary section in
a very easy manner.
jack
|
43.4 | | MARTY::FRIEDMAN | | Wed Mar 04 1987 10:13 | 4 |
| re .2
Hey Karl---Still waiting for your dynamic trademark list generator!
|
43.5 | Official answers | VAXUUM::ADLER | | Wed Mar 11 1987 12:55 | 12 |
| 1. There is no way to draw a box around a paragraph or sentence. There is
a global tag "<BOX>(text)" where "text" can be up to 15 characters long.
2,3. There is no automated way to sort glossary terms or list items.
4. To define your own tags, you must create a new doctype, and write GDX
definitions for the tags you require. We are not documenting this for
customers; internal documentation will be available in a few months.
5. The TeXbook is available from Addison Wesley, ISBN O-201-13448-9
--Brian
|
43.6 | A way to get a sorted Glossary | ATLAST::BOUKNIGHT | Everything has an outline | Wed Mar 11 1987 15:08 | 21 |
| An alternative way to generate a GLOSSARY file with sorted terms
is to build the file in OUTLINE, then generate the file in DOCUMENT
source output format. OUTLINE builds GLOSSARYs as follows:
^GLOSSARY> Glossary of Terms (level 1 topic)
First term (level 2 topic)
This is the definition of the first term. (paragraph)
Second term (level 2 topic)
This is the definition of the second term. (paragraph)
You can select all the LEVEL 2 topics in the glossary section at
any time and sort them.
The output file is then generated in the PRINT operation, under
DOCUMENT style, BOOK format.
Jack
|