T.R | Title | User | Personal Name | Date | Lines |
---|
566.1 | <literal> | CLOSET::ANKLAM | | Fri Jun 26 1987 13:20 | 18 |
|
Yes this was a bug that is fixed in V1.0. There is probably another
side to this question, but I much prefer to show examples of
tags using:
<code_example><literal>
<P>The first chapter is devoted to explaining the
<newterm>(production cycle). The information is presented
specifically for the production of <newterm>(technical
...
<endliteral><endcode_example>
Note that in V1.0, the output of doing it this way is exactly the
same (i.e. the monospaced font) as doing it as Helen did. In all
lower baselevels, the output of <tag> in a monospaced example was
the same font/bolding as in normal text.
-pa
|
566.2 | <INTERACTIVE> a little trickier | DECWET::CUSTER | | Fri Jun 26 1987 13:51 | 43 |
| Thanks Patti, for the quick reply. <LITERAL>/<ENDLITERAL> is a
much simpler way to handle this case and I will recode.
Unfortunately, I just also realized that <INTERACTIVE> examples
have the same problem. Here's a source:
------------------------------------------------------
<P>The following example demonstrates the GLOSSARY command line
used to create a glossary for PIGLET.SDML and displays the new
glossary file.
<CALLOUTS>
<INTERACTIVE>
<S>($) <U>(GLOSSARY /TEXT=PIGLET)<CO>
<S>(The following new terms appeared more than once in your text file(s):)<CO>
<S>(---------------------------------------------------------------------)
<S>([End of list])
<S>($) <U>(TYPE PIGLET_GLOSSARY.SDML)<CO>
<S>(<TAG>(GLOSSARY))
<S>(<TAG>(GTERM)(flowchart))
<S>(<TAG>(GDEF)())
<S>( )
<S>(<TAG>(GTERM)(production cycle))
<S>(<TAG>(GDEF)())
<S>( )
<S>(<TAG>(GTERM)(technical documentation))
<S>(<TAG>(GDEF)())
<S>( )
<S>(<TAG>(ENDGLOSSARY))
<ENDINTERACTIVE>
<ENDCALLOUTS>
------------------------------------------------------------
I'm wondering how and if <LITERAL> works in this context. Perhaps
I need to replace each <TAG> tag with a literal tag like this:
<S>(<LITERAL>(<GDEF>)())
I'll give it a try.
-Helen
|
566.3 | yes it is | CLOSET::ANKLAM | | Fri Jun 26 1987 14:53 | 11 |
|
Yes, you'd have to use <literal> inside each <s>() and <u>() tag.
I hadn't thought of that.
btw, the <tag> tag was fixed for V1.0 so you can give it up to 8
additional arguments, <TAG>(LIST\UNNUMBERED\-) produces
<LIST>(UNNUMBERED\-)
Only the first argument is forced to uppercase.
|