集合の「内部」を表す記号を入力するには、\mathring{} を使う。
例
$\mathring{S}$
結果

雑記
投稿日:
集合の「内部」を表す記号を入力するには、\mathring{} を使う。
$\mathring{S}$

執筆者:seyanen
関連記事
表を見やすく網掛けする方法は、エクセルなどでよく使われる。 tex の表でもできる。 colortbl パッケージを使う。マニュアル:https://ftp.jaist.ac.jp/pub/CTAN/ …
tex の equation で式番号を表示しないようにする方法
\nonumber を使うと式番号を表示しないようにできる。 例 \usepackage{amsmath} \begin{document} \begin{equation} \nonumber y …
2023/01/18
matplotlib のグラフ作成と gnuplot との対応 比較
2022/10/14
pythonで配列(リスト)の、ある要素がわかっているときにその次の要素を取得する方法。