ニアリーイコール記号を入力するには、\fallingdotseq または、\rigingdotseq を使う。
例
\usepackage{amssymb}
\begin{document}
$$x \fallingdotseq y$$
$$a \risingdotseq b$$
\end{document}
結果

雑記
投稿日:
ニアリーイコール記号を入力するには、\fallingdotseq または、\rigingdotseq を使う。
\usepackage{amssymb}
\begin{document}
$$x \fallingdotseq y$$
$$a \risingdotseq b$$
\end{document}

執筆者:seyanen
関連記事
マル記号、バツ記号、マルの中にバツ記号をそれぞれ入力するには次のようにする。 例 $$\circ \times \otimes$$ 結果 美味しんぼ(70)【電子書籍】[ 雁屋哲 ]価格:605円(税 …
tex でマイクロメートル(μm)を表示する方法。(数式モード外での書き方。) 例 20 {\textmu}m 結果 レッドブル シュガーフリー 250ml×24本 全国送料無料(沖縄、離島は要別途 …
tex で文中の文字に \textcolor で色をつける方法
color パッケージを使っておき、本文中 \textcolor で色をつける。 例 \usepackage{color} \begin{document} {\bf \textcolor{red}{ …
2023/01/18
matplotlib のグラフ作成と gnuplot との対応 比較
2022/10/14
pythonで配列(リスト)の、ある要素がわかっているときにその次の要素を取得する方法。