jpicedt.format.input.latex
Class LaTeXLine
java.lang.Object
jpicedt.format.input.util.AbstractRegularExpression
jpicedt.format.input.util.SequenceExpression
jpicedt.format.input.latex.LaTeXLine
public class LaTeXLine
- extends SequenceExpression
Parses LaTeX lines, with or without arrows, i.e. \\line
or \\vector
. This is to
be used as a child expression of either LaTeXPutExpression
or jpicedt.format.input.pstricks.PsRPutExpression
.
-
\\line(x,y){hor-len}
→ line starting at
(x,y), and having hor-len as its horizonal extent (except for vertical
lines, where hor-len specifies the vertical extent.
-
\\vector(x,y){hor-len}
→ same thing, yet with an
arrow <
/ul>
- Since:
- jpicedt 1.4pre2
- Version:
- $Id: LaTeXLine.java,v 1.12 2013/03/31 06:57:19 vincentb1 Exp $
- Author:
- Sylvain Reynal
LaTeXLine
public LaTeXLine(Pool pl)
Submit a bug : syd@jpicedt.org