5
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Scrapboxで使えるTeX記法まとめ(C~D)

Last updated at Posted at 2018-05-11

#はじめに

このページは
Scrapboxで使えるTex記法まとめ(A~B)
の続きです。

目次:こちら
#C
##\cal
TeXでは\calでも書けますが、
Scrapboxでは\mathcalと書くようです。
[$ \mathcal{ABCDEFGHOJKLMNOPQRSTUVWXYZ}] [$ \mathcal{1234567890}]
$ \mathcal{ABCDEFGHOJKLMNOPQRSTUVWXYZ}$
$ \mathcal{1234567890}$
##\cdot \cdots \cdotp \centerdot
点や3点リーダみたいなやつ。
色々種類あるみたいですよ。
Scrapboxでは
[$ \dots][$ \dotsb][$ \dotsc][$ \dotsi][$ \dotsm][$ \dotso]
は使えないみたいですね。

[$ a\cdot b,\;a\cdots b,\;a\cdotp b,\;a\centerdot b]
image.png

##\check
文字の上にチェックマーク付けるやつです。
[$ \check{P}]
image.png

##\checkmark
チェックマーク。海外では正解を意味するそうですね。
[$ \checkmark]
image.png

##\chi
xじゃないよχだよ。
[$ \chi,x]
image.png

##\choose
1×2の行列を書きます。
[$ a \choose b][$ \choose ab]
image.png

##\circ(eq)
円を書きます。

[$ 45^\circ]

image.png

###eq
○の下に等号
[$ \circeq]
image.png

##\circle(arrow(left,right),dast etc...)
丸い何か、丸に何か付け足します。
###arrow(left,right)
丸い矢印。どっちまわり?
[$ \circlearrowleft,\circlearrowright]
image.png
###dast
円の中にポムポムポリン。
[$ \circledast]
image.png
###dcirc
二重円。
[$ \circledcirc]
image.png
###ddash
鍵穴を真横から。
[$ \circleddash]
image.png
###dR(S)
[$ \circledR \circledS]
image.png
##\clubsuit
クローバー。単に\clubではだめ
[$ \clubsuit]
image.png
##\colon
コロン。よく使う。単に:でもOK。
[$ \colon,:]
image.png
##\color
字に色を付けられる。
16進数ではだめで、具体的な色を記述する必要がある。
[$ \color{red}{y=e^x},\;\color{#2d4f4f}{y=e^x}]
image.png
##\complement
縦長なC
[$ \complement]
image.png
##\cong
にょろつき等号。
[$ \cong]
image.png
##\coprod
でかい\amalg
[$ \coprod]
image.png
##\cos
cos系。
[$ \cos(x+1),\;\cosh^2(x),\;\cot{(x^2+1)},\coth^2(x+1),\;\csc(x)]
image.png

##\curlyeqprec(eqsucc,vee,wedge)
なんか曲がった不等号のようなもの。
[$ \curlyeqprec,\;\curlyeqsucc,\;\curlyvee,\;\curlywedge]
image.png
##\curvearrow(left,right)
180度Uターンする矢印。
[$ \curvearrowleft.\;\curvearrowright]
image.png

#D
##\dagger \ddagger
厨二病。中学生くらいの頃使っていた忌まわしき記号。
[$ \dagger,\;\ddagger]
image.png
##\daleth
ナニコレ系。7みたいなやつ。
[$ \daleth]
image.png
##\dash(left,right)arrow
点線矢印。
[$ \dashleftarrow,\;\dashrightarrow]
image.png

##\dashv
直角記号を90度回転させたみたいな。
image.png

##\dbinom
1×2の配列書ける。
\binomとの違いは?
[$ \dbinom{n-1}{k}]
image.png

##\dot \ddot
点付き文字。
3個以上は無理っぽい。
[$ \dot{x},\;\ddot{x}]
image.png
##\ddots
斜め3点リーダ。
[$ \ddots]
image.png

##\deg \det \dim
そのまま系。使い方はよくわかんない。
[$ \deg,\det,\dim_F{(V)}]
image.png

##\Delta \delta
デルタ。良く証明系で見る。
[$ \Delta,\;\delta]
image.png

##\dfrac
分数を書くときに使う。
\fracとの違いは?
[$ \dfrac{a}{b-1},\;\frac{a-1}{b}]
image.png
##\diag(down,up)
大きい斜線。AAでは輪郭でよく使う?
[$ \diagdown,\;\diagup]
image.png
##\Diamond \diamond(suit)
ダイヤ。
[$ \Diamond,\;\diamond.\;\diamondsuit]
image.png
##\digamma
縦長なF。
[$ \digamma]
image.png

##\displaystyle
よくわかんない。(殴
[$ [$ \displaystyle{\frac{a}{b}}+\frac{a}{b}]]
image.png

##\div
除算記号
[$ \div]
image.png
##\divideontimes
除算+乗算。用途 is 何。
[$ \divideontimes]
image.png
##\Doteq \doteq
点と等号。
[$ \Doteq,\;\doteq]
image.png
##\dotplus
点と+。
[$ \dotplus]
image.png
##\doublebarwedge
等号と山。
[$ \doublebarwedge]
image.png

##\double(cap,cup)
集合の記号の2重版。
[$ \doublecap,\doublecup]
image.png
##\downarrow \Downarrow
下矢印。
[$ \downarrow,\;\Downarrow]
image.png
##\downdownarrow
二つの下矢印。
名前好き。
[$ \downdownarrow]
image.png
##\downharpoon(left,right)
どっちかが欠けた下矢印。
[$ \downharpoonleft,\;\downharpoonright]
image.png

#次
E~G:Scrapboxで使えるTeX記法まとめ(E~G)

目次:こちら

5
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?