##源代码 \begin{itemize}[\LARGE\textbullet] \item the angular velocity of the bat, \item the velocity of the ball, and \item the position of impact along the bat. \end{itemize} 黑点与内容不在同一高度

1 回答1

0
```latex \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} ``` ![](https://wenda.latexstudio.net/data/attach/210204/9gJ7e2qd.png)
  • 非常感谢! – I 2021-02-04 11:37 回复
  • 下次提问的时候代码要放在代码框里, 给的` MWE` 要能直接运行, 从 `\documentclass` 开始, 从 `\end{document}` 结束, 谢谢配合 – 预言书 2021-02-04 11:34 回复
  • 谢谢老哥 – I 2021-02-04 11:34 回复

你的回答

请登录后回答

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