``` \documentclass{article} \usepackage{enumitem} \begin{document} \begin{itemize}[label = {\raisebox{-1.4pt}{\LARGE\textbullet}}] \item the angular velocity of the bat, \item the velocity of the ball, and the position of impact along the bat. \end{itemize} \end{document} ```## 编译环境 操作系统 * [ ] Windows 7/8/10 * [ ] macOS * [ ] Linux `若需勾选,请把[ ]改成[x]` Tex发行版 * [ ] TexLive `年份` * [ ] MikTeX `版本号` * [ ] CTeX `若需勾选,请把[ ]改成[x]` ## 我的问题 美赛模板(https://www.latexstudio.net/archives/51803.html)环境下编译上述代码出现错误结果,![](https://wenda.latexstudio.net/data/attach/210204/UrkmIlIz.png)。

2 回答2

1
```latex \documentclass{mcmthesis} \mcmsetup{CTeX = false, % 使用 CTeX 套装时,设置为 true tcn = 0000, problem = A, sheet = true, titleinsheet = true, keywordsinsheet = true, titlepage = true, abstract = true} \usepackage{newtxtext}%\usepackage{palatino} \usepackage{enumitem} \begin{document} \begin{itemize}[label = {\raisebox{-3pt}{\LARGE\textbullet}}] \item the angular velocity of the bat, \item the velocity of the ball, and the position of impact along the bat. \end{itemize} \end{document} ``` ![](https://wenda.latexstudio.net/data/attach/210204/MaCD2g1i.png)
  • 建议去花点时间熟悉一下markdown语法, 对眼睛好一些 – 预言书 2021-02-04 12:23 回复
0
想要增大字体在前面加个 \Large 就可?
  • 可以去看一下texdoc lshort-zh-cn, 里面会对字体大小的说明 – 预言书 2021-02-04 19:57 回复

你的回答

请登录后回答

你的回答将会帮助更多人,请务必认真回答问题。