Latex格式问题。两段开头的单词/术语移位

Latex格式问题。两段开头的单词/术语移位,latex,Latex,我的格式有问题。我只想在多个段落之间有一个空行,以相同的单词开头。但在某些段落之间,术语的长度(相同的单词和数字)有所不同。我尝试使用\来获取空行,还尝试使用\bigbreak和下一行\noindent来避免段落缩进。如果没有空行,问题就不会发生 如何克服这个问题?请检查我的代码和快照: 方法1:\\ Hypothesis 1: The increase of the ratio of tungsten-trioxide in the composite increases the overal

我的格式有问题。我只想在多个段落之间有一个空行,以相同的单词开头。但在某些段落之间,术语的长度(相同的单词和数字)有所不同。我尝试使用
\
来获取空行,还尝试使用
\bigbreak
和下一行
\noindent
来避免段落缩进。如果没有空行,问题就不会发生

如何克服这个问题?请检查我的代码和快照:

方法1:
\\

Hypothesis 1: The increase of the ratio of tungsten-trioxide in the composite increases the overall density of the composite.\\
Hypothesis 2: The increase of the ratio of tungsten-trioxide in the composite increases the overall strength of the composite.\\
Hypothesis 3: The increase of the ratio of tungsten-trioxide in the composite changes the UV-/IR-radiation absorption spectrum and -coefficient significantly.

方法2:
\bigbreak\noindent

Hypothesis 1: The increase of the ratio of tungsten-trioxide in the composite increases the overall density of the composite.\bigbreak
\noindent Hypothesis 2: The increase of the ratio of tungsten-trioxide in the composite increases the overall strength of the composite.\bigbreak
\noindent Hypothesis 3: The increase of the ratio of tungsten-trioxide in the composite changes the UV-/IR-radiation absorption spectrum and -coefficient significantly.

奇怪的是,我得到了两种不同的错误结果。有什么建议吗? 我用背页。

@Alain

感谢您的解决方案,现在看起来好了一点,但下面的文字还是有点变化。请检查以下源代码。我几乎删除了所有内容,比如版权义务。首先使用\mbox,然后像以前一样不使用

\documentclass[journal]{IEEEtran}


% *** CITATION PACKAGES ***
\usepackage[style=ieee]{biblatex} 
\bibliography{ARP_references.bib}    %your file created using JabRef

% *** MATH PACKAGES ***
%
\usepackage{amsmath}
% A popular package from the American Mathematical Society that provides
% many useful and powerful commands for dealing with mathematics.

% *** PDF, URL AND HYPERLINK PACKAGES ***
%
\usepackage{url}
% url.sty was written by Donald Arseneau. It provides better support for
% handling and breaking URLs. url.sty is already installed on most LaTeX
% systems. The latest version and documentation can be obtained at:
% http://www.ctan.org/pkg/url
% Basically, \url{my_url_here}.

% correct bad hyphenation here
\hyphenation{op-tical net-works semi-conduc-tor}

\usepackage{graphicx}  %needed to include png, eps figures

\usepackage{float}  % used to fix location of images i.e.\begin{figure}[H]

\usepackage{textcomp} % für Grad-Zeichen

\usepackage{textgreek} % greek symbols in text

\usepackage{comment} % whole paragraph comments

\usepackage{enumitem} % for enumeration properties

\raggedbottom % avoids silly space after sections or titles (found on internet)

\begin{document}

% paper title
% Do not put math or special symbols in the title.


% author names and IEEE memberships
% note positions of commas and nonbreaking spaces ( ~ ) LaTeX will not break
% a structure at a ~ so this keeps an author's name from being broken across
% two lines.
% use \thanks{} to gain access to the first footnote area
% a separate \thanks must be used for each paragraph as LaTeX2e's \thanks
% was not built to handle multiple paragraphs

\author{}% <-this % stops a space

% The report headers
\markboth{}%do not delete next lines
{Shell \MakeLowercase{\textit{et al.}}: Bare Demo of IEEEtran.cls for IEEE Journals}

% make the title area


% As a general rule, do not put math, special symbols or citations
% in the abstract or keywords.
\begin{abstract}

\end{abstract}

\begin{IEEEkeywords}
keywords, temperature, xxxx equation, etc.
\end{IEEEkeywords}

\section{Introduction}
% Here we have the typical use of a "W" for an initial drop letter
% and "RITE" in caps to complete the first word.
% You must have at least 2 lines in the paragraph with the drop letter
% (should never be an issue)

\IEEEPARstart{A}{irlines}  

\section{}


\section{}


\section{Design of Experiments}
Test\\
\mbox{Hypothesis 1:} The increase of the ratio of tungsten-trioxide in the composite increases the overall density of the composite.\\\\
\mbox{Hypothesis 2:} The increase of the ratio of tungsten-trioxide in the composite increases the overall strength of the composite.\\\\
\mbox{Hypothesis 3:} The increase of the ratio of tungsten-trioxide in the composite changes the UV-/IR-radiation absorption spectrum and -coefficient significantly.\\\\

Test\\
Hypothesis 1: The increase of the ratio of tungsten-trioxide in the composite increases the overall density of the composite.\\\\
Hypothesis 2: The increase of the ratio of tungsten-trioxide in the composite increases the overall strength of the composite.\\\\
Hypothesis 3: The increase of the ratio of tungsten-trioxide in the composite changes the UV-/IR-radiation absorption spectrum and -coefficient significantly.\\\
\end{document} 
\documentclass[日志]{IEEEtran}
%***引文包***
\usepackage[style=ieee]{biblatex}
\参考书目{ARP_references.bib}%您的文件是使用JabRef创建的
%***数学软件包***
%
\usepackage{amsmath}
%来自美国数学学会的一个受欢迎的软件包,提供
%许多有用且强大的数学指令。
%***PDF、URL和超链接包***
%
\usepackage{url}
%sty是由Donald Arseneau编写的。它提供了更好的支持
%处理和破坏URL。url.sty已安装在大多数LaTeX上
%系统。最新版本和文档可从以下网址获得:
% http://www.ctan.org/pkg/url
%基本上,\ url{my\u url\u here}。
%更正此处的错误连字符
\断字{光学网络工程半导体}
\usepackage{graphicx}%需要包含png、eps图形
\usepackage{float}%用于固定图像的位置,即。\begin{figure}[H]
\使用包{textcomp}%für Grad Zeichen
\usepackage{textgreek}%文本中的希腊符号
\usepackage{comment}%整段注释
\枚举属性使用包{enumitem}%
\raggedbottom%避免在章节或标题后出现愚蠢的空格(可在internet上找到)
\开始{document}
%论文标题
%不要在标题中添加数学或特殊符号。
%作者姓名和IEEE成员资格
%注意逗号和非中断空格(~)的位置不会中断
%a~处的一个结构,这样可以防止作者的名字被打断
%两行。
%使用\Thank{}访问第一个脚注区域
%每个段落必须使用单独的\谢谢作为LaTeX2e的\谢谢
%不是为处理多个段落而构建的

\作者{}%I绝对没有这个问题。但对于小列,TeX格式化算法试图平衡所有单词之间的空白。我认为您可以使用\mbox{假设1:}来抑制这种行为。但是,您应该发布一份包含所有软件包的完全可编译的文档,以便人们能够重现您的问题并有效地帮助您。