如何对齐文本以使其在 overleaf 中具有相等的左右缩进?

如何对齐文本以使其在 overleaf 中具有相等的左右缩进?

当我在 Overleaf 上编辑文档时,文本行的长度各不相同。我希望使用justified对齐选项时文本的对齐方式与 Word 中的对齐方式相同。我应该\justify对每个段落都使用对齐选项吗?或者是否有一些全局函数,以便所有文本都对齐?

这是文档的一个示例。我的书写语言不是英语,在实际文档中对齐看起来更糟糕。在这个例子中,不均匀的缩进并不那么明显。我在文档开头之前添加了所有内容,因为我不知道是什么导致文本如此不均匀。

    \documentclass[12pt]{article}
    \date{}
    \renewcommand{\contentsname}{Contents}
    \usepackage{blindtext}
    \usepackage[document]{ragged2e}
    \usepackage[utf8]{inputenc}
    \usepackage{graphicx}
    \usepackage{setspace}
    \usepackage{babel,etoolbox, lineno}
    \renewcommand*\contentsname{Contents}
    \usepackage{amsmath}
    \usepackage{babel,graphicx}
    \usepackage[english]{biblatex}
    \newtheorem{definition}{Definiton}
    \addbibresource{bibliography.bib}
    \setstretch{1.5}
    \usepackage{geometry}
    \geometry{a4paper, portrait, margin=20mm, bmargin=20mm, tmargin=30mm}
    \setlength{\parindent}{4em}
    \begin{document}
    
    
    
    
    \newpage
    \section{Introduction}
    
    The trimming proportion is selected as follows. Consider a characteristic $Sn(a, F)$ of the distribution of $T(a, Fn)$, usually a measure of spread. Here we either mean the finite-sample distribution or the asymptotic distribution. In the latter case, the subscript n will later be omitted. As a concrete example, suppose $Sn(a, F)$ is the exact variance under$F$ of $T(a, Fn)$. The idea consists of estimating $Sn(a, F)$
    
    
    \newpage
    \renewcommand{\refname}{References}
    \printbibliography
    \end{document}

答案1

只需停止使用该ragged2e软件包即可。使用它,你就是在要求 LaTeX不是来证明这些线条的正确性。

相关内容