Bugs item #1997889, was opened at 2008-06-19 14:02
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=466456&aid=1997889&group_id=52322
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: `[,`(,`{ shortcuts mess up identation
Initial Comment:
this is a matrix i tried to add parentheses or brackets to
\begin{array}{cccc|ccc|cc}
0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 \\
b_F & a_F & 0 & 0 & 0 & 0 & 0 & 0 & 0 \\
0 & v & 0 & v & 0 & 0 & 0 & 0 & 0 \\
c_F & 0 & 0 & 0 & -v & 0 & 0 & 0 & 0 \\
\hline
0 & 0 & 0 & 0 & 0 & v & 0 & 0 & 0 \\
0 & 0 & 0 & 0 & 0 & -3\frac{v}{L} & 3\frac{v}{L} & 0 & 0 \\
0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 \\
\hline
0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & v \\
0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0
\end{array}
this is the result for brackets
\left[ \begin{array}{cccc|ccc|cc}
0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 \\
b_F & a_F & 0 & 0 & 0 & 0 & 0 & 0 & 0 \\
0 & v & 0 & v & 0 & 0 & 0 & 0 & 0 \\
c_F & 0 & 0 & 0 & -v & 0 & 0 & 0 & 0 \\
\hline
0 & 0 & 0 & 0 & 0 & v & 0 & 0 & 0 \\
0 & 0 & 0 & 0 & 0 & -3\frac{v}{L} & 3\frac{v}{L} & 0 & 0 \\
0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 \\
\hline
0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & v \\
0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0
\end{array}\right]
it may be a little hard to see and since pasting with ":set list" sadly just produces the same output believe me that a level of indentation is added on every line :)
same happens for parentheses and braces and no matter wether line or character visual selection is used
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=466456&aid=1997889&group_id=52322
|