Quantcast
Channel: Active questions tagged copy-paste - TeX - LaTeX Stack Exchange
Viewing all articles
Browse latest Browse all 73

TeXStudio copy and paste loses tabulations i.e. layout

$
0
0

When I make the copy of a block of source code in TeXStudio, I lose the tabulation i.e. the layout. Boring! Example:

Before copy:

                    $\begin{vmatrix}                        3-\lambda & 1 & -1\\                        -2 & -\lambda & 2\\                        0 & 0 & 1-\lambda                    \end{vmatrix}$

After paste:

                    $\begin{vmatrix}                        3-\lambda & 1 & -1\\                        -2 & -\lambda & 2\\                        0 & 0 & 1-\lambda                    \end{vmatrix}$                    \begin{vmatrix}    3-\lambda & 1 & -1\\    -2 & -\lambda & 2\\    0 & 0 & 1-\lambda\end{vmatrix}

What I expect:

                    $\begin{vmatrix}                        3-\lambda & 1 & -1\\                        -2 & -\lambda & 2\\                        0 & 0 & 1-\lambda                    \end{vmatrix}$                    $\begin{vmatrix}                        3-\lambda & 1 & -1\\                        -2 & -\lambda & 2\\                        0 & 0 & 1-\lambda                    \end{vmatrix}$

When I move the insertion point prior paste, I have the same shifts within the copied part.

Bug? Any bypass?


Viewing all articles
Browse latest Browse all 73

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>