<TD ALIGN=LEFT>|</TD>
<TD ALIGN=LEFT><B><U></B> <I>text</I> <B></U></B></TD>
</TR>
+<TR>
+ <TD ALIGN=RIGHT></TD>
+ <TD ALIGN=LEFT>|</TD>
+ <TD ALIGN=LEFT><B><O></B> <I>text</I> <B></O></B></TD>
+</TR>
<TR>
<TD ALIGN=RIGHT></TD>
<TD ALIGN=LEFT>|</TD>
>
</PRE>
<P>
- <!-- Underlined text -->
+ <!-- Underline text -->
<PRE><U
<!-- No attributes -->
>
</PRE>
+<P>
+ <!-- Overline text -->
+<PRE><O
+ <!-- No attributes -->
+>
+</PRE>
<P>
<!-- Subscript text -->
<PRE><SUB
<IMG SRC=html4.gif>
<P>
with the <A HREF=html4.gv>input graph</A>.
-
+<P>
+The <tt>sides</tt> attribute (version 2.37 and later) allows one to combine cells to form
+various non-convex shapes. For example, a <tt>tee-shaped</tt> node
+<P>
+<IMG SRC=tee.gif>
+<P>
+can be produced using
+<XMP>
+ tee [shape=none margin=0 label=
+ <<table border="0" cellspacing="0" cellborder="1">
+ <tr>
+ <td width="9" height="9" fixedsize="true" style="invis"></td>
+ <td width="9" height="9" fixedsize="true" sides="ltr"></td>
+ <td width="9" height="9" fixedsize="true" style="invis"></td>
+ </tr>
+ <tr>
+ <td width="9" height="9" fixedsize="true" sides="tlb"></td>
+ <td width="9" height="9" fixedsize="true" sides="b"></td>
+ <td width="9" height="9" fixedsize="true" sides="brt"></td>
+ </tr>
+ </table>>]
+</XMP>
<H2><A NAME=epsf>User-defined Nodes</A></H2>
There is a third type of node shape which is specified by the user.
>
</PRE>
<P>
- <!-- Underlined text -->
+ <!-- Underline text -->
<PRE><U
<!-- No attributes -->
>
</PRE>
+<P>
+ <!-- Overline text -->
+<PRE><O
+ <!-- No attributes -->
+>
+</PRE>
<P>
<!-- Subscript text -->
<PRE><SUB
label = text | table
text = textitem | text textitem
-textitem = string | T_<BR/> | T_<FONT> text T_</FONT> | T_<I> text T_</I> | T_<B> text T_</B> | T_<U> text T_</U> | T_<SUB> text T_</SUB> |T_<SUP> text T_</SUP> | T_<S> text T_</S>
+textitem = string | T_<BR/> | T_<FONT> text T_</FONT> | T_<I> text T_</I> | T_<B> text T_</B> | T_<U> text T_</U> | T_<O> text T_</O> | T_<SUB> text T_</SUB> |T_<SUP> text T_</SUP> | T_<S> text T_</S>
table = [ T_<FONT> ] T_<TABLE> rows T_</TABLE> [ T_</FONT> ]
rows = row | rows row | rows T_<HR/> row
row = T_<TR> cells T_</TR>