- #1
mathbalarka
- 456
- 0
I am using amsthm package in LaTeX, and defined the theorem environment as
in the usual way. Now if I compile the code
The output is
View attachment 1705
Note the spacing appeared in line #2. Is there anyway to remove this?
Code:
\theoremstyle{plain}
\newtheorem{theorem}{Theorem}
in the usual way. Now if I compile the code
Code:
\begin{theorem}
Some text
\end{theorem}
More text
The output is
View attachment 1705
Note the spacing appeared in line #2. Is there anyway to remove this?