用乳胶格式化方程式和文本
Format equation and text with latex
我正在使用乳胶做报告,我对这几行有疑问:
\[A_{1},A_{2},A_{3},...,A_{M}\] \text{are a the set of alternatives.
Alternatives represent the different choices of action available to
the decision maker. Usually, the set of alternatives is assumed to be
finite, ranging from several to hundreds. They are supposed to be
screened, prioritized and eventually ranked}
结果如图:
我希望它是这样的:
"A1,A2,A3,...,An are a the set of alternatives.Alternatives represent the different choices of action available to the decision maker. Usually, the set of alternatives is assumed to be finite, ranging from several to hundreds. They are supposed to be screened, prioritized and eventually ranked."
只需替换:
\[ A_{1}, A_{2}, A_{3}, ..., A_{M} \]
作者:
\( A_{1}, A_{2}, A_{3}, ..., A_{M} \)
您可能还想看看 LaTeX mathematics environments。
希望对您有所帮助。
[编辑]
如果编译这个文件:
\documentclass{article}
\begin{document}
\(A_{1},A_{2},A_{3},...,A_{M}\) are a the set of alternatives.
Alternatives represent the different choices of action available to
the decision maker. Usually, the set of alternatives is assumed to be
finite, ranging from several to hundreds. They are supposed to be
screened, prioritized and eventually ranked
\end{document}
您将获得:
我正在使用乳胶做报告,我对这几行有疑问:
\[A_{1},A_{2},A_{3},...,A_{M}\] \text{are a the set of alternatives.
Alternatives represent the different choices of action available to
the decision maker. Usually, the set of alternatives is assumed to be
finite, ranging from several to hundreds. They are supposed to be
screened, prioritized and eventually ranked}
结果如图:
我希望它是这样的:
"A1,A2,A3,...,An are a the set of alternatives.Alternatives represent the different choices of action available to the decision maker. Usually, the set of alternatives is assumed to be finite, ranging from several to hundreds. They are supposed to be screened, prioritized and eventually ranked."
只需替换:
\[ A_{1}, A_{2}, A_{3}, ..., A_{M} \]
作者:
\( A_{1}, A_{2}, A_{3}, ..., A_{M} \)
您可能还想看看 LaTeX mathematics environments。
希望对您有所帮助。
[编辑]
如果编译这个文件:
\documentclass{article}
\begin{document}
\(A_{1},A_{2},A_{3},...,A_{M}\) are a the set of alternatives.
Alternatives represent the different choices of action available to
the decision maker. Usually, the set of alternatives is assumed to be
finite, ranging from several to hundreds. They are supposed to be
screened, prioritized and eventually ranked
\end{document}
您将获得: