<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//en">

<!–Converted with LaTeX2HTML 2022 (Released January 1, 2022) –> <HTML lang="en"> <HEAD> <TITLE>Contents of Line attribute</TITLE>

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8"> <META NAME="viewport" CONTENT="width=device-width, initial-scale=1.0"> <META NAME="Generator" CONTENT="LaTeX2HTML v2022">

<LINK REL="STYLESHEET" HREF="ecltreesample.css">

<LINK REL="next" HREF="node4_mn.html"> <LINK REL="previous" HREF="node2_mn.html"> <LINK REL="up" HREF="ecltreesample_mn.html"> <LINK REL="next" HREF="node4_mn.html"> </HEAD>

<BODY bgcolor="#ffffff" text="#000000" link="#9944EE" vlink="#0000ff" alink="#00ff00">

<H1><A ID="SECTION00030000000000000000"> Line attribute</A> </H1>

<P> You can draw not only solid lines but also dotted lines and dash lines. epic.sty and eepic.sty define several commands for them.

<P> If you want to use <PRE> [65]3(x1,y1)(x2,y2) </PRE> to draw lines, use <code></code> command before (or in) the bundle environment. <PRE> [65]3 </PRE>

<P> [65]3 Then you get <BR> <IMG STYLE="height: 6.22ex; vertical-align: 166.53ex; " SRC="img2.png" ALT="
\begin{bundle}{xxx}
\chunk{aaa}
\chunk{
\begin{bundle}{yyy}
\chunk{bbb}
\chunk{ddd}
\end{bundle}}
\chunk{ccc}
\end{bundle}
"> <BR>.

<P> The argument of <code></code> is evaluated at <code></code>.

<P> <TABLE > <TR><TD> <PRE>
\begin{bundle}{xxx}
\chunk{aaa}
\chunk{
\begin{bundle}{yyy}
\drawwith{\drawlin...
...}
\chunk{ddd}
\end{bundle}}
\drawwith{\dottedline{3}}
\chunk{ccc}
\end{bundle}
</PRE></TD></TR> </TABLE><TABLE > <TR><TD> <BR> <IMG STYLE="height: 11.12ex; vertical-align: 161.63ex; " SRC="img3.png" ALT="
\begin{bundle}{xxx}
\chunk{aaa}
\chunk{
\begin{bundle}{yyy}
\drawwith{\drawlin...
...}
\chunk{ddd}
\end{bundle}}
\drawwith{\dottedline{3}}
\chunk{ccc}
\end{bundle}
"> <BR></TD></TR> </TABLE>

<P> You can nest the <code></code>.

<P> <PRE> 33 </PRE> <TABLE > <TR><TD> <PRE>
\begin{bundle}{xxx}
\chunk{aaa}
\chunk{
\begin{bundle}{yyy}
\chunk{bbb}
\chunk{ddd}
\chunk{eee}
\end{bundle}}
\chunk{ccc}
\chunk{fff}
\end{bundle}
</PRE></TD></TR> </TABLE><TABLE > <TR><TD> 33 <BR> <IMG STYLE="height: 11.12ex; vertical-align: 161.63ex; " SRC="img4.png" ALT="
\begin{bundle}{xxx}
\chunk{aaa}
\chunk{
\begin{bundle}{yyy}
\chunk{bbb}
\chunk{ddd}
\chunk{eee}
\end{bundle}}
\chunk{ccc}
\chunk{fff}
\end{bundle}
"> <BR></TD></TR> </TABLE>

<P> Thus the nested <code></code> is used in the reverse order.

<P>

<HR>

</BODY> </HTML>