如何不自动调整行距?

如何不自动调整行距?

如果行数不足以填满整个页面,我的 latex 文档就会调整行距,导致视图非常奇怪。但我不知道是什么原因造成的。

在此处输入图片描述

环境

\documentclass[12pt]{amsart}
\usepackage{amsmath, amssymb, amsthm}
\usepackage{amscd}
\usepackage[dvips]{graphicx}
\usepackage{listings}
\usepackage{enumitem}
\usepackage{graphicx}
\usepackage{tikz}
\lstset{language=Python}

%\usepackage[all]{xy}
%\CompileMatrices
%\usepackage{coordsys}

\newtheorem{thm}{Theorem}
\newtheorem{conj}{Conjecture}
\newtheorem{prop}{Proposition}
\newtheorem{lemma}[prop]{Lemma}
\newtheorem{claim}[prop]{Claim}
\newtheorem{alg}[prop]{Algorithm}
\newtheorem{cor}[prop]{Corollary}
\newtheorem{example}[prop]{Example}

\newtheorem*{thm*}{Theorem}
\newtheorem*{alg*}{Algorithm}
\newtheorem*{lemma*}{Lemma}

\theoremstyle{definition}
\newtheorem{question}{Question}
\newtheorem{problem}{Problem}
\newtheorem{bonus}{Bonus Question}

\theoremstyle{remark}
\newtheorem{rmk}[prop]{Remark}
\newtheorem*{rmk*}{Remark}
\newtheorem{notation}[prop]{Notation}
\newtheorem*{notation*}{Notation}

\theoremstyle{definition}
\newtheorem{defn}[prop]{Definition}

\newcommand{\GL}{\mathrm{GL}}
\newcommand{\SL}{\mathrm{SL}}

\newcommand{\N}{\mybf{N}}

\newcommand{\F}{\mathcal{F}}

\providecommand{\abs}[1]{\left\lvert#1\right\rvert}
\providecommand{\norm}[1]{\left\lVert#1\right\rVert}

\newcommand{\ON}[1]{\operatorname{#1}}
\addtolength{\hoffset}{-.25in} \addtolength{\textwidth}{.5in}


%%% START HERE

\title{title}
 \author{name}
 \address{uni}
\date{\today}

\graphicspath{ {./images/} }

\begin{document}

相关内容