LoginSignup
1
1

More than 5 years have passed since last update.

Qiitaでtexを書く方法

Last updated at Posted at 2016-11-09

方法

  1. $で囲む
    文章内に埋め込むことができる
    $\alpha$ -> $\alpha$

  2. $$で囲む
    段落を分けて埋め込むことができる
    Euler $$ f = e^{i\pi}$$

    Euler $$ f = e^{i\pi}$$

  3. コードブロック指定
    複数行でもOK

スクリーンショット 2016-11-10 8.25.43.png

f = \begin{cases}
    x & (x>0) 
    \\
    0.01x  & (x<=0)
  \end{cases}

 kobitoを使うとき(2016.11.10, v2.3.8現在)

  • 1. 2.は利用可能
  • 3. は利用できなかった
1
1
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
1
1