求助!!!latex中省略号用$$\dots$$也总数报错说“Something's wrong,perhaps a missing \item”怎么办
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了求助!!!latex中省略号用$$\dots$$也总数报错说“Something's wrong,perhaps a missing \item”怎么办相关的知识,希望对你有一定的参考价值。
我的代码
\documentclass[a4paper,11pt]article
\usepackagemathptmx
\usepackagepalatino
\usepackagepalatino
\titleAssignment One
\authorCherry $1153454$
\begindocument
There are $100$ congruent modulo group of $100$, from $0$ to $99$. Consequently, there are $51$ possible approaches to $100$ adding two elements from different congruent modulo group--specifically,$(1, 99)$, $(2, 98)$, $$ \cdots $$ , $(50, 50)$, and $(0, 0)$.
\enddocument
\[
.....
\]
也等价于
\beginequation
....
\endequation
所以,你可以用 $\ldots$,甚至直接用 \ldots (视省略号处于数学表达式还是普通文本中而定)。 参考技术A 我不太清楚。
\ldots \cdots 和 \dots 的区别以及在latex数学模式下用哪个
参考技术A \ldots 和 \cdots 是低位置省略号和中心位置省略号的 latex 命令, \dots 是 amsmath 命令用来试图帮你在 \ldots 和 \cdots 中自动做决断的 。通常来讲中心省略 \cdots 一般用在数学模式的中心线上的符号后面,例如加号 + 或者右箭头 -> , 而 \ldots 一般用在标点符号的后面,例如句号“ .” or逗号“ ,”。
以上是关于求助!!!latex中省略号用$$\dots$$也总数报错说“Something's wrong,perhaps a missing \item”怎么办的主要内容,如果未能解决你的问题,请参考以下文章