amssymb パッケージを導入して、\checkmark でチェックマークが入力できる。
例
\usepackage{amssymb} \begin{document} $\checkmark \times$ \end{document}
結果

雑記
投稿日:2020年12月13日 更新日:
amssymb パッケージを導入して、\checkmark でチェックマークが入力できる。
\usepackage{amssymb} \begin{document} $\checkmark \times$ \end{document}
執筆者:seyanen
関連記事
表を見やすく網掛けする方法は、エクセルなどでよく使われる。 tex の表でもできる。 colortbl パッケージを使う。マニュアル:https://ftp.jaist.ac.jp/pub/CTAN/ …
2023/01/18
matplotlib のグラフ作成と gnuplot との対応 比較
2022/10/14
pythonで配列(リスト)の、ある要素がわかっているときにその次の要素を取得する方法。