答案1
该fontawesome5
包提供了\faComment
命令,该命令会产生与您在问题中显示的符号类似的符号。您可以在环境中使用它,quote
如以下 MWE 所示。如果您想使用多个类似的注释,您也可以定义自己的环境:
\documentclass{article}
\usepackage{fontawesome5}
\usepackage{lipsum}
\newenvironment{mycomment}{\begin{quote}\itshape\faComment\quad}{\end{quote}}
\begin{document}
\lipsum[4-5]
\begin{quote}
\itshape
\faComment
\quad
\lipsum[3]
\end{quote}
\lipsum[4-6]
\begin{mycomment}
\lipsum[3]
\end{mycomment}
\lipsum[4-5]
\end{document}
除此以外\faComment
,fontawesome5
还定义了其他一些相关符号: