In TeXstudio, if I paste lines of text that contain leading spaces, they are altered automatically by the editor producing an undesirable layout.
MWE: Copy the following snippet and paste it in the editor.
\begin{verbatim}
1
-----
s + 1
\end{verbatim}
This is how it looks after pasting:
\begin{verbatim}
1
-----
s + 1
\end{verbatim}
- Why is this happening?
- How can I keep the indentation of the pasted text intact?
Best Answer
TeXstudio offers three indentation modes:
From the TeXstudio User Manual:
"Indent and Unindent Automatically" mode is enabled by default. Since you want to preserve the indentation of the text you need to change this setting to "Ignore Indentation".
Go to
Options
>Configure TeXstudio
>Editor
Other sources: